taglia90 / IWannaBeRich

Strategies for Gekko bot
12 stars 15 forks source link

Question about Mi strategy #1

Open Deweygattringer opened 2 years ago

Deweygattringer commented 2 years ago

Is it a problem If all the indicators are active (true) at once? And also am i getting it right that one of them needs a Minimum of 90 candles of History? I try to trade Eur ETH on Kraken... 6 days in No trade so far. Thats why i ask.. in Backtest It Performed Very well

Thanks for the great Work. If this Works i will definitly donate!

taglia90 commented 2 years ago

MI (Multiple Indicator) strategy it's very general, it's possible to enable all the indicators (setting them to true) or only some of them. CCI is set to have 90 candles of history. You can put a lower value, but the higher it is, the more accurate the indicator will be. If you don't want to change it or wait 90 candles you can try to disable this indicator, this strategy should perform also great.

If in 6 days you didn't have trades you can try to lower the candle size. Usually trades with big candles do very few trades, while smallest candles tend to do more trades. Which candle size did you use for your live trades?

I hope I helped you. If you have any other question don't hesitate to contact me again.

Deweygattringer commented 2 years ago

Thank you so much for your answer. Right now i have a candle Size of 20 min and History 200, i'll give it a few more days before switching to a smaller candle Size. Thank you. Definitly will donate!