KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
Gekko-Strategies
★ 45
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
gekko-gannswing
:
Gann's Swing trade strategy for Gekko trade bot
google-forms-gekko-plugin
:
A gekko plugin for live trading that submits all trades to a google spreadsheet through Forms
gekko-buyatsellat
:
Simple strategy to buy and sell assets at pre-defined thresholds with Gekko
GekkoNet
:
P2P Rollback Game Networking SDK
bruteforce
:
A swiss army nodejs brute force backtester for Gekko trading bot. Saves time so you can spend more time looking good.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Gekko-Strategies
?
Download (.md)
# Gekko-Strategies A list of strategies I written up for the Gekko Trading Bot. These strategies are for educational purposes only! I do not know if they are profitable. As always, you should fully understand any strategy you use with the Gekko trading bot as you are responsible for the trades the bot makes for you. Candlesticks - A strategy that doesn't buy/sell, only tells you what candlestick pattern is when it closes. Fibonacci Trendlines - A trading strategy that buys when 8 day and 21 day EMA is below the 55 day EMA and sell when the 8 day and 21 day is above the 55. MACD Momentum - A trading strategy that tries to catch the bottom of the MACD curve and exits when MACD falls below 0. It is a WIP strategy and the code is extremely buggy (I gave up on perfecting when I saw how elegant the RSI Bull Bear strategy is) so it really should be use for references only. StepGains - My first strategy. It buys on a dip and sell when there is a 1% gain. The variables are hard coded so you can't change it in the UI.