mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
python wrapper
This commit is contained in:
+4
-1
@@ -10,6 +10,7 @@ Price transforms and fundamental building blocks. These indicators compute deriv
|
||||
| [MEDPRICE](medprice/Medprice.md) | Median Price | (H+L) * 0.5 |
|
||||
| [MIDPOINT](midpoint/Midpoint.md) | Rolling Midpoint | (Max+Min) * 0.5 over lookback window |
|
||||
| [MIDPRICE](midprice/Midprice.md) | Mid Price | (Highest High + Lowest Low) * 0.5 |
|
||||
| [MIDBODY](midbody/Midbody.md) | Open-Close Average | (O+C) * 0.5 |
|
||||
| [TYPPRICE](typprice/Typprice.md) | Typical Price | (H+L+C) * OneThird via FMA |
|
||||
| [HA](ha/Ha.md) | Heikin-Ashi | Modified OHLC candles. Smoothed trend visualization. Output is TBar. |
|
||||
| [WCLPRICE](wclprice/Wclprice.md) | Weighted Close Price | (H+L+2C) * 0.25 via FMA |
|
||||
@@ -30,5 +31,7 @@ All Core indicators share common traits:
|
||||
|
||||
| Type | Indicators | Input |
|
||||
| :--- | :--------- | :---- |
|
||||
| TBar | AVGPRICE, MEDPRICE, MIDPRICE, TYPPRICE, WCLPRICE | OHLCV bars |
|
||||
| TBar | AVGPRICE, MEDPRICE, MIDPRICE, MIDBODY, TYPPRICE, WCLPRICE | OHLCV bars |
|
||||
| TValue | MIDPOINT | Single value series |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user