@hayche open price on candle ID 0
Posts made by ambrogio
-
RE: close running trades on new candle openposted in Questions & Answers
@forexbob-0 you're welcome!
-
RE: MA cross + retestposted in Questions & Answers
@fx_boy when the cross happens > set flag true
then in another path > check flag true> add your condition -
RE: close running trades on new candle openposted in Questions & Answers
@forexbob-0 in sequence : once per bar=>close trades=>delete pending orders=>no pending orders=>no trades=place pending orders
-
RE: Why does the loop in this example not work?posted in Questions & Answers
@TXZZ your formula is right (pips+pips=pips)
Only change the sequence of the blocks and putting once per bar at the top in order to count the candles and put candle ID1 on the right operand of formula block.
-
RE: How do i modify stop twice???posted in Questions & Answers
@fx_boy i showed you in my screenshot.
Remove your "for each trade" path and add what i showed you. -
RE: How do i modify stop twice???posted in Questions & Answers
@fx_boy You can use the trailing stop block. Below i set trailing start at 10 pips from open price (first TP) , 25 pips of trailing stop, 10 pips of trailing step. When the first trade hit the TP the trail function is activate (10 pips) , so the stop loss of the remaining two trade will be move from 30 to 15 ( 30 SL + 10 Trail start = 40 , minus 25 of Trail stop = 15
And so on every 10 pips of trailing step
-
RE: How to build block on mq5?posted in Questions & Answers
at the top left: project=>new project , choose language
-
RE: How do i modify stop twice???posted in Questions & Answers
are those 3 trades opened at the same level of price?
-
RE: MA Cross in RSI OS/OB Levelposted in Questions & Answers
@fx_boy said in MA Cross in RSI OS/OB Level:
@ambrogio i have an indicator that can work how do one do the project
please start a new topic and ask what you need
-
RE: how to have candle behind buttonsposted in Questions & Answers
@tec-nacks said in how to have candle behind buttons:
its working now, I unticked the chart on foreground on MT4 terminal
thanks
that's what it was!

-
RE: how to have candle behind buttonsposted in Questions & Answers
@tec-nacks i believe @jstap 's suggestion can definitively satisfy your request, if not come back here. This is an example link. It works
<<CANDLE BEHIND BUTTONS>>
If all is well, please mark this topic as solvedhttps://fxdreema.com/shared/liz0lgZnc

-
RE: Unable to import .mq4 fileposted in Questions & Answers
Hi, the fxDreema's builder can only import .mq4 EAs built with it.
If you have .mq4 indicator instead, you can add it in "my indicator" list (at top left) -
RE: how to have candle behind buttonsposted in Questions & Answers
@jstap said in how to have candle behind buttons:
Interesting, worked last time I used.
it works today too
@tec-nacks -
RE: CUSTOM INDICATORposted in Questions & Answers
@Chen-0 again yes. Is the indicator in the right folder of MT5 ?
-
RE: BUG ??? Invalid price (10015)posted in Questions & Answers
@OntradingX I really don't know what it could be, sorry, you may find some topics about this error code on mql5 like this
https://www.mql5.com/en/forum/278174
and many others
-
RE: CUSTOM INDICATORposted in Questions & Answers
@Chen-0 it works
Also your original project works as it is