
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Thank you very much for your great work,really great coding...
I have this Zig Zag trend indicator formula for Metastock....
I am looking for this indicator code in MT4,Could not find it
in my long searches in MT4 forums.Here is the formula...
ZigZag Trend (SR ZZT) v.4
--------------------------------------
{****************************************}
vr:=Input("Field (0=Ind/tor, 1=Open, 2=High, 3=Low, 4=Close)",0,4,0);
amnt:=Input("Reversal amount",0.001,1000,10);
md:=Input("Method (1=Percent, 2=Points)",1,2,1);
{****************************************}
vr:=If(vr=1,OPEN,If(vr=2,HIGH,If(vr=3,LOW,If(vr=4,CLOSE,P))));
zz0:=If(md=1, Zig(vr,amnt,%), Zig(vr,amnt,$));
zz1:=Ref(zz0,-1);
zz2:=Ref(zz0,-2);
{****************************************}
tr:=ValueWhen(1,zz0>zz1 AND zz1<zz2, zz1);
pk:=ValueWhen(1,zz0zz2, zz1);
PU:=If(md=1,tr+Abs(tr)*amnt/100,tr+amnt);
PD:=If(md=1,pk-Abs(pk)*amnt/100,pk-amnt);
res:=If(vr>=PU AND zz0>zz1,1,
If(vr<=PD AND zz0<zz1,-1,0));
res:=If(res0,res,ValueWhen(1,res0,res));
res
-------------------------***-----------------
This work fine in metastock.Doesnt lag at all..
Im not in programming line. Can you please code
this formula for MT4..
I really like to see how this works in MT4 - 1 min charts.Many many thanks in advance.I will be waiting for your reply....
Signal Bars v.9
Great indicator ! Thank you very much !
you could pick one more indicator in this DIG, YOU FIGURE OUT !
signal bar - -somehow , I don't like it very much but like the dashbroad feel
here is another indicator enclosed -- seem to be decent
when the almost closing bar, cross the MIDLINE
then we can use this indicator to decide to go for it or not
if the indicator said so (recently i.e. 10 to 15 bars- on 30M), then I think it is safe enough to earn 20 to 60 pips
DIG and indicator enclosed
signal bar - -somehow , I don't like it very much but like the dashbroad feel
here is another indicator enclosed -- seem to be decent
when the almost closing bar, cross the MIDLINE
then we can use this indicator to decide to go for it or not
if the indicator said so (recently i.e. 10 to 15 bars- on 30M), then I think it is safe enough to earn 20 to 60 pips
DIG and indicator enclosedYou are posting indicator of TSR range indicator, Nothing to do with Signal Bar. Different kind of Indicators have their own merit, signal bar also not exceptional one. Here is one of my template with signal bar v9. Been using it from v7 right until latest version.
Hi cja,
signal bars is a great tool and I use it in all my charts. But I didn't found an explanation for "Daily Av".
- On how many days is this average calculated?
- Is there a way to modify this?
thanks for your answer
flowtrader
Daily Average
Hi cja,
signal bars is a great tool and I use it in all my charts. But I didn't found an explanation for "Daily Av".
- On how many days is this average calculated?
- Is there a way to modify this?
thanks for your answer
flowtraderThere are no inputs to adjust the daily average, the average is made up of
Yesterday + 5 days + 10 days + 20 days / divided by 4.
If you require more advanced features the version i sell on my website Signal Bars Executive has an adjustable Daily Average from 1 day to what ever number of days you require.
Regards CJA
Hi guys,
I am sorry to ask this (again), but I am looking for some instructions on how to use this bars as a trading system.
The idea seems to be very nice, the EA works fine, but I am trying to adapt it to my needs, so I am looking for some extra info (a post, a pdf, etc)
Any help would be appreciated.
Regards
Awesome stuff...
Dashboard is very intuitive, program fits my routine like a glove. Thanks!
Ea????
Hi guys,
I am sorry to ask this (again), but I am looking for some instructions on how to use this bars as a trading system.
The idea seems to be very nice, the EA works fine, but I am trying to adapt it to my needs, so I am looking for some extra info (a post, a pdf, etc)
Any help would be appreciated.
RegardsSignal Bars is an indicator for manual trading not an automated EA.
What extra info are you looking for??
The Signal bars supplies most of the information you might need?
If you are after information on the data listed below the colored bars i think you will find explanations somewhere through the Signal Bar threads.
Regards CJA