Indicators: Arrows&Curves

 

Arrows&Curves:

Arrows&Curves indicator shows the upper and lower bounds of price range. The dot shows a signal to open long/short position, the cross shows a signal to close the opened position.

Author: Nikolay Kositsin

Arrows&Curves

 

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 ?

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

 
Hi wondering whether can readjust the indicator and EA into mt4? Please someone using it on live or even demo to post a signal account to monitor and check performance?