Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
The trades are placed on the signal from the last CLOSED candle. What you are showing is the current OPEN candle.
The indicators that have the switches ON by setting the value to 1 are all used to generate Buy or Sell trades.
It would be easy to add a check for last 2 closed candles but then you might often get even later entries.
You are still showing indicators that are not used by the EA.
The new version 2.2 I just posted has your settings of 7, 0.7 for Hist_StepMA_Stoch... as far as I know.
It would be better is tests are done only on the newest versions of each EA. The older versions are similar but not always the same.
Also be sure to check what switches are turned on for the signals.
Pictures do not really help if I do not know what signals are being used and especially if the indicators have different settings than the ones used in the EA.
The trades are placed on the signal from the last CLOSED candle. What you are showing is the current OPEN candle.
The indicators that have the switches ON by setting the value to 1 are all used to generate Buy or Sell trades.
It would be easy to add a check for last 2 closed candles but then you might often get even later entries.
You are still showing indicators that are not used by the EA.
The new version 2.2 I just posted has your settings of 7, 0.7 for Hist_StepMA_Stoch... as far as I know.
It would be better is tests are done only on the newest versions of each EA. The older versions are similar but not always the same.
Also be sure to check what switches are turned on for the signals.
Pictures do not really help if I do not know what signals are being used and especially if the indicators have different settings than the ones used in the EA.
Robert
Can you Add resolution FIRST BIG correct candle?
For example
testing correct entry signal (first bar after oposite) - closed bar M15. If OK, waiting correct signal M30 and open trade - not wait closed M30 candle.
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance
For example
testing correct entry signal (first bar after oposite) - closed bar M15. If OK, waiting correct signal M30 and open trade - not wait closed M30 candle.
I am not sure what you mean here. Are you saying use 15 minute timeframe for signals?
That might work for the idea of looking back x bars for valid signals on all bars to place trade especially if x is 1 or 2.
This would also allow the EA to use the 5 minute with valid signals for up to 6 bars back.
Only problem is the EA will backtest very slowly if StepMA is used.