strategy("Oscillating Band Strategy", shorttitle="BB_RSI_Strat", initial_capital=10000, default_qty_type=strategy.percent_of_equity, default_qty_value=100, pyramiding ...
// This strat uses a 3:1 risk reward ratio, but can be changed by setting the ATR multiplier // The script has a time range picker added to back test from a specific date. // Best results achieved on ...