Skip to content

Commit

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

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

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

0 comments on commit c58c7d0

Please sign in to comment.