My System - My trades.

checkmate7

Well-Known Member
Inventory day ka sanata Hai yeh :D
 
Anyone please elaborate what actually below code mean.
Code:
_SECTION_BEGIN("HiLo Vol");

pr = Param("period",375,0,5000,1);
lv= LLV(V, pr);
hh=ValueWhen(Ref(V,-1) == lv, Ref(H, -1));
ll=ValueWhen(Ref(V,-1) == lv, Ref(L, -1));

Plot(hh, "\nLVhb", colorGreen, styleDashed);
Plot(ll, "\nLVlb", colorRed, styleDashed);

_SECTION_END();
It looks low/ high of low volume bar. But is it latest low volume bar or previous day...?
please tell ?
 

manish9300

Well-Known Member
Anyone please elaborate what actually below code mean.
Code:
_SECTION_BEGIN("HiLo Vol");

pr = Param("period",375,0,5000,1);
lv= LLV(V, pr);
hh=ValueWhen(Ref(V,-1) == lv, Ref(H, -1));
ll=ValueWhen(Ref(V,-1) == lv, Ref(L, -1));

Plot(hh, "\nLVhb", colorGreen, styleDashed);
Plot(ll, "\nLVlb", colorRed, styleDashed);

_SECTION_END();
It looks low/ high of low volume bar. But is it latest low volume bar or previous day...?
please tell ?
Code plots high and low of lowest volume bar over the specified period.375 is default period or preselected period.If applied on 1min chart it equals one day's trading session.
 

Tuna

Listen and act, don't ask it, it doesn't oblige
Nahi, sirf jab cartel ki mood hota tab hota hey. Aur Varun and mere ko call karke confirm bhi karta hey


Sent from my iPhone using Tapatalk
 

Tuna

Listen and act, don't ask it, it doesn't oblige
Well Jokes apart - every Wednesday is the inventory day in crude and Natural Gas. Typical time 8 pm , day light adjustment during winter


Sent from my iPhone using Tapatalk
 

Similar threads