SkillAgentSearch skills...

GekkoSchaffTrendCycle

SchaffTrendCycle Indicator for Gekko

Install / Use

npx skills add zschro/GekkoSchaffTrendCycle

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Gekko Schaff Trend Cycle

Schaff Trend Cycle Indicator for Gekko

Install

copy the file(s) from /strategies/ into the strategies folder of your gekko install copy the file(s) from /toml/ into the /config/strategies/ folder of your gekko install

Usage / Configuration

Install the modules in your gekko folder: npm install mathjs

config.tradingAdvisor = { enabled: true, method: 'SchaffTrendCycle', candleSize: 15, historySize: 10, } config.SchaffTrendCycle = { length: 10, fastLength: 23, slowLength: 50, factor: 0.5, threshold_high: 80, threshold_low: 20 }

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated3y ago
Forks3

Languages

JavaScript

Security Score

60/100

Audited on Oct 14, 2022

No findings