-
Function that can go back through time and, given criteria:
1) Generate a limit order to ENTER a position overnight
2) Generate the limit order to CLOSE the position
3) Generate the market order …
-
Gekko BacktestTool is coming up with empty results set for the candles/strategies/pairs. I have tried various combinations.
@strategies = qw(
MACD
);
@pairs = qw(
poloniex:ALL
);
@warmup …
-
Error: Cannot find module '/home/gdax/gekko/Gekko-BacktestTool/gekko'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Function.Modu…
-
Backtest is important for algorithm trading. There already some backtesting framework, should we utilize them?
-
Hie guys,
Profits are always positive with octobot but it's about 0 and 1 usdt per day.
To get more profits, two options according to me :
- growing nombre of orders significatively (~ 50-100 p…
-
On my Mac, the results table looks very unimpressive. I think we need to display the results table vertically.
-
Hi! I'm really interested in your work, and tried to reproduce the results myself. Using the given code I can reproduce the reported IC/Rank IC scores, but I'm failing to reproduce the backtest result…
-
I have suggested a very simple fast_backtest option to be passed to TradingAlgorithm()
see: https://github.com/florentchandelier/zipline/tree/wip-ImproveBacktestSpeed
-> I'm not creating a pull requ…
-
It'd be amazing to have native backtesting for premium versions.
-
**What am I doing wrong ?**
====== C:\Users\usr1\Desktop\binance-trade-bot-master\backtest.py =====
2021-11-18 13:25:08,508 - backtesting_logger - INFO - Fetching prices for ADAUSDT between 2021-0…