Discussions
»
Product and Service Development
»
MetaStock
»
create and indicator in metastock from this formula
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 9/18/2008(UTC) Posts: 37
|
is possible to create this indicator?
[(Natural logarithm of close dax*1000)-(Natural logarithm Previous close of dax*1000)]*Volume
Cumulated;
Thank you very much
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
Hi magiclaas
Here's my take on your request. You will need to add in the proper pathname and DAX symbol. The Security(), Log(), Cum() and Ref() functions are all described in the MetaStock User Manual.
DAX:=Security("pathname\^GDAXI",C); LDX:=Log(DAX*1000); Cum((LDX-Ref(LDX,-1))*V);
Roy
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 9/18/2008(UTC) Posts: 37
|
THANK YOU VERY MUCH
luIGI
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Product and Service Development
»
MetaStock
»
create and indicator in metastock from this formula
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.