Rank: Newbie
Groups: Registered, Registered Users Joined: 11/16/2004(UTC) Posts: 3
|
I have got this from a book. Anyone can help to convert the formula for use as Indicator or Exploration?
************************************************
Buy signal :
MACD > 9-unit Moving Average of MACD
AND
Yesterday's MACD < Yesterday's 9-unit Moving Average of MACD
AND
20-unit Momentum Index > Neutral Line
Sell Signal:
MACD < 9-unit Moving Average of MACD
AND
Yesterday's MACD > Yesterday's 9-unit Moving Average of MACD
AND
20-unit Momentum Index < Neutral Line
*********************************************
I'm new to customisation. Thanks.
Vincent
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 10/28/2004(UTC) Posts: 121
|
The formulas are below:
{Buy}
(MACD()>Mov(MACD(),9,e)) and (ref(MACD(),-1)<ref(Mov(MACD(),9,e),-1)) and MO(C,20)>100
{SELL}
(MACD()<Mov(MACD(),9,e)) and (ref(MACD(),-1)>ref(Mov(MACD(),9,e),-1)) and MO(C,20)<100
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 11/16/2004(UTC) Posts: 3
|
I assume this is for Exploration. So how do i create a new exploration with it ... the values for ColA, ColB.,..Filter ..etc. :?
Thanks.
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 11/16/2004(UTC) Posts: 3
|
I already tried it out .. just put the formula in the Filter column and it seems to work fine. Will examine it closer soon.
Thanks for your help.
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.