When I plot an array in indicator mode, it returns the correct value, but when
I use the same array and define it as sellprice, the exit price in my backtest,
doesn't return the same value as the indicator. I am using
SetOption("priceboundchecking",False), but I'm still not getting the same
value. What does the backtester do that might cause this to happen? I can't
find it in the user manual, but my brain is fried and that might be why.
Please help.