Rank: Newbie
Groups: Registered Users, Subscribers, Unverified Users Joined: 11/28/2015(UTC) Posts: 1
|
Good day everybody,
I added the following custom MACD indicator to metastock with periods (5,9,3). It is plotting fast, slow and signal lines well:
Mov(C,5,E)-Mov(C,9,E);
Mov(Mov(C,5,E)-Mov(C,9,E),3,S);
((Mov(C,5,E)-Mov(C,9,E) ) - Mov( (Mov(C,5,E)-Mov(C,9,E) ),3,E));
0;
I need to add to the indicator formula a "blue buy arrow" when the fast line crosses the slow one upward and a "magenta sell arrow" when the fast line crosses the slow one downward.
Thank you in advance.
|
|
|
|
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.