wds33817
Results
2
issues of
wds33817
Try to get the symbol quote, but the result is Symbol not Subscribed. No problem with connection, but cannot get quote.. ` api = Ctrader(server, account, password) api.subscribe("EURUSD") price =...
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)