My trades based on "new way of pivot trading" and vwap

Aman1

Well-Known Member
If someone needs here is obv trend afl for different sessions for crude. Thanks to Happy. I find these time intervals imp for my trading.

You can modify according to your needs.

HTML:
_SECTION_BEGIN("OBVsessions");
Ob = OBV();
Plot(Ob,"",colorWhite,styleNoTitle|styleThick);
LB = Day()!=Ref(Day(),1);		
Zero = ValueWhen(LB,Ob);	
T = TimeNum();		
T1 = T >= 125900 AND T <=130000;
T2 = T >= 165900 AND T <=170000;
T3 = T >= 185900 AND T <=190000;
T4 = T >= 205900 AND T <=210000;
Sessions = IIf(T>=205959, ValueWhen(T4,Ob),IIf(T>=185959, ValueWhen(T3,Ob), IIf(T>=165959, ValueWhen(T2,Ob), IIf(T>=125959, ValueWhen(T1,Ob), Zero))));
Plot(Sessions,"",colorLime,styleNoLabel|styleNoRescale|styleStaircase|styleThick|styleDashed,0,0,0,-5);
_SECTION_END();
 

vijkris

Learner and Follower
If someone needs here is obv trend afl for different sessions for crude. Thanks to Happy. I find these time intervals imp for my trading.

You can modify according to your needs.

HTML:
_SECTION_BEGIN("OBVsessions");
Ob = OBV();
Plot(Ob,"",colorWhite,styleNoTitle|styleThick);
LB = Day()!=Ref(Day(),1);		
Zero = ValueWhen(LB,Ob);	
T = TimeNum();		
T1 = T >= 125900 AND T <=130000;
T2 = T >= 165900 AND T <=170000;
T3 = T >= 185900 AND T <=190000;
T4 = T >= 205900 AND T <=210000;
Sessions = IIf(T>=205959, ValueWhen(T4,Ob),IIf(T>=185959, ValueWhen(T3,Ob), IIf(T>=165959, ValueWhen(T2,Ob), IIf(T>=125959, ValueWhen(T1,Ob), Zero))));
Plot(Sessions,"",colorLime,styleNoLabel|styleNoRescale|styleStaircase|styleThick|styleDashed,0,0,0,-5);
_SECTION_END();
Thanks..
From 1pm to 5 pm, 4 hrs gap ? What is significance of 5pm.. ? Any world market opens kya ?
 

vijkris

Learner and Follower
Not very special reason except my trading begins at 5pm as I'm back from hospital. Like you me too a medic.:)
Oh.. Great. :thumb::thumb:
Chupa Rustom.. U never told before.. :D
U must be Head of Department, considering ur age and seniority.. My guess. :D
 
Not very special reason except my trading begins at 5pm as I'm back from hospital. Like you me too a medic.:)
That's good one :)


जब जागो जभी सवेरा


Let the world markets start when they start . . . we start where we start :thumb:


Happy :)
 

SevenD

Well-Known Member
If someone needs here is obv trend afl for different sessions for crude. Thanks to Happy. I find these time intervals imp for my trading.

You can modify according to your needs.

HTML:
_SECTION_BEGIN("OBVsessions");
Ob = OBV();
Plot(Ob,"",colorWhite,styleNoTitle|styleThick);
LB = Day()!=Ref(Day(),1);		
Zero = ValueWhen(LB,Ob);	
T = TimeNum();		
T1 = T >= 125900 AND T <=130000;
T2 = T >= 165900 AND T <=170000;
T3 = T >= 185900 AND T <=190000;
T4 = T >= 205900 AND T <=210000;
Sessions = IIf(T>=205959, ValueWhen(T4,Ob),IIf(T>=185959, ValueWhen(T3,Ob), IIf(T>=165959, ValueWhen(T2,Ob), IIf(T>=125959, ValueWhen(T1,Ob), Zero))));
Plot(Sessions,"",colorLime,styleNoLabel|styleNoRescale|styleStaircase|styleThick|styleDashed,0,0,0,-5);
_SECTION_END();
Thanks to you and Happy ji for the afl, for now am following three timings for commodity, 1pm 5.30 pm, and 8.30 pm, european, NYMEX, and NYSE. Hope I got the timings right.
 

vijkris

Learner and Follower
Thanks to you and Happy ji for the afl, for now am following three timings for commodity, 1pm 5.30 pm, and 8.30 pm, european, NYMEX, and NYSE. Hope I got the timings right.
i kept 12pm,2pm,4pm,6pm,8pm,10pm..

All are doing their own experiments. :D
 

Aman1

Well-Known Member
Ha ha !! came out of the hole to end in green. Fat finger mistake. Instead of going long shorted 7.30 bar. Realized mistake when MTM went -ve. Closed and reversed. fortunately market moved enough to cover the loss and few ticks more.
 

Similar threads