Discussions
»
Product and Service Development
»
Formula Assistance
»
Need help switching formulas over from Trade Navigator
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)
|
|
|
|
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)
|
Discussions
»
Product and Service Development
»
Formula Assistance
»
Need help switching formulas over from Trade Navigator
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.