@l-andorrà thank you I will try
Posts made by miki
-
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.
-
RE: (in loop)Pips away(on loss) Mt5posted in Bug Reports
I've add "Start positions loop" at the top of the loop but the problem is the same,it doesn't work with sell position. Here a shared copy http://fxdreema.com/shared/5jM2OFPqe. May be that i something wrong,but i don't know what.
-
RE: (in loop)Pips away(on loss) Mt5posted in Bug Reports
I'm sorry I always try to put all the information,the topic was reported in mt5, these blocks I've already used in others ea, and have always worked without entering the "start loop", it is only today that the blocks only work on long positons and not on sell position.Thanks,for the great job you doing.
-
RE: (in loop)Pips away(on loss) Mt5posted in Bug Reports
Hi, this block work fine only with buy position,on sell position it doesn't work. Same on Pips away from open price block.
-
RE: compilation errorposted in Bug Reports
Hi,using my mq5 indicator i have an error ')' -syntax error,parameter missed.Thanks.
