Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 10/27/2007(UTC) Posts: 11
|
Is there an indicator to plot support and resistance based on the closing price?
Thanks
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 1/12/2008(UTC) Posts: 7
|
Resistance and Support
>>>>>>>>>
LookBack := Input("Look Back Periods",1,1000,10);
Resistance :=ValueWhen(1,Cross(Mov(C, LookBack,
S),C),HHV(H, LookBack));
Support :=ValueWhen(1,Cross(C,Mov(C, LookBack,
S)),LLV(L, LookBack));
Resistance;
Support;
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 10/27/2007(UTC) Posts: 11
|
Thank you for the indicator. How do I determin how many periods to go back? I have attached a link to a chart for APH.V and using your indicator, gone back two periods. Tell me if I am wrong, but the support and resistance displayed by this indicator is not correct.
Thanks
http://charts.skunkwerkz.ca/aph3.gif
|
|
|
|
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.