PureBytes Links
Trading Reference Links
|
jopr,
It is best to post the exact code that you are trying to use.
MACD and Williams should be viewed seperately. They are powerful
technical analysis tools when used correctly on an individual basis.
It is possible to combine the two and gain an edge in some cases.
Generally, a MACD or Williams and a trigger(simple moving average)
will give exceptional signals.
Again, post your complete code.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Johannes Pressler
<jopr2003@xxxx> wrote:
>
> dear metastock users,
>
> I try to program an exit signal using the macd over a williams i.e.
if the solid line crosses under the signal line then an exit signal
should be activated.
>
> all this should only happen if the DX is above 25 (=trend)
>
> if not, a trailing stop should be used to exit the trade
>
> if (dx(nr.of days)>25) AND (cross(mov(macd(willr(nr.of days)))),
macd(willr(nr. of days)), exit, trailing stop)
>
> it doesn't work at all:
>
> 1) no acceptance for (dx(nr.of days)>25)
>
> 2) no acceptance for the macd on the williams, do I have to split
it into two mov s?
>
> 3) didn't arrive at the exit, trailing stop problem so far, but I
have the feeling there will be one.
>
> many thanks in advance for everyone who tries to help.
>
> happy trading
>
> jopr
------------------------ Yahoo! Groups Sponsor ---------------------~-->
DVD Rentals with No Late Fees - Try Netflix for FREE!
http://us.click.yahoo.com/ZKLNcC/pEZFAA/i5gGAA/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/
|