├── README.md ├── strategies ├── SchaffTrendCycle.js └── indicators │ ├── STC.js │ └── zTrailingStop.js └── toml └── SchaffTrendCycle.toml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zschro/GekkoSchaffTrendCycle/HEAD/README.md -------------------------------------------------------------------------------- /strategies/SchaffTrendCycle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zschro/GekkoSchaffTrendCycle/HEAD/strategies/SchaffTrendCycle.js -------------------------------------------------------------------------------- /strategies/indicators/STC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zschro/GekkoSchaffTrendCycle/HEAD/strategies/indicators/STC.js -------------------------------------------------------------------------------- /strategies/indicators/zTrailingStop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zschro/GekkoSchaffTrendCycle/HEAD/strategies/indicators/zTrailingStop.js -------------------------------------------------------------------------------- /toml/SchaffTrendCycle.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zschro/GekkoSchaffTrendCycle/HEAD/toml/SchaffTrendCycle.toml --------------------------------------------------------------------------------