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

Notification

Icon
Error

Options
Go to last post Go to first unread
magiclaas  
#1 Posted : Wednesday, December 4, 2013 4:10:47 AM(UTC)
magiclaas

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
mstt  
#2 Posted : Wednesday, December 4, 2013 11:42:58 AM(UTC)
mstt

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
magiclaas  
#3 Posted : Wednesday, December 4, 2013 1:46:14 PM(UTC)
magiclaas

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)
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.