@roar Sweet. Tested it. The data auto download is good and MT5 platform testing seem more powerful
Best posts made by TraderEA6
-
RE: backtestingposted in Questions & Answers
-
RE: Using fixed amount for partial closeposted in Questions & Answers
UPDATE @l-andorrà @roar - The reason whe trade doesnt get executed is because of the lot size. I am using 1% of balance base on SL and my lot size will be 0.57 or 0.29 etc. The type of sizing create error when the EA attempt to close 50% volume. I tested again with standard lot size such as 0.2 etc and it works.
Thank you
-
RE: Take 50% of profit off at ATR, let 50% run till exit conditionposted in Questions & Answers
@Nico1397 For BE you will be the Break even point condition.

Latest posts made by TraderEA6
-
RE: How? - Do not open if a trade has been close manually.posted in Questions & Answers
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
-
Stop/Shutdown EA over weekend??posted in General Discussions
Do u Stop/Shutdown EA over weekend?? If yes, when do you start again? If no, why?
-
RE: How? - Do not open if a trade has been close manually.posted in Questions & Answers
@jstap Hi, thanks for building the block. Am i right to say that I only need to enter the number of candle to wait?
-
RE: How? - Do not open if a trade has been close manually.posted in Questions & Answers
@jstap Hi, this is relevant for me. Can you provide me with steps or illustration? I have challenges understanding adding variables
Much appreciated
-
Understanding Fibonacci in FXdreemaposted in Questions & Answers
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
-
RE: How to I measure using ATR?posted in Questions & Answers
@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
-
How to I measure using ATR?posted in Questions & Answers
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
-
Popular - Waddah Attar Explosionposted in Questions & Answers
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

-
RE: HOW - William Percent R higher/lower than RSI?posted in Questions & Answers
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

-
HOW - William Percent R higher/lower than RSI?posted in Questions & Answers
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.
