Strategies/Trend/Parameters

Trend Parameters

Each row below shows a parameter the Trend strategy actually uses, its current value, and a one-line plain-English definition of what it controls. Values are pulled live from the strategy's source code, so this page always reflects the algorithm as it runs today.

  • Swing Strength
    3 bars

    Bars on each side needed to register a swing high or low used for trendline construction.

  • Fast / Slow MA
    50 / 200

    Primary moving-average pair used to confirm overall trend-direction alignment.

  • Short / Long MA
    13 / 89

    Secondary moving-average pair feeding the midpoint-momentum filter.

  • Trendline Reference Points
    10

    Number of historical swing points stored for trendline validation.

  • Minimum Average Volume
    50,000

    Daily volume gate; symbols trading below this average are skipped.

  • Minimum Price
    $10

    Entries are only taken on stocks priced above this level.

  • Entry Stop Buffer
    0.75 x ATR

    Stop entry is placed this far above the trigger bar to confirm the breakout.