Quote:It would be great to specify how to look balance (if possible), set order sum, different kinds of stop-losses (I saw something similar at the forum
All these things are not possible right now. Please see this document that describes more abstractly what kind of strategies Gekko is designed for: https://gekko.wizb.it/docs/introduction/scope.html
Quote:it is hard to gather all actual and robust information).
I will improve the docs asap, but right now the only thing you can do is:
- trigger an advice to go short or long.
- if the advice is long: pass a trailingStop of when to make an exit
There is another method you can add to your strategy called onTrade that will get called after a trade is completed. I'll explain this all properly in the docs asap.