@fxDreema Thanks again Admin for the detailed explanation
I will continue learn and do more to build mi EA
really appreciate your fxdreema project and the website
Latest posts made by leochangchen
-
RE: A simple EA questionposted in Questions & Answers
-
RE: candle patternsposted in Questions & Answers
Maybe you can do :
Condition Block : if "Candle 1 close" < "Candle 2 Open"
Sell now Block : Candle 1 Close with S/L Candle 2 or Candle 1 High -
RE: A simple EA questionposted in Questions & Answers
@fxDreema thanks again Admin, I will google about hedging and netting or ask my broker,
regards the "Once per day", if I choice "Hours Period",
let's say Start hour from (00:00) End hour to (12:00)
the condition I put under the block "Once per day" will be checked repeatedly during 00:00~12:00?
or will only check max 1 time during these hours,
here's where I'm a bit confused@roar Thanks also for your reply, I will check this with the broker
-
RE: A simple EA questionposted in Questions & Answers
btw, I wish to add "Once per day" filter,
"Once per day" mean it will check the condition I putted and open a trade only once per single day right?
and how can I write if I wish to close all opened trade on the finish of each day?
will be two block of "Once per day" Time filter?
is this logic correct? (forget about the blocks number because I created them in random just to take a screenshot :P)
-
RE: A simple EA questionposted in Questions & Answers
Thanks again for reply dear Admin,
I will write and test both "Custom (Price Level)" and "Custom (Price Fraction)" in a demo to see the difference,
and about the mode netting or hedging, where I can check this?
btw, I let them default while creating my MT4 and MT5 project -
RE: ATR Valueposted in Questions & Answers
you're welcome,
I'm new here too
let's learn and earn together
-
RE: ATR Valueposted in Questions & Answers
I think it's 0.0010,
will be the same format when you use the indicator,
but all depend the symbol or product you're trading,
some symbols has only two digit after the dot -
RE: A simple EA questionposted in Questions & Answers

can be this working?
if yes, I know I can change the number "2" to a constant,
but can I write to " * constant name"? -
RE: A simple EA questionposted in Questions & Answers
@fxdreema wow~ thanks for reply Admin,
btw,
I got it work when I changed to MT4,
but with same logic I can't let it work in MT5,
it will work on MT5 when I disconnect the one of the two condition to "Non position",
I mean, if I disconnect second condition, the first condition will buy,
if I disconnect first condition, the second condition will sell,
but connected both condition, no one is working,In MT4, both condition connected to "No Trade" will work both,
btw, May I ask how to get value of indicator ATR to declare a variable for TP/SL?
I wish to put for example,
current ATR value (when open trade) * ATR_Multiplier (constant input or can be putted by user) = SL/TPThanks in advance,
also thanks again for your reply @josecortesllobat -
RE: A simple EA questionposted in Questions & Answers
Gracias Jose,
I will try your form soon,
so the condition block I'm doing well ?
setted Close candle > numeric Value,