Open
Description
hi, could you please explain why the following code is resulting in the 3 orders/positions you can see in the images below?
api = Ctrader(server,account,password)
api.subscribe("EURUSD")
print(api.quote())
print(api.buy(symbol="EURUSD", volume=0.01, stoploss=1, takeprofit=1.5, price=1.08))
api.logout()
moreover, the quote()
method is returning {}
Metadata
Assignees
Labels
No labels
Activity