Hi Paulo,Dear tanaka akiko,
Please could you make a very simple EA, but very efficient… see below the logic and the picture showing it…
SIGNAL:
- BUY: open order in the second candle closed above EMA 72 (exponential moving average)
- SELL: open order in the second candle closed bellow EMA 72 (exponential moving average)
Would the UniversalMACrossEA meet your requirement? See attached.
FastMAPeriod (default 10)
Fast Moving Average Period.
FastMAType (default EMA / 1)
Fast Moving Average Type 0:SMA 1:EMA 2:SMMA 3:LWMA
FastMAPrice (default Close / 0)
Fast Moving Average Applied Price 0:Close 1:Open 2:High 3:Low 4:Median 5:Typical 6:Weighted
ver.7.2 FastMAshift (default 0)
Fast Moving Average Shift
SlowMAPeriod (default 80)
Slow Moving Average Period.
SlowMAType (default EMA / 1)
Slow Moving Average Type 0:SMA 1:EMA 2:SMMA 3:LWMA
SlowMAPrice (default Close / 0)
Slow Moving Average Applied Price 0:Close 1:Open 2:High 3:Low 4:Median 5:Typical 6:Weighted