Rank: Newbie
Groups: Registered, Registered Users Joined: 10/24/2005(UTC) Posts: 3
|
I will like to put a Dot(symbols) on a 50 SMA line 50 period back ! To see where the first data was for calculate the Moving avrege. That will help me know if the trend will be hard to reverse or not!
From the book Trading Day by Day" by Chick Goslin
Thanks in Advance
Attach is a esignal example
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
You will need to use an expert advisor and create a symbol with this formula:
Cum(1) = Cum(1) - 50;
Patrick :mrgreen:
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 10/24/2005(UTC) Posts: 3
|
Thanks for the quick response ! I try your formulas as a symbols in Expert Advisor and it generated nothing.
I will try to work on it with the help of the "cum" fonction.
Alex
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
:eek: ... Try this one then :
Cum(1)=LastValue(Cum(1)-50)
Patrick :mrgreen:
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 10/24/2005(UTC) Posts: 3
|
|
|
|
|
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.