Professional Support&Resistance Indicator.
This indicator is primarily intended for professional use by brokers.
There are countless options to choose from and it is one of the best tools in the stock market today.
The indicator is optimized for use with EAs.
to retrieve output index value is for MQL4; (EXAMPLE)
bool buySNR=false,sellSNR=false;
char count=100;
char limit=1;
char dist=3;
for(short cnt=0;cnt<=count;cnt++)
{
double snr_middle=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,0,cnt);
double snr_middleP=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,0,cnt+dist);
double snr_upper=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,1,cnt);
double snr_lower=iCustom(NULL,TF_,"::Indicators\\SNR.ex4",pb_,ITE_,Z_TYPE_,SNR_TYPE_,TCH_TYPE_,A_PER_,A_MIN_,A_MAX_,A_ZONE_,NIN_DIF_,DIF_RAT_,MAX_TCH_,DIF_NO_,0,2,cnt);
ResetLastError();
if(snr_middle!=EMPTY_VALUE&&snr_middleP!=EMPTY_VALUE)
{
if(cnt>=limit)
{
if(snr_middle>snr_middleP) buySNR=true;
if(snr_middle<snr_middleP) sellSNR=true;
}
break;
}
}
All buffers:
buff_0 // Middle_Line
buff_1 // Upper_Zone
buff_2 // Lower_Zone
Number Of Candles To Scan
Max SNR Candles
ZONE_Type
- POINT (x Points of atr value); this value is given above and below middle line, which is connecting first and last touch
- ATR (x% of atr value); same rule as for point below and above
SNR_Type
- UPPER (bullish candles close/upper wicks within SnR zone)
- LOWER (bearish candles close/lower wicks within SnR zone)
- HYBRID (bullish and bearish candles close and open/upper and lower wicks (high and low) within SnR zone)
TOUCH_Type
- BODY (close price of bullish will be considerated for touch)
- WICK (high value of bullish and bearish candle will be considerated for touch)
- BOTH (wick and body)
ATR_MIN(%)
ATR_MAX(%)
ATR_ZONE(%/pnts)
Min Candles Between Touches
Min/Max Candles Ratio(%)
Max Touches
Number Of Differences (0=OFF)
If you like to use SnR unlimited or within an EA you have to buy or rent this product.
If you are satisfied with our work, share your experience and leave a comment.
If you need help or you have an issue or question, please contact me on: This email address is being protected from spambots. You need JavaScript enabled to view it.
Best regards!
VLabs
If for any reason you do not like the purchased program, you can request a refund within 30 days from the date of purchase. You can also make an exchange for any other product at an equal cost or by paying the difference.
Simply send a request for refund or exchange with your order number by email: support@market-fx.pro.
Refund requests received more than 30 days after purchase will be rejected.