Type : Indicator, Name : Balance Of Power
inputs: Length(14);
variables: BOP(0);
BOP = IFF(( High – Low )=0,0,( Close – Open ) / ( High – Low ));
Plot1( Average( BOP, Length ) ) ;
Type : Indicator, Name : Balance Of Power
inputs: Length(14);
variables: BOP(0);
BOP = IFF(( High – Low )=0,0,( Close – Open ) / ( High – Low ));
Plot1( Average( BOP, Length ) ) ;