Quote:
Originally Posted by lcfxtrader
Wolfe,
Is the initial entry based on the close of a candle above or below the SMA or does it just need to touch it from above or below? Thanks again for the EA. I hope testing is a success.
Thanks,
lcfxtrader
|
Right now the EA is coded to follow the close of an EMA.
All it does is this: It takes current bar EMA and compares it to close of 1 bar previous. If current bar is > than previous bar it will start long. If current bar is < previous bar it will start short.
If there are any other ideas we could try them.