Rank: Newbie
Groups: Registered, Registered Users Joined: 3/29/2010(UTC) Posts: 2 Location: mumbai
|
Would anyone know the code for this indicator? Has anyone used this? Thanks ckn
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
I'm also searching for this indicator. Norton High-Low sounds very interesting but the only thing I currently found out is that it's based on the demand index.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 8/12/2005(UTC) Posts: 73
|
BuyP() - SellP() ;
or
BuyP() ;
SellP() ;
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
Thanks a lot!
Is this really the norton high/low indicator - I've thought that there must be enhancements to the Demand Index signals?
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Unverified Users Joined: 8/12/2005(UTC) Posts: 73
|
{BuyP(); SellP();}
Smoothing:=Input("Smoothing Periods",3,200,50);
{Hi[censored]yP() - SellP() ;
{Line}Mov(BuyP() - SellP(),Smoothing,E);
{End}
or
Smoothing:=Input("Smoothing Periods",3,200,50);
{Green Hi[censored]yP();
{Red Histo}SellP();
{Line}Mov((BuyP()+SellP()/2),Smoothing,E);
{End}
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 3/29/2010(UTC) Posts: 2 Location: mumbai
|
|
|
|
|
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.