logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
bikhod  
#1 Posted : Saturday, February 21, 2009 9:41:55 AM(UTC)
bikhod

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 30

Hi

I use a simple volatility based trailing stop:

For long trades, trailing stop = Close - 4 * ATR(15)

For short trades, trailing stop = Close + 4 * ATR(15)

I have a simple indicator that plots:

if(C > Mov(C, 250, E), {bullish}

Close - 4 * ATR(15), {long trailing stop}

Close + 4 * ATR(15)) {short trailing stop}

How can I make it so that the stop always move in the direction of the trend? At the moment my stops go up and down, depending on the ATR

Thanks in advance

oztrader  
#2 Posted : Saturday, February 21, 2009 4:34:06 PM(UTC)
oztrader

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 7/12/2007(UTC)
Posts: 134
Location: Perth Western Australia

Hi bikhod,

Follow the link below an download Richard Dale's add-in:-

http://forum.equis.com/forums/thread/28934.aspx

Cheers,

oz

bikhod  
#3 Posted : Saturday, February 21, 2009 5:28:30 PM(UTC)
bikhod

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 30

Thanks for the link. It looks really good, but after downloading and installing the exe, I can't see the indicators. I ran the exe again and it even warned that the indicators already exists on my PC.

I am using MetaStock 8 and Vista Business Edition. I noticed there are some posts about MetaStock not being compatible with Vista. Could this be the problem?

oztrader  
#4 Posted : Saturday, February 21, 2009 6:25:52 PM(UTC)
oztrader

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 7/12/2007(UTC)
Posts: 134
Location: Perth Western Australia

You should be able to see 6 new indicators in your Indicator Builder, 2 of which are RAD*ChandelierStopLong and RAD*ChandelierStopShort which can be edited (last line of code) to match your ATR period and deducted from CLOSE not HIGH.

If these new indicators are not there then your problem is beyond my knowledge and would suggest you search on this site for similar problems or start a new thread in the relevant forum.

All the best,

oz

bikhod  
#5 Posted : Sunday, February 22, 2009 2:34:44 AM(UTC)
bikhod

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 30

Thanks again for the reply.

I worked out the cause of the problem. I had to let the EXE run as Administrator and this meant that only the Administrator can see the new indicators.

So I exported the formulae and imported them into my normal login.

No wonder so man ypeople, including me, dislike Vista!

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.