PINE LIBRARY
已更新 VonnyPublicLibrary

Library "VonnyPublicLibrary"
A collection functions commonly used within my scripts
EntryBull(float, float)
Calculate when a bullish condition occurs. (When you have two variables)
Parameters:
float: Enter first variable
float: Enter second variable
Returns: True the first bar of your bullish condition
EntryBear(float, float)
Calculate when a bearish condition occurs. (When you have two variables)
Parameters:
float: Enter first variable
float: Enter second variable
Returns: True the first bar of your bearish condition
LowestPivot(bool, bool, bool, float, float)
Calculate the low of your bearish condition
Parameters:
bool: bullish condition
bool: bearish condition
bool: candle buffer to prevent the script from crashing. Since were working with a Dynamic Length
float: Enter what you want to see the low off? Low of the bar OR Close of the bar
float: Enter what you want to see the low off? Low of the bar OR Open of the bar..... might seem pointless but some times the Lowest open is lower then the Lowest Close
Returns: Lowest point of your sell condition when ever your buy condition is triggered
HighestPivot(bool, bool, bool, float, float)
Calculate the high of your bullish condition
Parameters:
bool: bullish condition
bool: bearish condition
bool: candle buffer to prevent the script from crashing. Since were working with a Dynamic Length
float: Enter what you want to see the high off? High of the bar OR Close of the bar
float: Enter what you want to see the high off? High of the bar OR Open of the bar..... might seem pointless but some times the Highest open is Higher then the Highest Close
Returns: Highest point of your buy condition when ever your sell condition is triggered
lookBack(bool, bool)
Calculate how many bars since your bullish condition and bearish condition.
Parameters:
bool: enter bullish condition
bool: enter bearish condition
Returns: How many bars elapsed since the most recent condition. Bullish or bearish
A collection functions commonly used within my scripts
EntryBull(float, float)
Calculate when a bullish condition occurs. (When you have two variables)
Parameters:
float: Enter first variable
float: Enter second variable
Returns: True the first bar of your bullish condition
EntryBear(float, float)
Calculate when a bearish condition occurs. (When you have two variables)
Parameters:
float: Enter first variable
float: Enter second variable
Returns: True the first bar of your bearish condition
LowestPivot(bool, bool, bool, float, float)
Calculate the low of your bearish condition
Parameters:
bool: bullish condition
bool: bearish condition
bool: candle buffer to prevent the script from crashing. Since were working with a Dynamic Length
float: Enter what you want to see the low off? Low of the bar OR Close of the bar
float: Enter what you want to see the low off? Low of the bar OR Open of the bar..... might seem pointless but some times the Lowest open is lower then the Lowest Close
Returns: Lowest point of your sell condition when ever your buy condition is triggered
HighestPivot(bool, bool, bool, float, float)
Calculate the high of your bullish condition
Parameters:
bool: bullish condition
bool: bearish condition
bool: candle buffer to prevent the script from crashing. Since were working with a Dynamic Length
float: Enter what you want to see the high off? High of the bar OR Close of the bar
float: Enter what you want to see the high off? High of the bar OR Open of the bar..... might seem pointless but some times the Highest open is Higher then the Highest Close
Returns: Highest point of your buy condition when ever your sell condition is triggered
lookBack(bool, bool)
Calculate how many bars since your bullish condition and bearish condition.
Parameters:
bool: enter bullish condition
bool: enter bearish condition
Returns: How many bars elapsed since the most recent condition. Bullish or bearish
發行說明
minor changes發行說明
v3發行說明
v4發行說明
v5發行說明
v6發行說明
v7發行說明
v8發行說明
v9發行說明
v10發行說明
v11發行說明
v12發行說明
v13Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。