SR-RateIndicator


UTM님의 푸쉬를 받아 한번 MT5 인디케이터를 찾아서 올려봅니다.

 

지지저항율에 관련된 인디케이터 같은데요

 

그림을 보니 오실레이터에 20지지, 20저항 돌파하면 진입할거같은 인디케이터네요

 

제가 영어는 잘못해서 혹시 해석되시면 아래글도 참고해주세요

 

SR-RateIndicator.mq5는 MQL5Indicators 폴더에

OneSideGaussian.mqh는 MQL5Include 폴더에 넣으시면 됩니다.

 

 

 

A trend, normalized oscillator drawn in the form of a histogram. The range of change is -100/+100. The color of the indicator corresponds to the trend direction. 

The next input parameters defines the high and the low values after which the trend is considered valid.

  input int inHighLevel=+20;  input int inLowLevel=-20;

 

WindowSize input parameter sets the width of the window within which the indicator is calculated. 

  input uint WindowSize=20; //the width of the window
첨부파일

코멘트 (0)

등록된 코멘트가 없습니다. 가장 먼저 이글에 코멘트를 달아 보세요.