PINE LIBRARY
Moving point of control

Library "moving_poc"
method getMovingPoc(averagePriceByVolumeHistory, ltfVolumeSerie, ltfPriceSerie, nbBarsToLookback)
Volume point of control (PoC) extracted from lower time frame data and previous time period
Namespace types: array<float>
Parameters:
averagePriceByVolumeHistory (array<float>): An array of float to record previous PoC average
ltfVolumeSerie (array<float>): Source of volume for the lower timeframe (ltf)
ltfPriceSerie (array<float>): Source of price for the lower timeframe
nbBarsToLookback (int): A number of bars determining the lookback period of this PoC
Returns: Serie of PoC
method getMovingPoc(averagePriceByVolumeHistory, ltfVolumeSerie, ltfPriceSerie, nbBarsToLookback)
Volume point of control (PoC) extracted from lower time frame data and previous time period
Namespace types: array<float>
Parameters:
averagePriceByVolumeHistory (array<float>): An array of float to record previous PoC average
ltfVolumeSerie (array<float>): Source of volume for the lower timeframe (ltf)
ltfPriceSerie (array<float>): Source of price for the lower timeframe
nbBarsToLookback (int): A number of bars determining the lookback period of this PoC
Returns: Serie of PoC
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。