Guide
How does the Customizable OCC Non Repainting Scalper Bot v7.0b strategy work ?
The "Customizable OCC Non Repainting Scalper Bot v7.0b" is a TradingView bot designed for cryptocurrency scalping on a minute chart, ensuring rapid signal generation for execution on an automated platform. Key to this strategy is the prevention of repainting; it ensures signals remain consistent in real-time without redrawing when the chart is kept open. However, signals may differ when the chart is refreshed due to recalculations from a different set of data bars.
To combat repainting while maintaining quick calculations, the strategy:
- Assumes the open of the current bar is the close of the previous one, a condition typically valid in liquid crypto markets.
- Utilizes the
isbarconfirmed
flag to recalibrate higher time frame data as soon as a bar is confirmed. - Creates intervals for snapshotting higher time frame data, reducing moving average-based repainting by waiting until an interval closes before recalculating.
The bot includes features like interval offset, ADX filters for trend confirmation, a trailing stop, and a fixed stop loss for improving trade performance. It also has a "show data" functionality for disclosing values of indicators not plotted on the main chart, allowing users to fine-tune their strategies.
The v7.1 update rectifies issues with labeling and introduces two ADX filters with settings to filter only uptrends, plus additional data visibility enhancements.