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

Notification

Icon
Error

Options
Go to last post Go to first unread
MuratErdogan  
#1 Posted : Friday, October 26, 2018 10:11:32 AM(UTC)
MuratErdogan

Rank: Member

Groups: Registered Users, Subscribers, Unverified Users
Joined: 12/9/2015(UTC)
Posts: 25

Thanks: 9 times

I use metastock 8.

I want to print in metastock explorer ''PS MACD HISTOGRAM''

see it.  

Fml ("PS MACD Histogram")

but the time is always zero.

you see in the picture 0.01887 I need this number.

https://i.hizliresim.com/8zqlgQ.jpg

how do I write the code ?

I would be much obliged should you be able to help me.

yours truly,

murat

MS Support  
#2 Posted : Friday, October 26, 2018 4:19:32 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,929

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)
Originally Posted by: MuratErdogan Go to Quoted Post

I use metastock 8.

I want to print in metastock explorer ''PS MACD HISTOGRAM''

see it.  

Fml ("PS MACD Histogram")

but the time is always zero.

you see in the picture 0.01887 I need this number.

https://i.hizliresim.com/8zqlgQ.jpg

how do I write the code ?

I would be much obliged should you be able to help me.

yours truly,

murat

FML will always output the last line of code in a formula. This formula is editable. Basically all you need to do is make the 0 the first line instead of the last line of the formula and add a semicolon to it:

Code:
0;
MACD()-Mov(MACD(),9,E);

thanks 1 user thanked MS Support for this useful post.
MuratErdogan on 10/27/2018(UTC)
MuratErdogan  
#3 Posted : Saturday, October 27, 2018 10:06:56 AM(UTC)
MuratErdogan

Rank: Member

Groups: Registered Users, Subscribers, Unverified Users
Joined: 12/9/2015(UTC)
Posts: 25

Thanks: 9 times

Thank you very much..

Murat

Users browsing this topic
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.