wonder what "channel=0" means in the settings ? which are the other possible values for it ? and their meanings if they exist ?
muller:
wonder what "channel=0" means in the settings ? which are the other possible values for it ? and their meanings if they exist ?
wonder what "channel=0" means in the settings ? which are the other possible values for it ? and their meanings if they exist ?
here are chunks of code: (it appers to be a multiplier)
input int SSP = 20; //reversal period
input int Channel = 0; //Channel
input int Ch_Stop = 30; //Stop Channel
input int relay = 10; //shift
smax = High -(Low-High)*Channel/ 100; // smax
smin = Low+(High-Low)*Channel / 100; // smin
smax2= High -(High-Low)*(Channel+Ch_Stop)/ 100; // smax
smin2= Low+(High-Low)*(Channel+Ch_Stop) / 100; // smin
![MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal](https://c.mql5.com/i/registerlandings/logo-2.png)
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Arrows&Curves:
Author: Nikolay Kositsin