PureBytes Links
Trading Reference Links
|
to avoid whipshaws due to lack of valatility one
should define a minimum macd value for divergences
such as
trs :=input("what value for whatever",0,1,0.02);
[for long] and ((macd()/c)>trs)
[for shorts] and ((macd()/c)<-trs)
of course this treeshold has to be adapted such as
--- superfragalist <j3ttt@xxxxxxxxxxx> wrote:
> No enough information. Elder says a lot of things. I
> don't remember
> anything about writing experts.
>
> Enter Long :
>
> MACDhistogram:=MACD()-Mov(MACD(),9,E);
> Ref(MACDhistogram,-1)>0 AND Ref(Stoch(5,3),-1)<80
>
> Enter Short :
>
> MACDhistogram:=MACD()-Mov(MACD(),9,E);
> Ref(MACDhistogram,-1)<0 AND Ref(Stoch(5,3),-1)>20
>
>
> Basically, you should trade a system using the
> actual indicators
> until you really, really learn them. Nothing
> replaces human
> judgement, especially "experts".
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, mwtang
> <mwtang@xxxx> wrote:
> > Hi ! After reading through the book " Trading for
> a living " by Dr.
> Alexander Elder. I had tried to write formulas
> concerning Macd
> Histogram( bullish & bearish divergence) into Expert
> advisor and
> Explorer but it always fail to work. I hope someone
> can help. Thanks
> you !
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/BefplB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|