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
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
Originally Posted by: MuratErdogan 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);
|
1 user thanked MS Support for this useful post.
|
|
|
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 |
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.