I created a strategy with the below logic and I'm struggling to understand the stoploss and profit target functionality.
strategy logic shortsma[0] < longsma[0]
I have the stop and takeprofit variables set as doubles. Do these values default to a percentage from the entry? 0.0(%0) and 1(%100) ?
your site mentions
"Brokerage Connection SDK Connect the platform to any brokerage service using our Connectivity SDK. (Please contact support)"
but I'm not seeing any documentation on this SDK or a response from support on the matter.