You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. What should we do to buy/sell with a new strategy? Can anyone do a favor and share the strategy that trades with the StochRSI indicator for this bot?
Unfortunately, I do not have enough information to create a new strategy.
When I create stochrsi.js in the strategy folder, can you help me with exactly what codes should I write in it?
Hello. What should we do to buy/sell with a new strategy? Can anyone do a favor and share the strategy that trades with the StochRSI indicator for this bot?
Unfortunately, I do not have enough information to create a new strategy.
When I create stochrsi.js in the strategy folder, can you help me with exactly what codes should I write in it?
About creating a structure like in macd.js.
'strategies': [
{
'strategy': 'stochrsi',
'options': {
'period': '15m'
}
},
What should I do to trade with stochrsi like in the example? can you create this file?
If stochrsi >80, let it sell. If Stochrsi < 20, let him buy.
The text was updated successfully, but these errors were encountered: