trality / crypto-trading-bots

Trality is the platform for anyone to create and invest through automated crypto trading bots.
9 stars 3 forks source link

Data does not have every tick value #1

Open moiz-lakkadkutta opened 3 years ago

moiz-lakkadkutta commented 3 years ago

Data only have open low high and close but there are large slippage in any time frame soo it difficult to judge a stretergy on just that data.

c0indev3l commented 1 year ago

My opinion is that they should write a backtester in Julia to be able to handle large amount of data such as tick/trades data or even orderbook data (contrary to Python which is very long to performe backtests).