Hi all,
I want to add a trailing stoploss into a strat i have the code for both but no idea how to being them together, any tips?
Thanks
@Kris191,
Are you getting an error message or is the trailing stop loss not working at all?
@crypto49er Keep on publishing your Gekko videos on youtube, I like, great work :-D What is left on your crypto gameplan?
@mark.sch,
Thanks! Appreciate it. I got the basics of Zappra's communicate with Gekko via Telegram working. Will try to have a video out today. Other than that, still looking into ways to have Gekko trade with a specific starting amount and have that amount go up/down based on the sell so I can run multiple gekko off the same API key for an exchange. I know AskMike has implemented the base for this in 0.6 but it isn't working yet.
@Kris191,
I will drop the "else" and just use a bunch of if statements. It just makes things more confusing. You can also use "switch" instead of if statements since you have two conditions that will trigger a sell for cleaner code. Just add log.info('message') within the if brackets to get the console notifications. Then just find time frames in backtest data that will trigger each of these if statements to confirm if they are working as you need it.