Want to talk to your strategy? Now you can - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html) +--- Thread: Want to talk to your strategy? Now you can (/thread-56764.html) Pages:
1
2
|
RE: Want to talk to your strategy? Now you can - whoodat - 06-07-2018 I was really excited for this but I can't seem to get it to work either....I get an error message each time. RE: Want to talk to your strategy? Now you can - crypto49er - 07-19-2018 I got this to work, but only after getting the right branch from Zappra's repo (Commands_and_remote_logging) and installing TGFancy as mentioned earlier in this thread. The only odd thing is when I type "/buy" in Telegram, it tells me it received a sell order. But it's still cool that I'm able to remotely order the bot to do what I want. Wish I had this when I was on vacation last week. RE: Want to talk to your strategy? Now you can - crypto49er - 07-30-2018 Hey all, For those that don't follow my videos on YouTube, I got this to work with RSI Bull Bear ADX. Here's the video. (sorry for the poor audio quality) https://www.youtube.com/watch?v=uado4fyBz8E Here's the repo with setup instructions. https://github.com/crypto49er/RSI_BULL_BEAR_ADX-Remote-Control-with-Telegram Let me know what you guys think. RE: Want to talk to your strategy? Now you can - Kris191 - 07-30-2018 (07-30-2018, 03:10 AM)crypto49er Wrote: Hey all, HI crypto49er, does this release have instant buy and sell or is it on the next candle? And do i need to run the bull bear start to make it work? RE: Want to talk to your strategy? Now you can - crypto49er - 07-30-2018 Yes. It is still on the next candle. I need to figure out the time frames stuff that Zappra did so it can buy/sell the next minute no matter the candle size. Can you elaborate on the bull bear start thing? RE: Want to talk to your strategy? Now you can - Kris191 - 07-30-2018 (07-30-2018, 03:21 PM)crypto49er Wrote: Yes. It is still on the next candle. I need to figure out the time frames stuff that Zappra did so it can buy/sell the next minute no matter the candle size. Can you elaborate on the bull bear start thing? march.sh is doing something similar and seems to have instant buy sell in place check out his Github. I use a simple TMA start not the bull bear ones, can i still sue the plugin with this strat? Thanks RE: Want to talk to your strategy? Now you can - crypto49er - 07-30-2018 Thanks. Do you have a link to his repo? I can't seem to find it with a basic google search or a github search. The plugin can work with any strat, but the strat has to be modified to use these functions. It's mostly in the onCommand method in the strat. You can copy and paste that into your strat and then edit it to make it work. RE: Want to talk to your strategy? Now you can - Kris191 - 07-30-2018 cool great work here is his repo... https://github.com/mark-sch/gekko/tree/develop/screenshots EDIT: DO i have to use the strat change function? i wouldnt want to adjust my EMA's on the fly candle size maybe but that would be a great deal of work for very little gain. |