This STRATEGY combines the Supertrend Indicator with the Trama Indicator and combines it into one Strategy Script for Buy and Sell Signals.
This Script is optimized for the BTC USD Inverse Futures and the Settings for the 15 Minutes TimeFrame are as follows:
Supertrend:
ATR Period = 14
Source = hl2
ATR Multiplier = 4
All Options from Supertrend turned on
Trama:
Length = 200
Src = close
Risk Management:
Lookback = 9
ATR Multiplier = 0.5
RR = 1.5
Risk per Trade in % = 2
Properties:
Enable all "Recalculate"-Options
The Rules are pretty Simple:
If the Supertrend Indicator gives a Buy Signal and this Buy Signal is printed above the Trama Line, then the Strategy prints a blue Arrow which indicates that A Long Position will be entered as soon is the candle is closed.
The Opposite is true for Short Signals. If the Supertrend Indicator gives a Sell Signal and this Sell Signal is printed below the Trama Line, then the Strategy prints a pink Arrow which indicates that a Sell Position will be entered as soon as the candle is closed.
This Strategy Script also has the Option to turn on the Backtest Results Table to display them directly on the Chart.