mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +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:
@@ -1,6 +1,6 @@
|
||||
// FRACTALS: Williams Fractals
|
||||
// Five-bar pattern identifying local highs (up fractals) and local lows (down fractals).
|
||||
// Created by Larry Williams (1995, "Trading Chaos").
|
||||
// Created by Bill Williams (1995, "Trading Chaos").
|
||||
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
Reference in New Issue
Block a user