-
I would like to be able to use my Composer.trade Watchlist as a mechanism to hold and compare symphonies using QuantStat. Specifically, I would like to be able to configure group settings ( i.e. backt…
-
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?
-
It'd be amazing to have native backtesting for premium versions.
-
Hello,
I have problems to save a model when I use the weight_func for multiple series.
Would it be possbile to share a mininmal example of how you can use this for multiple series?
Bellow I ha…
-
Hi,
I would like to increase the cash by 0.25 for every successful trade. I tried something like this, but it hasn't worked yet. Do you have any suggestions?
```python
# Subclass Backtest t…
-
**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…
-
Hello, I found that there is a way to get backtest data for Bittrex using this [API endpoint](https://bittrex.com/Api/v2.0/pub/market/GetTicks?marketName=BTC-ETH&tickInterval=fiveMin):
From [this…