Skip to content

Commit

Permalink
Update backtest_inverter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
universalbit-dev authored May 1, 2024
1 parent 69cf8fc commit 2294b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/backtest/backtest_inverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config.watch = {exchange: 'kraken',currency:'XBT',asset:'LTC',tickrate:20};
config.INVERTER={rsi:13,adx:13,dema:1,diplus:34,diminus:21,longema:233,shortema:55,threshold:3};

//Trading Advisor
config.tradingAdvisor = {enabled:true,candleSize:1,historySize:40,method:'INVERTER'};
config.tradingAdvisor = {enabled:true,candleSize:5,historySize:40,method:'INVERTER'};//candleSize (5 minutes)* historySize (40 minutes) == period

//Previous Month
var previous_month = new Date();
Expand Down

0 comments on commit 2294b0e

Please sign in to comment.