TS Volatility Reversals
Jump to navigation
Jump to search
Trading System "Volatility Reversals"
Formula per Tradestation™:
INIZIO FORMULA
Type : Signal, Name : Volatility Reversals
Input:
lkbk(5),
Ent(.65);
Value1 = Ent * AvgTrueRange(lkbk);
{Long Entries}
Buy next bar at Open of next bar + Value1 stop;
{Short Entries}
Sell next bar at Open of next bar - Value1 stop;
FINE FORMULA