Indicator Data Table
Below is a markdown table that represents the indicator data from the provided Dart code. Each indicator is organized under its respective category.
PRICE TRENDS
| Indicator Name | Type | Parameters | Arguments | TradingView Name |
|---|---|---|---|---|
| atrStop | array | • lookbackPeriods (int, default: 21)• multiplier (double, default: 3.0) | • AtrStop (double)• BuyStop (double)• SellStop (double) | |
| aroon | array | • lookbackPeriods (int, default: 21) | • AroonUp (double)• AroonDown (double)• Oscillator (double) | Aroon |
| adx | array | • lookbackPeriods (int, default: 21) | • Pdi (double)• Mdi (double)• Adx (double)• Adxr (double) | Average Directional Index |
| elderRay | array | • lookbackPeriods (int, default: 13) | • Ema (double)• BullPower (double)• BearPower (double) | |
| gator | array | (No parameters) | • Upper (double)• Lower (double)• UpperIsExpanding (bool)• LowerIsExpanding (double) | |
| hurst | array | • lookbackPeriods (int, default: 100) | • HurstExponent (double) | |
| ichimoku | array | • tenkanPeriods (int, default: 9)• kijunPeriods (int, default: 26)• senkouBPeriods (int, default: 52) | • TenkanSen (double)• KijunSen (double)• SenkouSpanA (double)• SenkouSpanB (double)• ChikouSpan (double) | Ichimoku Cloud |
| macd | array | • fastPeriods (int, default: 12)• slowPeriods (int, default: 26)• signalPeriods (int, default: 9) | • Macd (double)• Signal (double)• Histogram (double)• FastEma (double)• SlowEma (double) | Moving Average Convergence/Divergence |
| superTrend | array | • lookbackPeriods (int, default: 10)• multiplier (int, default: 3.0) | • SuperTrend (double)• UpperBand (double)• LowerBand (double) | Supertrend |
| vortex | array | • lookbackPeriods (int, default: 10) | • Pvi (double)• Nvi (double) | Vortex Indicator |
| aligator | array |