Posts
alexander.n.fedorov 18 Feb 2019, 12:13
cBots API Help
ATR on different TF
Thanks, Panagiotis Regards, AlexaderPanagiotisCharalampous 18 Feb 2019, 12:00
Open API
Received: ProtoMessage{ErrorResponse{errorCode:INVALID_REQUEST, description:Trading account is not authorized}}
Hi netread2004, You cannot get Symbols if you do not get an account authorized first. So 1) Authorize your application 2) Get Accounts List 3)...netread2004 17 Feb 2019, 20:28
Open API
Received: ProtoMessage{ErrorResponse{errorCode:INVALID_REQUEST, description:Trading account is not authorized}}
I am using OPEN_API_2.0 Sample application. I have appropriately created ClientID, Secret and token from SpotWare Connect App. I updated the code with...JohnDoeDoe 17 Feb 2019, 11:13
PanagiotisCharalampous 18 Feb 2019, 12:39
cTrader Algo
Select positions only by symbol in thread-safe mode
Hi Igor, If you explain to us what are you trying to do, we might be able to help you. You can use a for loop for example but I do not know what is...