Can you please clarify what does this mean:
SetStopLoss(CalculationMode.Percent, 0.0025) . I expect 0.25% of my current position (that is 250 dollars for 100K), but all my stoploss orders show 360 dollars, is this because I trade pairs that are not of my base currency (e.g. EURAUD and USD)?
And simple SetStopLoss(500) does not mean maximum loss of 500 dollars for forex?
My goal is to set 0.25 percent stop loss of the current position independent of the position size (e.g. 250 for 100K, 500 for 200K).
or alternatively constant value of loss independent of the position size (e.g. 500 for 100K, 500 for 200K).
Can you please suggest how to do both?
Thank you.
Sergey.

Comment