gekkowarez / gekkoga

Genetic Algorithm for solving optimization of trading strategies using Gekko
309 stars 106 forks source link

Parameter units #54

Open Remonell opened 6 years ago

Remonell commented 6 years ago

What units are used for all the parameters?

History/candle size in minutes? Balance/startprice/endprice in USD?

I want to backtest my results from gekkoga in gekko itself, and I can't get it to work.

Kind regards

WilbertNL commented 5 years ago

History/candle size in minutes?

yes

Balance/startprice/endprice in USD?

In currency actually, so trading BTC/USDT gives USDT, trading NEO/ETH gives ETH.

I want to backtest my results from gekkoga in gekko itself, and I can't get it to work.

I think you need to add a bit more detail for someone to be able to help you ;-)