SilverTrend_Signal

0
(0)
Naam:
SilverTrend_Signal [ ru | cn ]
Skrywer: Die skrywer (2008.01.08 11:26)
Afgelaai: 4225
Aflaai:
SilverTrend_Signal 1
SilverTrend Signal w[1].Alert.mq4 (3.4 Kb) Beskou
Skrywer: Ramdass - Conversion only

Indicator SilverTrend Signal.
SilverTrend_Signal 2
2 kommentaar Om 'n nuwe opmerking te plaas, asseblief teken aan of registreer

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. dankie

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
//---- invoer parameters
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()
{
as (CountBars>=Bars) CountBars=Bars;
SetIndexDrawBegin(0,Bars-CountBars+SSP);
SetIndexDrawBegin(1,Bars-CountBars+SSP);
int i,skuif,counted_bars=IndicatorCounted();
int i1,i2,K;
double Range,AvgRange,smin,smax,SsMax,SsMin,prys;
bool uptrend,old;
//----
as(Bars<=SSP+1) return(0);
//---- initial zero
as(counted_bars<SSP+1)
{
vir(i=1;i<=SSP;ek++) val1[CountBars-i]=0.0;
vir(i=1;i<=SSP;ek++) val2[CountBars-i]=0.0;
}
//----
K=33-RISK;
vir(shift=CountBars-SSP; skuif>=0; shift--)
{
Range=0;
AvgRange=0;
vir(i1=shift; i1<=shift+SSP; i1++)
{AvgRange=AvgRange+MathAbs(Hoog[i1]-Laag[i1]);
}
Range=AvgRange/(SSP+1);
//----
SsMax=High[skuif]; SsMin=Low[skuif];
vir(i2=shift;i2<=shift+SSP-1;i2++)
{
price=High[i2];
as(SsMax<prys) SsMax=price;
price=Low[i2];
as(SsMin>=price) SsMin=price;
}
smin=SsMin+(SsMax-SsMin)*K/100;
smax=SsMax-(SsMax-SsMin)*K/100;
val1[skuif]=0;
val2[skuif]=0;
as (Naby[skuif]<smin)
{
uptrend=false;
}
as (Naby[skuif]>smax)
{
uptrend=true;
}
as (uptrend!=old && uptrend==true)
{
val1[skuif]=Low[skuif]-Range*0.5;
counter=0;

{

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

{

}
}
Lewer kommentaar(skuif);
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. dankie

Hoe nuttig was hierdie pos nie?

Klik op 'n ster om dit te gradeer!

Gemiddelde gradering 0 / 5. Stemmetelling: 0

Geen stemme tot dusver nie! Wees die eerste om hierdie plasing te beoordeel.

Ons is jammer dat hierdie plasing nie vir jou nuttig was nie!

Kom ons verbeter hierdie pos!

Vertel ons hoe ons hierdie pos kan verbeter?



Skrywer: Forex Wiki-span
Ons is 'n span hoogs ervare Forex Handelaars [2000-2023] wat daaraan toegewy is om die lewe op ons eie terme te leef. Ons primêre doelwit is om finansiële onafhanklikheid en vryheid te verkry, en ons het selfonderrig nagestreef en uitgebreide ondervinding in die Forex-mark opgedoen as ons manier om 'n selfvolhoubare leefstyl te bereik.