Pine Script v5 variable exitLong and exitShort not triggering strategy.close but it does show when using plotshape
I have a script here that where the variable exitLong and exitShort are not triggering the strategy.close function. debugging it the variaples do plot on the chart when using plotshape.
Pine Script v5 variable exitLong and exitShort not triggering strategy.close but it does show when using plotshape
I have a script here that where the variable exitLong and exitShort are not triggering the strategy.close function. debugging it the variaples do plot on the chart when using plotshape.
Pine Script v5 variable exitLong and exitShort not triggering strategy.close but it does show when using plotshape
I have a script here that where the variable exitLong and exitShort are not triggering the strategy.close function. debugging it the variaples do plot on the chart when using plotshape.
Pine Script v5 variable exitLong and exitShort not triggering strategy.close but it does show when using plotshape
I have a script here that where the variable exitLong and exitShort are not triggering the strategy.close function. debugging it the variaples do plot on the chart when using plotshape.
Pine Script v5 variable exitLong and exitShort not triggering strategy.close but it does show when using plotshape
I have a script here that where the variable exitLong and exitShort are not triggering the strategy.close function. debugging it the variaples do plot on the chart when using plotshape.
Pine Script v5 variable exitLong and exitShort not triggering strategy.close but it does show when using plotshape
I have a script here that where the variable exitLong and exitShort are not triggering the strategy.close function. debugging it the variaples do plot on the chart when using plotshape.
How to close all open trades on current candle when backtesting?
When working with Pinescript v5 in TradingView, how can I close all open trades on the current candle when backtesting? I would like to have a checkbox to activate such a “close all open trades for backtesting purposes” feature and tried several different approaches, but none worked.
how to plot high and loe of 3rd candle on an hourly chart
I need the high and low of the 3 hour candle on an hourly chart starting from the week.
Pinescript closing shorts with longs when pyramiding
i have setup conditions for entries on shorts and longs and have setup and open trades limit, set by the pyramiding value.
Pine Script plots last day of the month in next month’s first day – How to solve this?
I am just trying to plot a Monthly price range.