SilverTrend_Signal

0
(0)
نام:
SilverTrend_Signal [ آر یو | cn ]
مصنف: مصنف (2008.01.08 11:26)
ڈاؤن لوڈ کیا گیا۔: 4225
ڈاؤن لوڈ کریں:
SilverTrend_Signal 1
SilverTrend Signal w[1].Alert.mq4 (3.4 Kb) دیکھیں
مصنف: Ramdass - Conversion only

Indicator SilverTrend Signal.
SilverTrend_Signal 2
2 تبصرے ایک نیا تبصرہ پوسٹ کرنے کے لیے, برائے مہربانی لاگ ان کریں یا رجسٹر کریں

Samlup wrote:
how do i stop this indicator from giving so many audible signals and also so many Alerts in the Alert window....dont mind the arrows coming and going but the alert window and sound is driving me crazy. شکریہ

This may work. I am not an MQL coder so not sure if it will effect its functionality or if I did this right.
 

Here is the version with NO alert.
 

//+------------------------------------------------------------------+
//| SilverTrend_Signal.mq4 |
//| Ramdass - Conversion only |
//+------------------------------------------------------------------+
#property copyright "SilverTrend rewritten by CrazyChart"
#property link "http://viac.ru/"
//----
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Aqua
#property indicator_color2 Violet
//---- ان پٹ پیرامیٹرز
extern int RISK=3;
extern int CountBars=350;
int SSP=9;
int counter=0;
//---- buffers
double val1[];
double val2[];
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
string short_name;
//---- indicator line
IndicatorBuffers(2);
SetIndexStyle(0,DRAW_ARROW);
SetIndexArrow(0,233);
SetIndexStyle(1,DRAW_ARROW);
SetIndexArrow(1,234);
SetIndexBuffer(0,val1);
SetIndexBuffer(1,val2);
//----
return(0);
}
//+------------------------------------------------------------------+
//| SilverTrend_Signal |
//+------------------------------------------------------------------+
int start()
{
اگر (CountBars>=Bars) CountBars=Bars;
SetIndexDrawBegin(0,Bars-CountBars+SSP);
SetIndexDrawBegin(1,Bars-CountBars+SSP);
int i,shift,counted_bars=IndicatorCounted();
int i1,i2,K;
double Range,AvgRange,smin,smax,SsMax,SsMin,price;
bool uptrend,old;
//----
اگر(Bars<=SSP+1) return(0);
//---- initial zero
اگر(counted_bars<SSP+1)
{
کے لیے(i=1;میں<=SSP;i++) val1[CountBars-i]=0.0;
کے لیے(i=1;میں<=SSP;i++) val2[CountBars-i]=0.0;
}
//----
K=33-RISK;
کے لیے(shift=CountBars-SSP; shift>=0; shift--)
{
Range=0;
AvgRange=0;
کے لیے(i1=shift; i1<=shift+SSP; i1++)
{AvgRange=AvgRange+MathAbs(High[i1]-Low[i1]);
}
Range=AvgRange/(SSP+1);
//----
SsMax=High[shift]; SsMin=Low[shift];
کے لیے(i2=shift;i2<=shift+SSP-1;i2++)
{
price=High[i2];
اگر(SsMax<price) SsMax=price;
price=Low[i2];
اگر(SsMin>=price) SsMin=price;
}
smin=SsMin+(SsMax-SsMin)*K/100;
smax=SsMax-(SsMax-SsMin)*K/100;
val1[shift]=0;
val2[shift]=0;
اگر (بند کریں[shift]<smin)
{
uptrend=false;
}
اگر (بند کریں[shift]>smax)
{
uptrend=true;
}
اگر (uptrend!=old && uptrend==true)
{
val1[shift]=Low[shift]-Range*0.5;
counter=0;

{

}
}
اگر (uptrend!=old && uptrend==false)
{
counter=0;
val2[shift]=High[shift]+Range*0.5;

{

}
}
تبصرہ(shift);
old=uptrend;
}
return(0);
}
//+------------------------------------------------------------------+
 
 

Just open your existing copy and paste this over it and press compile and it will be the same as this one then.
 

'Ring Tone'

18.07.2008 03:04 FXIA

how do i stop this indicator from giving so many audible signals and also so many Alerts in the Alert window....dont mind the arrows coming and going but the alert window and sound is driving me crazy. شکریہ

یہ پوسٹ کتنی مفید تھی۔?

اس کی درجہ بندی کرنے کے لیے ستارے پر کلک کریں۔!

اوسط درجہ بندی 0 / 5. ووٹوں کی گنتی: 0

ابھی تک کوئی ووٹ نہیں۔! اس پوسٹ کی درجہ بندی کرنے والے پہلے فرد بنیں۔.

ہمیں افسوس ہے کہ یہ پوسٹ آپ کے لیے مفید نہیں تھی۔!

آئیے اس پوسٹ کو بہتر بنائیں!

ہمیں بتائیں کہ ہم اس پوسٹ کو کیسے بہتر بنا سکتے ہیں۔?



مصنف: فاریکس وکی ٹیم
ہم انتہائی تجربہ کار فاریکس ٹریڈرز کی ایک ٹیم ہیں۔ [2000-2023] جو ہماری اپنی شرائط پر زندگی گزارنے کے لیے وقف ہیں۔. ہمارا بنیادی مقصد مالی آزادی اور آزادی حاصل کرنا ہے۔, اور ہم نے خود تعلیم حاصل کی ہے اور خود کو پائیدار طرز زندگی حاصل کرنے کے اپنے ذرائع کے طور پر فاریکس مارکیٹ میں وسیع تجربہ حاصل کیا ہے۔.