Gekko Forum
Help for my strategy - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Guides (https://forum.gekko.wizb.it/forum-22.html)
+--- Thread: Help for my strategy (/thread-57139.html)



Help for my strategy - chupa - 05-10-2018

Hello,

how do i implement a new indicator?I installed talib and tulip but dont know how to implement the bollinger bands indicator.I also need an advice how to create a trigger where the buy signal is triggered when the candle closes under the lowest band and then sell it when it closes on/above the middle/upper band.I have no programming skills so write slowly please.


RE: Help for my strategy - chupa - 05-11-2018

I am sorry if this is the wrong subforum but can anybody help?


RE: Help for my strategy - crypto49er - 05-11-2018

Bollinger Bands are in here. Just download and drop it in your indicators folder inside the strategy folder.

https://github.com/Gab0/gekko-extra-indicators/tree/master/indicators

You should read through the code for BBRSI to learn how it uses Bollinger bands in that strat. Once you figure it out, you should have no problems with creating triggers for buy/sell.


RE: Help for my strategy - chupa - 05-12-2018

(05-11-2018, 08:30 PM)crypto49er Wrote: Bollinger Bands are in here. Just download and drop it in your indicators folder inside the strategy folder.

https://github.com/Gab0/gekko-extra-indicators/tree/master/indicators

You should read through the code for BBRSI to learn how it uses Bollinger bands in that strat. Once you figure it out, you should have no problems with creating triggers for buy/sell.

Thank you for your help


RE: Help for my strategy - crypto49er - 05-12-2018

Glad to help.