Yes but how do you mean?
Posts made by jstap
-
RE: Button that makes SL move closer to priceposted in Questions & Answers
-
RE: TRENDLINE BREAKOUT EAposted in Questions & Answers
I was going to see how it could work, but on my platform, it didn't draw lines, upload it here again and I'll try again
-
RE: opening series of new trade at "x" dollars difference from previous one.. how to do thatposted in Questions & Answers
It would be better to use pips instead of money as this is the same regardless of LOT.
1st trees
no trade block - condition to place trade block - buy block
no trade block - condition to place trade block - sell block
2nd trees
for each buy trade - pips away (with a -) - buy block
for each sell trade - pips away (with a -) - sell block
3rd trees
for each buy trade - pips away - buy block
for each sell trade - pips away - sell block1st trees will place the original trade, 2nd trees will place a trade if in drawdown, 3rd trees will place trades if winning
-
RE: THE QUESTION IS HOW TO MAKE THE VARIABLE : ‘delta_take_profit_money’ IN THIS EA TO BE AS “CONSTANT” SO THAT I CAN OPTIMIZE????posted in Questions & Answers
You can't, it is all created through Amazon
-
RE: Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
You have a lot of blocks doing things, my guess is that this is caused by the for each trade loop, although it's not modifying a trade. Your best bet would be to complete a process of elimination test, switch blocks off and on while testing each time, then when this stops happening you will know the blocks causing it.
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
But this is what running profit is doing, do you mean a set group of trades profit?
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
Equity is starting balance (equity) + running profit
-
RE: Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
That's not the shared link: projects page - projects - create a shared link - open in web page - copy address bar - paste here
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
Check the profit, use check profit (unrealised) - close trades
-
RE: Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
FX bots don't automatically change stops because of slippage, add a shared link to see why.
-
RE: thanks bro but how to do daily loss bro peaceposted in Questions & Answers
Something like this will do it: https://fxdreema.com/shared/t541nxByb try and let me know what you think
-
RE: thanks bro but how to do daily loss bro peaceposted in Questions & Answers
In which way? Money, number of trades, number of wins, losses?
-
RE: Set Trailing Stop to True/Falseposted in Questions & Answers
Yes although it doesn't need to be connected to the yellow of no trade, straight under the bool condition will work
-
RE: Why still drawing line when position open with no position block?posted in Questions & Answers
Try it in a separate tree. Something is likely starting a loop that runs even if a trade is running.
-
RE: Check profit (average) >x% of equity?posted in Questions & Answers
It's in your picture, add a shared link to see what you have done.
-
RE: Check profit (average) >x% of equity?posted in Questions & Answers
You can check trade money in another block above the check profit, is this what you want to do?
-
RE: THE QUESTION IS HOW TO MAKE THE VARIABLE : ‘delta_take_profit_money’ IN THIS EA TO BE AS “CONSTANT” SO THAT I CAN OPTIMIZE????posted in Questions & Answers
You create a constant on the top left same way you created the variable
-
RE: Use ATR to adjust Deviation on Envelopes Indicatorposted in Questions & Answers
This gets the ATR to the nearest: https://fxdreema.com/shared/2YucVVgre you can use this variable in any blocks, including the condition using envelopes, you can't use this on the indicator display but it will work with this.
-
RE: All MQL5 Projects disappeared. When I go to load my last MQL5 Project it comes up as MQl4 Project and the project blacks do not show.posted in Bug Reports
Mt5 has never shown up as mt4 for me. Normally if blocks don't show it is a browser issue...