06-07-2018, 01:15 AM
I was really excited for this but I can't seem to get it to work either....I get an error message each time.
Want to talk to your strategy? Now you can
|
06-07-2018, 01:15 AM
I was really excited for this but I can't seem to get it to work either....I get an error message each time.
07-19-2018, 12:27 AM
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.
If it isn't crypto, it isn't worth mining, it isn't worth speculating.
https://www.youtube.com/c/crypto49er
07-30-2018, 03:10 AM
(This post was last modified: 07-30-2018, 03:11 AM by crypto49er.
Edit Reason: typo
)
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_B...h-Telegram Let me know what you guys think.
If it isn't crypto, it isn't worth mining, it isn't worth speculating.
https://www.youtube.com/c/crypto49er (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?
07-30-2018, 03:21 PM
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?
If it isn't crypto, it isn't worth mining, it isn't worth speculating.
https://www.youtube.com/c/crypto49er
07-30-2018, 03:43 PM
(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
07-30-2018, 05:23 PM
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.
If it isn't crypto, it isn't worth mining, it isn't worth speculating.
https://www.youtube.com/c/crypto49er
cool great work here is his repo...
https://github.com/mark-sch/gekko/tree/d...creenshots 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. |