My Crudeoil Trades.

arjun.panda

Well-Known Member
Sir,
i have been following this thread from the beginning. i tried to put the afl but wasnt able to get the chart as u present(only the obv part is in display). i am currently following 200ema with obv in 1 min chart. but not getting desired results. My sincere apology for requesting you this but would you be kind enough to set the rules of entry and exit along with the setup in 1 single post?

Thanks
 

Vipul_84

Well-Known Member
Thanks Extremist. Nice code. It plots a great band. Now can you please post one chart and rules for this as well? Can they be used for hourly TF?

VKBands : Varun Kochhar Bands


Code:
_SECTION_BEGIN("VK Band");

eh = EMA(H,2);
el = EMA(L,2);

kt = MA(eh,8)+(0.4*ATR(8));
kb = MA(el,8)-(0.4*ATR(8));

vt = TEMA(kt,2);
vb = TEMA(kb,2);

Plot(vt,"\nVtop",colorGreen,styleThick);
Plot(vb,"\nVbot",colorred,styleThick);

_SECTION_END();
Varun Sir please check the out put of the code and correct me if i'm wrong.
 

Similar threads