Forum

Set indicator property with parameter?

Hi everyone! I want to change the property "indicator_applied_price", using a parameter. I know to how create a parameter but I couldn't find how to apply the parameter to the indicator. I've tried plotindexset and indicatorset, but I've not found where to use the parameter. Can someone help me

Limit orders ignoring orders queue in backtest

Hi everyone! I've been noticing something in my backtests. The problem is that, in real market, when the price (Candle High) touches a Sell Limit price, the order is not executed instantly, as the order is in the Book and so there's a Queue. But, in the backtest (using " every tick " modeling), if