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

Notification

Icon
Error

Options
Go to last post Go to first unread
Sugarcrisp  
#1 Posted : Thursday, January 8, 2009 10:04:26 PM(UTC)
Sugarcrisp

Rank: Newbie

Groups: Registered, Registered Users
Joined: 1/9/2009(UTC)
Posts: 1

I have a few formulas I need help converting from Trade Navigator to MetaStock. Any help would be greatly appreciated.

Custom Highlight (Uptrend)
MACD (Close , 12 , 26 , False) > 0 And MACD Diff (Close , 12 , 26 , 9 , False) > 0

Custom Highlight (Downtrend)
MACD (Close , 12 , 26 , False) < 0 And MACD Diff (Close , 12 , 26 , 9 , False) < 0

Custom Highlight (Average True Range)
Avg True Range (7) > Avg True Range (7).1

Custom Highlight (Stop Loss)
MovingAvg (High Of Daily - Low Of daily , 7) * 0.1

Custom Highlight (Profit Target)
MovingAvg (High Of Daily - Low Of daily , 7) * 0.15

Custom Highlight (Average Daily Range)
MovingAvg (High Of Daily , 7)
wabbit  
#2 Posted : Wednesday, February 4, 2009 10:31:42 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Hi Sugarcrisp,

Welcome to the Forum.

The context of the Trade Navigator functions and their MS equivalents is very similar. Have a look in the MS Users Manual for creating Expert Advisors, then use the reference section to recreate the identities in MS formatted code. Note: the MACD Diff() function will have to be rewritten in MS as an EMA of the MACD().


Hope this helps.

wabbit [:D]

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.