SilverTrend Sv2

Category: trend, momentum

A variation of the SilverTrend indicator that calculates a breakout level based on the highest high and lowest low over a lookback period (SSP) adjusted by a percentage factor (Kmax).

Formula

SsMax = max(High, SSP); SsMin = min(Low, SSP); level = SsMax - (SsMax - SsMin) * (Kmax / 100); Signal depends on the comparison of shifted level buffers.

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home