My System - My trades.

VJAY

Well-Known Member
anyway, use this code it will plot where your white line is marked . . .

change this one line . . .

Code:
LB   = Day()!=Ref(Day(),1);

Happy :)
Thanks happyji:thumb:...now its corrected ...still that Q which not answered by me in confussed :D waiting for varunji's view
 

VJAY

Well-Known Member
vijay,

please also paste your final code here before everyone starts asking for a final official version :lol:


Happy
:) ........
graphxspace=10;
_section_begin("on balance volume");
ob = obv(); e36 = ema(ob,36); e200 = ema(ob,200);
plot(ob,"",colorwhite,stylenotitle|stylethick);
plot(0,"",colorwhite,stylenolabel|stylenorescale|styledashed,0,0,5,-5);
plot(e200,"",colorbrightgreen,stylenolabel|stylenorescale);
plot(e36, "",colorgold,stylenolabel|stylenorescale|styledashed);
_section_end();
nd = day()!=ref(day(),-1);
lb = day()!=ref(day(),1);
ob = obv();
zero = valuewhen(lb,ob);
plot(zero,"",colorwhite,stylenolabel|stylenorescale|stylestaircase|styledashed);
 

VJAY

Well-Known Member


OBV yday close showing take shorts only ...but I took one long as per HH-HL which hit SL :(
 

vivektrader

In persuit of financial independence.


OBV yday close showing take shorts only ...but I took one long as per HH-HL which hit SL :(
This obv close factor is an important bias decider I think. Why not somebody who is trading this method frame certain rules as a summary post to include all these important factors.
I would have done it if I was trading it. I don't know whether those EMAs are still important or all five ribbons or only 2 or 3 to be used.

Vivek
 

Similar threads