re: Day trading Nifty & Banknifty Futures
no actually I was interested only upto 2SD as it rarely goes beyond +/-2SD...if in trend it just trends between 2SD and the TFband / 1SD
if you want to put just add additional likes similar to the earlier ones for 3
px and mx stands for plus x and minus x in the variable naming
in this if condition towards the end of the AFL
if (showtext)
{
PlotText(NumToStr(RefVwapp1[BarCount-1], 1.1), BarCount+1, RefVwapp1[BarCount-1],Clrtext) ;
PlotText(NumToStr(RefVwapm1[BarCount-1], 1.1), BarCount+1, RefVwapm1[BarCount-1],Clrtext) ;
PlotText(NumToStr(RefVwap[BarCount-1], 1.1), BarCount+1, RefVwap[BarCount-1],Clrtext) ;
PlotText(NumToStr(RefVwapp2[BarCount-1], 1.1), BarCount+1, RefVwapp2[BarCount-1],Clrtext) ;
PlotText(NumToStr(RefVwapm2[BarCount-1], 1.1), BarCount+1, RefVwapm2[BarCount-1],Clrtext) ;
}