SnakeInBorders – indicator MetaTrader 5
Real author: Bookkeeper SnakeInBorders calculates the channel of a filtered market, which is limited by two borders BorderTopBuffer[] and BorderBotBuffer[], and it calculates the signal MartBuffer[]. //+——————————————–+//| INDICATOR INPUT PARAMETERS |//+——————————————–+input Smooth_Method XMA_Method=MODE_LWMA_; //Smoothing methodinput uint SnakeRange=2; //Half-period of Snake’а Axis calculation input int XPhase=15; //First averaging parameter,//—- for JJMA within the range of -100 … … Read more