I created a custom build strategy to test what would happen with the following two entry requirements:
RSI is lower than level line 20
AND
RSI is higher than level line 10
The values were otherwise the same and the exit and other parameters chosen doesn’t matter. My thinking was that this would open a buy position when RSI was between 10 and 20 but never open a short as the opposite thing ProQuant does to create the short entry rules means that RSI would need to be below 10 and above 20 (I.e. impossible). However the backtests results show both buys and sells!!!! I am now running the same in simulation to see what happens when running. Have I missed something?