mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
fix(docs): correct .md documentation across errors, dynamics, filters, forecasts, momentum, numerics, oscillators, reversals, statistics, trends, volatility, volume
Deep review of all indicator categories verified .md headers against .cs WarmupPeriod, parameters, inputs, and outputs. Fixes include warmup corrections, parameter documentation, output type accuracy, and Pine Script alignment.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// © mihakralj
|
||||
//@version=6
|
||||
// Indicator algorithm (C) 2013 John F. Ehlers
|
||||
indicator(" Ehlers Trendflex Indicator (TRENDFLEX)", "TRENDFLEX", overlay=false)
|
||||
indicator("Ehlers Trendflex (TRENDFLEX)", "TRENDFLEX", overlay=false)
|
||||
|
||||
//@function Calculates Ehlers Trendflex using SuperSmoother pre-filtering and cumulative slope with RMS normalization
|
||||
//@param source Series to calculate Trendflex from
|
||||
|
||||
Reference in New Issue
Block a user