Trading with OBV - for Beginners only !!

Code:
su = Study("SU", GetChartID() ); 
re = Study("RE", GetChartID() ); 
PlotOHLC( re,  re,  su, su, "",colorDarkGrey,styleNoRescale|styleNoLabel|styleCloud,0,0,5);
Use this code to draw a cloud between the two horizontal lines you have used to mark the BO/BD levels

Right click on the lines one by one and change the Study ID from properties to SU and RE

btw, the code is from Amibroker help, I have not written it :)


Happy :)
 

john302928

Well-Known Member
One can simply use rectangle tool in amibroker for the same purpose :)
 
One can simply use rectangle tool in amibroker for the same purpose :)
Sure can do that, the rectangle gets anchored to bars we plot it on
it does not extent itself automatically to the right as new bars are formed . . .

But do what works for you, as long as that makes you happy :)


Happy :)
 

vijkris

Learner and Follower
Just posting few charts of 2pdc concept.

bias = bearish,


sbi- bias was bullish. In first half it respected. later went downhill as shown by bd of obv by puchu bhai.



TS: Bias was bullish but was not respected at all. So we need to have some price action strategy and when both in sync will give the best opportunity, Also bd of obv was also seen.

 

vijkris

Learner and Follower
Crude obv bias is bearish but price in 1st half was bullish.

update:

After a small bearish move it resumed its reversal mood and was giving good uptrend. Now again it seems it is syncing with the bearish bias direction.

 

vijkris

Learner and Follower
Final update on crude.

It seems it has stabilised now. btw obv is way higher than pdc, indicating a bullish close, so Monday we will have bullish bias according to 2pdc.

The circled area looks like a obv bo in hindsight. Need more practice to identify it in realtime.

 

Similar threads