RSI_BULL_BEAR 是由 @ tommiehansen 所撰寫的 Gekko 交易策略,除了最原版的之外,現在最被討論的大概就是加上 ADX 指標調整的 RSI_BULL_BEAR_ADX 了,ADX 可以確認市場是否存在趨勢以及衡量其強度,只要搭配好的參數很容易能超出原版的表現,在對不同幣種的適應性下也更好, 但現在又有由 @ Kohette 再加入了 Ping Pong trading 的概念,簡單的說就是在買入後會馬上掛一個高於原價 % 數的賣單,賺取短線的反彈 ,賣出時反之亦然。 RSI_BULL_BEAR (原版) JS : https://github.com/tommiehansen/gekko_tools/blob/master/strategies/RSI_BULL_BEAR.js TOML : https://github.com/tommiehansen/gekko_tools/blob/master/strategies/RSI_BULL_BEAR.toml RSI_BULL_BEAR_ADX JS : https://github.com/tommiehansen/gekko_tools/blob/master/strategies/RSI_BULL_BEAR_ADX.js TOML : https://github.com/tommiehansen/gekko_tools/blob/master/strategies/RSI_BULL_BEAR_ADX.toml RSI_BULL_BEAR_PINGPONG JS : https://github.com/Kohette/gekko_tools/blob/master/strategies/RSI_BULL_BEAR_ADX_PINGPONG.js TOML : https://github.com/Kohette/gekko_tools/blob/master/strategies/RSI_BULL_BEAR_ADX_PINGPONG.toml 也因為 RSI_BULL_BEAR 幾乎是討論度最高的策略,@ simons.ph...
