BotmodifyPositionByComment Method

Modifies stops of position with specified comment

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public bool modifyPositionByComment(
	string comment,
	double SL,
	double TP
)

Parameters

comment  String
Comment of the postion
SL  Double
New stoploss
TP  Double
New takepofit

Return Value

Boolean
Result of modification

See Also