BuySellPressure
Description
Usage
BuySellPressure()
BuySellPressure(IDataSeries inSeries)
//For the values of buy pressure
BuySellPressure().BuyPressure[int barsAgo]
BuySellPressure(IDataSeries inSeries).BuyPressure[int barsAgo]
//For the values of sell Pressure
BuySellPressure().SellPressure[int barsAgo]
BuySellPressure(IDataSeries inSeries).SellPressure[int barsAgo]Return value
Parameters
Visualization

Example
Last updated