PINE LIBRARY
Cập nhật Milvetti_Pineconnector_Library

Library "Milvetti_Pineconnector_Library"
This library has methods that provide practical signal transmission for Pineconnector.Developed By Milvetti
buy(licenseId, symbol, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
sell(licenseId, symbol, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
buyLimit(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy limit order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
buyStop(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy stop order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
sellLimit(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a sell limit order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
sellStop(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a sell stop order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
This library has methods that provide practical signal transmission for Pineconnector.Developed By Milvetti
buy(licenseId, symbol, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
sell(licenseId, symbol, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
buyLimit(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy limit order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
buyStop(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a buy stop order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
sellLimit(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a sell limit order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
sellStop(licenseId, symbol, pending, risk, sl, tp, beTrigger, beOffset, trailTrig, trailDist, trailStep, atrTimeframe, atrTrigger, atrPeriod, atrMultiplier, atrShift, spread, accFilter, secret, comment)
Create a sell stop order message
Parameters:
licenseId (string): License Id. This is a unique identifier found in the Pineconnector Licensing Dashboard.
symbol (string): Symbol. Default is syminfo.ticker
pending (float): Computing pending order entry price. EA Options: Pips, Specified Price, Percentage
risk (float): Risk. Function depends on the “Volume Type” selected in the EA
sl (float): StopLoss. Place stop-loss. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
tp (float): TakeProfit. Place take-profit. Computation is based on the Target Type selected in the EA. Default is 0(inactive)
beTrigger (float): Breakeven will be activated after the position gains this number of pips. Ensure > 0
beOffset (float): Offset from entry price. 0 means the SL will be placed exactly at entry price. 1 means 1 pip above the entry price for buy trades and 1 pip below for sell trades.
trailTrig (int): Trailing stop-loss will be activated after a trade gains this number of pips. Default is 0(inactive)
trailDist (int): SL will be opened at traildist after trailtrig is met, even if you do not have a SL placed.. Default is 0(inactive)
trailStep (int): Moves trailing stop-loss once price moves to favourable by a specified number of pips. Default is 0(inactive)
atrTimeframe (string): ATR Trailing Stop will be based on the specified timeframe in minutes and will only update once per bar close. Default is Timeframe.Period
atrTrigger (float): Activate the trigger of ATR Trailing after market moves favourably by a number of pips. Default is 0(inactive)
atrPeriod (int): ATR averaging period. Default is 0
atrMultiplier (float): Multiple of ATR to utilise in the new SL computation. Default is 1
atrShift (float): Relative shift of price information, 0 uses latest candle, 1 uses second last, etc. Default is 0
spread (float): Enter the position only if the spread is equal or less than the specified value in pips. Default is 0(inactive)
accFilter (float): Enter the position only if the account requirement is met. Default is 0(inactive)
secret (string)
comment (string): Comment. Add a string into the order’s comment section. Default is "Symbol+Timeframe"
Phát hành các Ghi chú
Bug FixedPhát hành các Ghi chú
Bug FixedThư viện Pine
Theo tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này dưới dạng thư viện nguồn mở để các lập trình viên Pine khác trong cộng đồng của chúng tôi có thể sử dụng lại. Xin tri ân tác giả! Bạn có thể sử dụng thư viện này riêng tư hoặc trong các bài đăng nguồn mở khác. Tuy nhiên, bạn cần sử dụng lại mã này theo Nội quy chung.
Built your TradingView Tools with Pine Script Experts - milvetti.com
Thông báo miễn trừ trách nhiệm
Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.
Thư viện Pine
Theo tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này dưới dạng thư viện nguồn mở để các lập trình viên Pine khác trong cộng đồng của chúng tôi có thể sử dụng lại. Xin tri ân tác giả! Bạn có thể sử dụng thư viện này riêng tư hoặc trong các bài đăng nguồn mở khác. Tuy nhiên, bạn cần sử dụng lại mã này theo Nội quy chung.
Built your TradingView Tools with Pine Script Experts - milvetti.com
Thông báo miễn trừ trách nhiệm
Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.