Topic: Need indicator for closing position by ammount or percent
Is there a dedicated FSB indicator that closes positions based on Amount or Percent?
I mean, there are slots like:
List:
1.Percent
2.Amount
TakeProfit = 0
StopLoss = 0;
If you choose Percent, the TP and SL values are based on the Percent. If you choose Amount, the TP and SL are based on the Amount. However, if the TP and SL values are 0, it is inactive.
This is similar to the "Account Percent Stop" indicator, but it applies the TP and SL to the same value, and there is no Amount option.