We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In strategy Init(), add/initialize the following extra indicators:
Init()
Create structs with the default hardcoded param values, e.g.
struct RSI_Indi_Bands_Params_Defaults : BandsParams { RSI_Indi_Bands_Params_Defaults() : BandsParams(2, 0.35, 3, (ENUM_APPLIED_PRICE)2, 0) {} } rsi_indi_bands_defaults;
Copy param values from the corresponding strategy on M30, e.g. https://github.com/EA31337/Strategy-Bands/blob/master/config/EURUSD_M30.h
The text was updated successfully, but these errors were encountered:
nseam
No branches or pull requests
In strategy
Init()
, add/initialize the following extra indicators:Create structs with the default hardcoded param values, e.g.
Copy param values from the corresponding strategy on M30, e.g. https://github.com/EA31337/Strategy-Bands/blob/master/config/EURUSD_M30.h
The text was updated successfully, but these errors were encountered: