Skip to content

Commit

Permalink
Update backtest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
universalbit-dev authored May 1, 2024
1 parent be45ba7 commit 69cf8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ short : 8,medium: 21,long:89};
config.NOOP={};

//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

//Backtest
config.backtest = {enabled:true,
Expand Down

0 comments on commit 69cf8fc

Please sign in to comment.