├── README.md ├── dowjones.js ├── indicators ├── ADX.js ├── AO.js ├── ATR.js ├── BBANDS.js ├── DMI.js ├── DPO.js ├── DX.js ├── EMV.js ├── HMA.js ├── MFI.js ├── PDO.js ├── ROC.js ├── STC.js ├── STOCH.js ├── TRANGE.js ├── TRIX.js └── WMA.js ├── test-ADX.js ├── test-AO.js ├── test-ATR.js ├── test-BBANDS.js ├── test-DMI.js ├── test-DPO.js ├── test-DX.js ├── test-EMV.js ├── test-HMA.js ├── test-MFI.js ├── test-STC.js ├── test-TRANGE.js ├── test-TRIX.js └── test-WMA.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/README.md -------------------------------------------------------------------------------- /dowjones.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/dowjones.js -------------------------------------------------------------------------------- /indicators/ADX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/ADX.js -------------------------------------------------------------------------------- /indicators/AO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/AO.js -------------------------------------------------------------------------------- /indicators/ATR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/ATR.js -------------------------------------------------------------------------------- /indicators/BBANDS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/BBANDS.js -------------------------------------------------------------------------------- /indicators/DMI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/DMI.js -------------------------------------------------------------------------------- /indicators/DPO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/DPO.js -------------------------------------------------------------------------------- /indicators/DX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/DX.js -------------------------------------------------------------------------------- /indicators/EMV.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/EMV.js -------------------------------------------------------------------------------- /indicators/HMA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/HMA.js -------------------------------------------------------------------------------- /indicators/MFI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/MFI.js -------------------------------------------------------------------------------- /indicators/PDO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/PDO.js -------------------------------------------------------------------------------- /indicators/ROC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/ROC.js -------------------------------------------------------------------------------- /indicators/STC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/STC.js -------------------------------------------------------------------------------- /indicators/STOCH.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/STOCH.js -------------------------------------------------------------------------------- /indicators/TRANGE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/TRANGE.js -------------------------------------------------------------------------------- /indicators/TRIX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/TRIX.js -------------------------------------------------------------------------------- /indicators/WMA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/indicators/WMA.js -------------------------------------------------------------------------------- /test-ADX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-ADX.js -------------------------------------------------------------------------------- /test-AO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-AO.js -------------------------------------------------------------------------------- /test-ATR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-ATR.js -------------------------------------------------------------------------------- /test-BBANDS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-BBANDS.js -------------------------------------------------------------------------------- /test-DMI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-DMI.js -------------------------------------------------------------------------------- /test-DPO.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-DPO.js -------------------------------------------------------------------------------- /test-DX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-DX.js -------------------------------------------------------------------------------- /test-EMV.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-EMV.js -------------------------------------------------------------------------------- /test-HMA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-HMA.js -------------------------------------------------------------------------------- /test-MFI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-MFI.js -------------------------------------------------------------------------------- /test-STC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-STC.js -------------------------------------------------------------------------------- /test-TRANGE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-TRANGE.js -------------------------------------------------------------------------------- /test-TRIX.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-TRIX.js -------------------------------------------------------------------------------- /test-WMA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gab0/gekko-extra-indicators/HEAD/test-WMA.js --------------------------------------------------------------------------------