-
[ bug report]
* **Action taken**
Imported poloniex data;
Ran a backtest on feb 1st to feb 2nd on the UI frontend.
Ran backtest from the command line. Same time period, same parameters (MACD stan…
-
2016-11-14 10:00:58 (DEBUG): Available local data:
2016-11-14 10:00:58 (DEBUG): from: 1500 minutes ago
2016-11-14 10:00:58 (DEBUG): to: 1 minutes ago…
appop updated
7 years ago
-
What I'd love to be able to do is pass in command-line variables (specific to whatever strategy being tested) to the backtest tool, get results, parse them, and save the results in a DB.
Ideally, t…
-
As the backtester is running create and update plots with trade events. Otherwise there is a lot of downtime running a test
-
This is with the backtester set to 1 minute, the _i and _d should reflect each minute, it's kind of doing it in lumps of 50, it's odd.
[Number: 1484671020000]
_i: 1484671020000,
_f: undefined…
-
In the config.js - CandleSize should be based on minutes correct?
config.tradingAdvisor = {
enabled: true,
method: 'RSI',
candleSize: 5, //5 minutes
historySize: 10,
adapter…
-
In may current test for a trading strategy, the back tester is making two buy trades after another and then also two short trades after another.
-
From playing around I've noticed that candleProps doesn't get set unless you add a Talib indicator to your strategy. From testing this is the line that does this contained in baseTradingMethod:
if…
-
Take a look [genetic-js](https://github.com/subprotocol/genetic-js)
It is also present on npm.
Let's discuss here
-
Gave this a try, exchange poloniex, default settings, live trading (not sim).
The bot consistently without exception buys at price X and sells at a lower price. It is doing the opposite of what it …