Strip back to core functionality

 18/12/24    10:40 am

Universality for any chart added.

7:41 pm
Stripped out all excess entry filters and parameters to focus solely on the White above red functionality and line difference and still wasn't trading properly.  Deactivated the line difference also so the single parameter of white above or below red was the only determining factor for entering trades which revealed issues with how the code is interpreting the data from the White/Red buffers (values) so currently isolating and exploring this code to get it to open a buy when white is above red and then close the buy and open a sell when white crosses below.  So not including the line difference or any other parameters to get this core functionality perfect.  As it is the robot is putting a ton of excess trades on in large clusters and when zooming in looks like it is affected  by spikes in the data or in the price data which it should not be looking at. Obviously there are no spikes in the smooth moving averages of the PV2 indicator and this is what the data needs to reflect.  On a side note I added switches to all the parameters so for testing I can just switch each of them on/off as I like from the tester.  So the plan is to get this core functionality of white above or below red perfect and then go from there to switch on the line difference parameter and see how that goes.

10:53 pm
Eventually got to the point now where the core functionality is working fairly correctly, 
while there are some intermediary losing trades, the EA is now correctly interpreting the core PV2 indicator signals:

  • White above Red = BUY
  • White below Red = SELL
and is in the ball park for making the right trades at the right time.  There were some good trades in the last test where it held for the whole trend but then lost a lot on small trades in quick succession that weren't following the core logic so will have to keep digging and weed out the reasons for these smaller trades and get rid of them.

Comments

Popular posts from this blog

Stops and line based entry validation

Momentum