PINE LIBRARY
已更新 TradingWolfLibary

Library "TradingWolfLibary"
getMA(int, string)
Gets a Moving Average based on type
Parameters:
int: length The MA period
string: maType The type of MA
Returns: A moving average with the given parameters
minStop(float, simple, float, string)
Calculates and returns Minimum stop loss
Parameters:
float: entry price (Close if calculating on the entry candle)
simple: int Calculate how many bars back to look at swings
float: Minimum Stop Loss allowed (Should be x 0.01) if input
string: Direciton of trade either "Long" or "Short"
Returns: Stop Loss Value
getMA(int, string)
Gets a Moving Average based on type
Parameters:
int: length The MA period
string: maType The type of MA
Returns: A moving average with the given parameters
minStop(float, simple, float, string)
Calculates and returns Minimum stop loss
Parameters:
float: entry price (Close if calculating on the entry candle)
simple: int Calculate how many bars back to look at swings
float: Minimum Stop Loss allowed (Should be x 0.01) if input
string: Direciton of trade either "Long" or "Short"
Returns: Stop Loss Value
發行說明
v2Added:
minmaxStop(float, simple, float, float, string)
Calculates and returns Minimum/Maximum stop loss
Parameters:
float: entry price (Close if calculating on the entry candle)
simple: int Calculate how many bars back to look at swings
float: Minimum Stop Loss allowed (Should be x 0.01) if input
float: Maximum Stop Loss allowed (Should be x 0.01) if input
string: Direciton of trade either "Long" or "Short"
Returns: Stop Loss Value
發行說明
v3Updated:
minmaxStop(float, simple, float, float, string)
Calculates and returns Minimum/Maximum stop loss
Parameters:
float: entry price (Close if calculating on the entry candle)
simple: int Calculate how many bars back to look at swings
float: Minimum Stop Loss allowed (Should be x 0.01) if input
float: Maximum Stop Loss allowed (Should be x 0.01) if input
string: Direciton of trade either "Long" or "Short"
Returns: Stop Loss Value
發行說明
v4Added:
tpCalc(float, float, float, string)
Calculates the take profit value
Parameters:
float: entry price (Close if calculating on the entry candle)
float: stop would be the variable calculated just before your TP, you can use the minmaxStop
float: ratio is a reward multiplier
string: direction is the direction of the trade
發行說明
v5發行說明
v6發行說明
v7Added:
atrStop(_entry, _risk, _direction)
Calculates the Stop Loss using ATR
Parameters:
_entry
_risk
_direction
Returns: Take proit value
atrTake(_entry, _reward, _direction)
Calculates the Take profitusing ATR
Parameters:
_entry
_reward
_direction
Returns: Take proit value
發行說明
v8 changed if statement bugPine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。