cBot programming user Guide ?
cBot programming user Guide ?
17 Mar 2021, 13:03
Good morning everyone,
i'm new on cTrader and i would like to try myself on cbot coding.
I've been looking on web site / forum but couldn't find any tutorials / programming guides.
(at least, not extended...)
Is such a guide existing somewhere or is it MQL5 ?
Thanks in advance
Replies
jfbalfroid
17 Mar 2021, 16:18
RE:
amusleh said:
cTrader Automate API is written in C# language, you have to know C# first.
There are lots of free resources available on internet for learning C#, after you got some basic C# knowledge you can start from API references and sample indicators/cBots that came with cTrader.
Thank you for your answer !
@jfbalfroid
amusleh
17 Mar 2021, 13:34
cTrader Automate API is written in C# language, you have to know C# first.
There are lots of free resources available on internet for learning C#, after you got some basic C# knowledge you can start from API references and sample indicators/cBots that came with cTrader.
@amusleh