top of page

AFL  ::

*************************************************************

//Codes by Subhadip Nandy ( www.quantgym.biz/volshift )
// Copyright Subhadip Nandy. You are free to distribute and modify the code 

 

_SECTION_BEGIN("VolShift");

 

drt = StDev(C,14)-ATR(14);

 

SetGradientFill( colorGreen /*top*/, colorRed /*bottom*/, 0 /*baseline level*/, GetChartBkColor() /*baseline color */);
Plot( drt, "VolShift", colorLightOrange, styleLine | styleGradient, Null, Null, 0, -1  );

 


_SECTION_END();

***********************************************************************************************************************************

TradingView : Search for public script NandyVolShift

bottom of page