Hi @jstap ,I tested it. It will execute trade if there is no value in candles to wait. But if i put in any value e.g 1 or 3. The EA only open 1 trade and stop opening anymore. Can you check? It is the same for your example program.
Thanks
Hi @jstap ,I tested it. It will execute trade if there is no value in candles to wait. But if i put in any value e.g 1 or 3. The EA only open 1 trade and stop opening anymore. Can you check? It is the same for your example program.
Thanks
Do u Stop/Shutdown EA over weekend?? If yes, when do you start again? If no, why?
@jstap Hi, thanks for building the block. Am i right to say that I only need to enter the number of candle to wait?
@jstap Hi, this is relevant for me. Can you provide me with steps or illustration? I have challenges understanding adding variables
Much appreciated
Hi,
I m exploring Fibonacci and i can see that we have Fibonacci tools in the builder. I see there are questions on Fibonacci in the forum. But i cannot understand the basic behind it. Can someone help me understand the how does the Fibonacci tool decide when or which is the highest or lowest point to draw?
Appreciate an example.
Thanks
@l-andorrĂ As usual, thank you for ur response. What i mean is if the ATR of last candle is 20 pips. I do not want to take a trade if the current candle has moved more than 10pips in my direction
I will like to monitor for late trade using ATR. Say if my day candle ATR number is 0.0143 and i do not want to enter a trade if the price has moved more than 50% of the ATR. How do i set this condition?
Thank you
Hi,
I had tried for a while but unable to figure out. How to I configure my custom indicator that allow my condition to be trade when the histogram (suspect Buffer 0) is higher than the explosive line (suspect Buffer 1)
Attached is the MQL 50_1594458648794_waddah_attar_explosion.mq5

yes, i understand on the comparison of number. i am trying to capture the cross (or higher) of the WPR than RSi as i did on my MT chart. See attached
Hi,
I am building rule that need to check that the William Percent R line higher than RSI but since these are two separate indicator how do i set my condition? Currently i am doing this but it doesnt seem to be working.

if you just want to limit the number of pips to prevent the price being too far away from the MA, just use distance. See my example. It is the price not further away from the MA not more than 50 pips

@ambrogio Thanks. Quick thinking. I m using a Pass block for Trailing Stop so thought i cannot use the + and -. I took your advise n use two trailing block. Works well. Thanks
Hi,
I will like to use moving average for my SL. My question is how do i add another 10 pips to the moving average So that the SL dont get kick in when it touch the line but only 10 pips above (for sell SL) or 10 pips below (buy SL)

Thank you
@Fabien-S On the Formula, shall we use candle 1 for more setting under ATR period 14?
Thanks
@seb-0 Awsome.. quick thinking. Thanks
Hi,
BAse on the picture. Currently, I set buy only if the AO if above Zero, how do i set that the condition that i only buy if the histogram is green not NOT red?

Thank you
I manually close off all trades (off auto trade) and turn on autotrade the next day. So i use the autotrade on n off function daily
Hi,
I stop the "Auto Trade" button every night and will turn on by clicking on it the next day. In the logs i will see that the EA failed to excuted as "Auto trading" is disable which is correct. But i realized that the EA doesn't run even after i enable it. The moment I pull the EA into the chart, I see new trades open up again. How do I make the EA initialized by turning on the "Auto Trade" button?
Thank you
BEP offset - 20 pips
Pips on profit - 30 pips
The above will get you what you want to achieve.