Skip to content

Commit

Permalink
Update backtest_nnstoch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
universalbit-dev authored May 1, 2024
1 parent f095bca commit 9f28871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/backtest/backtest_nnstoch.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hodl_threshold:1,scale:5,batch_size:1,interval:3};
config.NNSTOCH.thresholds={low:30,high:70,persistence:3};

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

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

0 comments on commit 9f28871

Please sign in to comment.