Hello Have you tried Visual´s Chart, vba module.
code example.
If .GetMarketPosition(0) = 0 And .Close > .GetIndicatorValue(BollingerBandsData, 0, 2) Then
.Buy AtMarket, ContractsNumber
End If
If .GetMarketPosition(0) = 0 And .Close <...
Hello.
Wouldn´t it be enough to put the following code in your system.
Exitlong at Limit .get entry price - Lossfilter
LossFilter must be previously declare as parameter
Dim LossFilter As Double '10
in the first option and you will be able to chose the amount of points to set...