can you please give a small explanation as to what you did in that link?
Latest posts made by eli
-
RE: Only fist candleposted in Questions & Answers
-
Only fist candleposted in Questions & Answers
so basically, i am trying to run an EA that takes trades whenever 20 MA is above 50, and MACD is above main is above signal line, and RSI is above 55
problem is that i dont want EA to take trade every time those parameters are valid, but only on the first candle that they are validso if for example EA takes trade and immediately hits TP, it shuudnt right away open new trade jut because parameters are still there, but rather wait for the conditions to be invalidated (RSI droping below 55 for example) and then only take trade once they become valid again.
did i explain myself correctly?
-
SL as a multiple of the ATRposted in Questions & Answers
bascially, instead of puting a fixed amont of pips for SL and TP, i want ot be able to put the ATR value times 4 as SL and tiems 8 as TP. is that possible?.
beacuse each pair is diffrent and i cant have same amount for each one, so how do i tailor it to each currency?
-
RE: No more than one trade per barposted in Questions & Answers
what is the solution here? to change the numbers?
-
No more than one trade per barposted in Questions & Answers
Hey guys
https://fxdreema.com/shared/mrc1YHLCdhow can i make it so trades will only be taken once per bar and not multiple trade on one big bar.

as soon as 1 trade is closed, it opens a new one even on same bar and i would like for it to wait till next one before opening trade again