Elite indicators :) - page 29

 

Time indicator

Can some one please post a time indicator that show all the major world time. London, Tokyo, Newyork, Local, Broker. I have seen a couple indicators on some chart through this forum. Any help would be greatfull. Jatki24300

 
 

Anyone knows about this?

LindaBradford Raschkes "ANTI" indicator from the book "Street Smarts".

ANTI Trigger Trading System

Enter long :

setbars:=opt1{3};

entryadd:=opt2{1};

ff:=mov(stoch(7,1),3,e);

ss:=mov(Mov(Stoch(10,1),3,E),3,e);

cbuy:=if(ff=ref(ss,-1),cum(1),0);

bbuy:=if(cbuy>=setbars,H+entryadd, 99999);

bbuy<99999

Exit long :

setbars:=opt1{3};

entryadd:=opt2{1};

exitadd:=opt3{1};

ff:=mov(stoch(7,1),3,e);

ss:=mov(Mov(Stoch(10,1),3,E),3,e);

cbuy:=if(ff=ref(ss,-1),cum(1),0);

bbuy:=if(cbuy>=setbars,H+entryadd, 99999);

lxstop:=if(ref(bbuy,-1)=ref(bbuy,-1),l-exitadd,l);

c<=lxstop

Enter short :

setbars:=opt1{3};

entryadd:=opt2{1};

ff:=mov(stoch(7,1),3,e);

ss:=mov(Mov(Stoch(10,1),3,E),3,e);

csell:=if(ff>=ref(ff,-1) and ss<=ref(ss,-1),cum(1),0);

ssell:=if(csell>=setbars,l-entryadd,0);

ssell>0

Exit short :

setbars:=opt1{3};

exitadd:=opt3{1};

entryadd:=opt2{1};

ff:=mov(stoch(7,1),3,e);

ss:=mov(Mov(Stoch(10,1),3,E),3,e);

csell:=if(ff>=ref(ff,-1) and ss<=ref(ss,-1),cum(1),0);

ssell:=if(csell>=setbars,l-entryadd,0);

sxstop:=if(ref(ssell,-1)>0 and l<=ref(ssell,-1),h+exitadd,h);

c>=sxstop

 

indicator..

hello,

anyone here have this indicator in mq4? BTW is there any MTF indicator for Heiken Ashi MA?

Files:
indicator.ex4  4 kb
 

sell / buy indicator

hi everyone. ı think you are great forex experts. but ı am new in forex. and ı dont know much thing about forex analysing. but signal indicators are quite useful. and ı want an indicator to do my trades. can you say me which one is it?

indicator will say me sell and ı will sell.

indicator will say me buy and ı will buy.

and ı will make best profit? least loss most win?

it will use arrows or/and sound to say sell or buy.

which indicator is it as the best one you ever seen or best in the world ?

if you attach it ı will be very happy.

ı am waiting you reply.

thank you very much guys. thank you..

 
 

Would someone convert this indicator to a Colored Bars?

Would anyone be so kind as to convert this indicator to color the price bars for me instead simply drawing the hi/lo tick marks?

Thanks.

Disavowed

Files:
 
disavowed:
Would anyone be so kind as to convert this indicator to color the price bars for me instead simply drawing the hi/lo tick marks?

Thanks.

Disavowed

You may try it.

 

ttm stoch

Could someone place an alert arrow on this indicator please which show on the chart. I think it is one of the better indicators on a 553 setting, short only below 120 ma long only above.

Gordon

Files:
 

Hi Traders!

I was playing with the codes this weekend and look what I made Some nice moving average. Don't know where the trend is? Now you know on which side you should be.

Files:
Reason: