General Trading Chat

4 lots in 4 lakh capital. SL is generally around 70 points away in bnf on an average. no profit booking, they are on till trailing SL hits.
Do you trade 4 lots in one single trade or at different prices ? If so, what is the criteria ?
 

XRAY27

Well-Known Member
sir please share this buy and sell volume % afl

regards

Below is the AFL

SetBarsRequired(sbrAll,sbrAll);

// BUYING VOLUME AND SELLING VOLUME //

BV = IIf( (H==L), 0, V*(C-L)/(H-L) );
SV = IIf( (H==L), 0, V*(H-C)/(H-L) );

PlotOHLC(SV,SV,0,0,"SellVolume",colorRed,styleCandle|styleNoTitle|styleNoLabel );
PlotOHLC(SV,BV+SV,SV,BV+SV,"BuyVolume",colorbrightgreen ,styleCandle|styleNoTitle|styleNoLabel );

Va = MA(V,30);

PlotOHLC( Va, Va, 0, 0, "", ColorBlend( colorWhite , GetChartBkColor(), 0.4 ), styleNoLabel | styleCloud | styleNoRescale, Null, Null, Null, -1 );
Plot(Va,"Average Volume",colorRose,styleNoLine|styleNoLabel );

VI = V/Va;

Title = "SellVolume:"+WriteVal(SV,5.0)+" "+"BuyVolume:"+WriteVal(BV,5.0)+" "+"VolumeIndex:"+WriteVal(VI,1.2)+" "+
"BuyVolume:"+WriteVal(100*BV/(BV+SV),2.0)+"%"+" "+"SellVolume:"+WriteVal(100*SV/(BV+SV),2.0)+"%";
 

XRAY27

Well-Known Member
thanks sir

how to use this afl? its very interesting

regards:thumb:
Bhai !!!

Go through VPA ...then you can use this..for this Anna coulling is one of the best edition...

 

Similar threads