Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
Place these indicators on top of the price chart
Bands Buy
B1:=2*((H+L+C)/3)-L;
B2:=((H+L+C)/3)+(H-L);
B1;B2;
Bands Sell
S1:=2*((H+L+C)/3)-H;
S2:=((H+L+C)/3)-(H-L);
S1;S2;
Use these values for tommorrow's entry price and protective stop
|
|
|
|
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.