@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
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, -
A simple EA questionposted in Questions & Answers
Hello everyone on fxdreema,
https://fxdreema.com/shared/LboEbHIod
I have done before 2 custom indicators (wrote directly on MT4)
but never had experience with EA,
today I just want to write a simple EA : when the last candle close price is higher/lower then a price I set (input),
then open a trade Buy/Sell with lot input (can be without S/L or T/P)I have tested with this EA of shared link, but it did not opened any trade,
for example I tested EURUSD M1, input condition price = 1.3337
when last candle close at 1.3338, it did not open the trade,any suggestion if I did wrong ?
any help will be greatfull, thank you~PS: btw, I got an error when I check the checkbox of input of "CurrentTimeFrame", if I uncheck it, it compiled successfully
-
RE: I'm new hereposted in Questions & Answers
Got what I need about canddle, will share soon my build for advises

-
RE: I'm new hereposted in Questions & Answers
My first strategy will be about Candle,
in the condition block, I see 4 types of Bull candle + 4 types of Bear candle,
where I can find the definition of each type ?I think the type I would need will be Bull candle total size (pips) and Bear candle total size (pips),
but I wish to confirm if that condition candle is what I need, where can I confirm it? -
I'm new hereposted in Questions & Answers
Hello eveyone on fxdreema,
Firstly happy new year ~!!!
I'm new on Forex trading world and also building an EA,
I was trying to implement an idea today so I googled and come here for build my first test EA,
has been trying after hours in Beta section, and I think I build an easy logic for open trade (buy or sell),
but I have some questions about S/L and T/P,how can I save and share my built EA and make a question here?
and what's the difference between paid member + free membership?Thanks in advance