@alex222 Try This in a bull market moment or change sell grid with a buy grid Average_Price.In this case we have only one grid with one position type.
Posts made by miki
-
RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@l-andorrà I don't use mt4 but on mt5 and it could be the same, you could try like this https://fxdreema.com/shared/CAgXMJgyb
-
RE: could you please help me with any method or suggestion?posted in Questions & Answers
@khalids222 I repeat, I did not understand the strategy, but in any case it is not normal that the maximum limit of open orders is reached

-
RE: could you please help me with any method or suggestion?posted in Questions & Answers
@khalids222 I didn't understand the strategy, but testing it, I think the problem is in the blocks 11/12/13 for the buy and 24/25/26 for the sell, because when I have a buy or a sell at +10 pips in profit the block always returns TRUE and positions are added to infinity
-
RE: Fractal Adaptive Moving Averageposted in Bug Reports
You can solve temporarily by declaring the variable by adding this line manually Int digits; in the mq5 file, but I am not a programmer, to solve it in the right way fxdreema must do it.
-
Mql5 close(partially) blockposted in Bug Reports
Hi fxDreema, we see again after 6 year,my compliments for the great job you've done. The mentioned block seems work fine with fixed volume,but doesn't work with % of current volume. A copy for test thanks.
-
RE: Modify SL TP blockposted in Bug Reports
I try to modify only tp. For example:i open a position sell 0.01 EURUSD at 1.3600,tp 1.3590 (10 pip),after 100 pip(loss) add 70% volume (now i have a sell 0.02 at 1.3650)and new tp is 5 pip from open price,the tp should be 1.3645 no 1.3595(5 pip from old price).I think that the execution of this block is more fast of the real time to put new order and it read old price.May be necessary to add a delay on the execution of this block?
-
RE: Modify SL TP blockposted in Bug Reports
Hi,Fxdreema.I use mq5 and these three blocks below:"pips away(on loss)","add to volume","Modify SL TP".These blocks in tester and demo mode works fine, but in real "modify SL TP" setted on relative to open price, it modify tp on old open price not on new open price after the volume is added.From what can be the problem? Thanks.
-
RE: Error in Alignstoploss() function (MQL5)posted in Bug Reports
http://fxdreema.com/shared/8mBROCE1c see this example,the expert doesn't add volume.
......
Immagine.png -
RE: Error in Alignstoploss() function (MQL5)posted in Bug Reports
Hi Fxdreema, in the journal of tester i saw that there's this error Alignstoploss() error: No price entered.
-
RE: help to work with object (MQL5)posted in Questions & Answers
Thanks fxdreema always very helpful.
-
RE: help to work with object (MQL5)posted in Questions & Answers
Hello, could someone help me understand with some examples how i can work with objects such trendline or rectangles? Thank you.

-
RE: MT5 (on trade)Position closed doesn't work wellposted in Bug Reports
I have not increased position in the test, it seems to me that the block pass if the take profit or stop loss are reached in the same candle of opening trade.
-
RE: MT5 (on trade)Position closed doesn't work wellposted in Bug Reports
Hello fxdreema, from yesterday night the block position closed in "on trade" event (MQL5) it doesn't work very well. Sometimes it work sometimes no,pink arrow (closed by stop loss),white arrow (closed by take profit) not for all closed trades appears.
......
Immagine.png -
RE: Reopening on valid signal (mql5)posted in Questions & Answers
Here I do a test putting a draw line after "buy now" and after "position closed by stop loss" ,first line appears second no,therefore I have to assume that it doesn't work.
-
RE: Reopening on valid signal (mql5)posted in Questions & Answers
Hi,i need help.When the target profit is reached and the signal is still valid,how can i stop reopening position? I tried to use "(on trade)position closed" block and set/check flag but it doesn't work.There's someone can help me? Thanks.
