CalculationMode.Price= ?? would this be a variable? Low[0] ?? I tried using low[0] but the strategy does not compile - Low[0] != low[0]. C# is CaSeSeNsItIvE.
CalculationMode.Percent= 0.02 would mean that stoploss is 1% away from entry price - 0.02 calculates to 2% in my math.

I have looked EVERYWHERE but no answer:
Comment