SilverTrend_Signal

0
(0)
Nama:
SilverTrend_Signal [ ru | cn ]
Pengarang: Penulis (2008.01.08 11:26)
Dimuat turun: 4225
Muat turun:
SilverTrend_Signal 1
SilverTrend Signal w[1].Alert.mq4 (3.4 Kb) Lihat
Pengarang: Ramdass - Conversion only

Indicator SilverTrend Signal.
SilverTrend_Signal 2
2 komen Untuk menyiarkan ulasan baharu, tolonglah log masuk atau mendaftar

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. terima kasih

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 |
//+------------------------------------------------------------------+
#hak cipta harta "SilverTrend rewritten by CrazyChart"
#pautan harta "http://viac.ru/"
//----
#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Aqua
#property indicator_color2 Violet
//---- parameter input
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);
//----
kembali(0);
}
//+------------------------------------------------------------------+
//| SilverTrend_Signal |
//+------------------------------------------------------------------+
int mula()
{
jika (CountBars>=Bars) CountBars=Bars;
SetIndexDrawBegin(0,Bars-CountBars+SSP);
SetIndexDrawBegin(1,Bars-CountBars+SSP);
int i,syif,counted_bars=IndicatorCounted();
int i1,i2,K;
double Range,AvgRange,smin,smax,SsMax,SsMin,price;
bool uptrend,old;
//----
jika(Bars<=SSP+1) kembali(0);
//---- initial zero
jika(counted_bars<SSP+1)
{
untuk(i=1;i<=SSP;i++) val1[CountBars-i]=0.0;
untuk(i=1;i<=SSP;i++) val2[CountBars-i]=0.0;
}
//----
K=33-RISK;
untuk(shift=CountBars-SSP; syif>=0; shift--)
{
Range=0;
AvgRange=0;
untuk(i1=shift; i1<=shift+SSP; i1++)
{AvgRange=AvgRange+MathAbs(tinggi[i1]-rendah[i1]);
}
Range=AvgRange/(SSP+1);
//----
SsMax=High[syif]; SsMin=Low[syif];
untuk(i2=shift;i2<=shift+SSP-1;i2++)
{
price=High[i2];
jika(SsMax<price) SsMax=price;
price=Low[i2];
jika(SsMin>=price) SsMin=price;
}
smin=SsMin+(SsMax-SsMin)*K/100;
smax=SsMax-(SsMax-SsMin)*K/100;
val1[syif]=0;
val2[syif]=0;
jika (tutup[syif]<smin)
{
uptrend=false;
}
jika (tutup[syif]>smax)
{
uptrend=true;
}
jika (uptrend!=old && uptrend==true)
{
val1[syif]=Low[syif]-Range*0.5;
counter=0;

{

}
}
jika (uptrend!=old && uptrend==false)
{
counter=0;
val2[syif]=High[syif]+Range*0.5;

{

}
}
Komen(syif);
old=uptrend;
}
kembali(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. terima kasih

Betapa bergunanya siaran ini?

Klik pada bintang untuk menilainya!

Penilaian purata 0 / 5. Kiraan undi: 0

Tiada undi setakat ini! Jadilah yang pertama menilai siaran ini.

Kami memohon maaf kerana siaran ini tidak berguna untuk anda!

Mari kita perbaiki siaran ini!

Beritahu kami cara kami boleh menambah baik siaran ini?



Pengarang: Pasukan Wiki Forex
Kami adalah pasukan Pedagang Forex yang sangat berpengalaman [2000-2023] yang berdedikasi untuk menjalani kehidupan dengan syarat kita sendiri. Objektif utama kami adalah untuk mencapai kebebasan dan kebebasan kewangan, dan kami telah meneruskan pendidikan kendiri dan memperoleh pengalaman yang luas dalam pasaran Forex sebagai cara kami untuk mencapai gaya hidup mampan diri.