BotmodifyPositionByComment Method
Modifies stops of position with specified comment
Namespace: SharpTraderBotAssembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
public bool modifyPositionByComment(
string comment,
double SL,
double TP
)
Public Function modifyPositionByComment (
comment As String,
SL As Double,
TP As Double
) As Boolean
public:
bool modifyPositionByComment(
String^ comment,
double SL,
double TP
)
member modifyPositionByComment :
comment : string *
SL : float *
TP : float -> bool
- comment String
- Comment of the postion
- SL Double
- New stoploss
- TP Double
- New takepofit
BooleanResult of modification