GuntharDeNiro / GunbotAMA

This repo is used to accept user's features requests for Gunbot AMA development
4 stars 1 forks source link

fibonacci retracement and support/resistance #10

Open darklago opened 4 years ago

darklago commented 4 years ago

Hi Gunthar, are there any possibilities to implement fibonacci retracement and/or support/resistance in our strategies ?

thanks, Regards,

GuntharDeNiro commented 4 years ago

sure thing, fibonacci retracements are already calculated in gunbot internally, would be nice to hear "how to" use them.

GuntharDeNiro commented 4 years ago

please a feedback is needed on this issue, thank you.

darklago commented 4 years ago

Hi,

the goal would be to prohibit a long below a resistance or a short above a support and apply something similar with the retracements of fibonacci but I have nothing more concrete at present I just submit the idea. I was just wondering if there was already something to prevent this kind of thing from happening. Maybe there is something similar already with an indicator like ichimoku?

thanks

GuntharDeNiro commented 4 years ago

ok to start i'll implement multiple buy as the price crossunder the multiple retracements and multiple sell when price crossover the various retracementes. I'll set also something like "NEVER_BUY_ABOVE" and "NEVER_SELL_BELOW". Fibonacci numbers would also be configurable. Testing this we should be able to correct behaviour or implement new things if we need. Thanks for asking