We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
symbol = "EURUSD" volume = 1 # position size: stoploss = round(price - 0.00010, 6) takeprofit = round(price + 0.00020, 6)
id = api.sell(symbol, volume, stoploss, takeprofit)
Activity