My Latest Thoughts about gekko - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: General Discussion (https://forum.gekko.wizb.it/forum-14.html) +--- Thread: My Latest Thoughts about gekko (/thread-57894.html) Pages:
1
2
|
My Latest Thoughts about gekko - batssmasher - 04-01-2019 After testing lots of strats and lots of indicators using both classic and green gekko .i reached the truth that whatever you do it will NEVER get the same values for your indicators as in the exchange nor as in trdaingview . even if gekko starts giving correct results it will have a slight delay which increment for your values by time the best way is to code your strat on trdaingview then use gekko as signal trader bot using email bridge for the trdaingview alerts.which works great . RE: My Latest Thoughts about gekko - rdeman - 04-02-2019 (04-01-2019, 07:46 PM)batssmasher Wrote: After testing lots of strats and lots of indicators using both classic and green gekko .i reached the truth that whatever you do it will NEVER get the same values for your indicators as in the exchange nor as in trdaingview . even if gekko starts giving correct results it will have a slight delay which increment for your values by time What is "green gekko" ? RE: My Latest Thoughts about gekko - batssmasher - 04-02-2019 (04-02-2019, 01:54 AM)rdeman Wrote:(04-01-2019, 07:46 PM)batssmasher Wrote: After testing lots of strats and lots of indicators using both classic and green gekko .i reached the truth that whatever you do it will NEVER get the same values for your indicators as in the exchange nor as in trdaingview . even if gekko starts giving correct results it will have a slight delay which increment for your values by time https://github.com/mark-sch/gekko RE: My Latest Thoughts about gekko - Maupolom - 04-02-2019 (04-01-2019, 07:46 PM)batssmasher Wrote: After testing lots of strats and lots of indicators using both classic and green gekko .i reached the truth that whatever you do it will NEVER get the same values for your indicators as in the exchange nor as in trdaingview . even if gekko starts giving correct results it will have a slight delay which increment for your values by time Where can I find more information about the email bridge? RE: My Latest Thoughts about gekko - batssmasher - 04-02-2019 (04-02-2019, 02:02 PM)Maupolom Wrote:(04-01-2019, 07:46 PM)batssmasher Wrote: After testing lots of strats and lots of indicators using both classic and green gekko .i reached the truth that whatever you do it will NEVER get the same values for your indicators as in the exchange nor as in trdaingview . even if gekko starts giving correct results it will have a slight delay which increment for your values by time custom build. it receive emails then filter it then trigger gekko to sell or buy RE: My Latest Thoughts about gekko - TiberiusMC - 04-05-2019 [quote pid='61073' dateline='1554147963'] the best way is to code your strat on trdaingview then use gekko as signal trader bot using email bridge for the trdaingview alerts.which works great . [/quote] Hello. Could you share with me the code you built to make this happen. Or enlighten me, how this can be done. I have a strategy in tradingview which I really like the Gekko Bot to follow. Best regards. Tiberius RE: My Latest Thoughts about gekko - batssmasher - 04-05-2019 (04-05-2019, 10:20 AM)TiberiusMC Wrote: [quote pid='61073' dateline='1554147963'] Hello. Could you share with me the code you built to make this happen. Or enlighten me, how this can be done. I have a strategy in tradingview which I really like the Gekko Bot to follow. Best regards. Tiberius lets share codes [/quote] RE: My Latest Thoughts about gekko - TiberiusMC - 04-06-2019 (04-05-2019, 09:30 PM)batssmasher Wrote:(04-05-2019, 10:20 AM)TiberiusMC Wrote: [quote pid='61073' dateline='1554147963'] [/quote] weird flex but okay RE: My Latest Thoughts about gekko - sf52crypto - 05-01-2019 (04-01-2019, 07:46 PM)batssmasher Wrote: After testing lots of strats and lots of indicators using both classic and green gekko .i reached the truth that whatever you do it will NEVER get the same values for your indicators as in the exchange nor as in trdaingview . even if gekko starts giving correct results it will have a slight delay which increment for your values by time I'm also greatly interested in getting gekko to accept trading view alerts by email. Any info you can share to achieve that would be very appreciated! RE: My Latest Thoughts about gekko - herve76 - 05-17-2019 you could re use this code i wrote a year ago: https://github.com/jsappme/tradingview-alert-binance-trader |