Hi again,
Has anyone experienced the backtest not doing what you tell it?
I had an issue when writing the code with this so I resorted to doing the simplified creation instead just to check I wasn’t inputting it wrong and even the simplified creation won’t work. I’m new to this, as I have mentioned in previous posts, so I am just getting to grips with everything which is why I am confused because I’m only automating a buying and selling pivot point strategy.
The simple strat is buying between S2 and S3 so I have done buy when price <= Sup2 and when price => Sup3 execute and then exit when Sup3 > Price.
The orders are executing on pivot, above S1 etc so I’m not sure what is going on…
If anyone could give some advice I would be very grateful, thank you