How to Create a cBot in cTrader in 5 Minutes

  Рет қаралды 54,413

cTrader

cTrader

Күн бұрын

Пікірлер: 52
@ogzialfred1723
@ogzialfred1723 Жыл бұрын
This was very helpful, some platforms have too many functions but i have loved cTrader the very first day, and you made it easier, thanks bro, more videos please!
@coolbargainseverywhere
@coolbargainseverywhere 7 ай бұрын
Would you please help with the S/L parameter? I did copy exactly as presented but the Stop Loss is not triggering. Thank You
@coolnerd6147
@coolnerd6147 Ай бұрын
Please provide us the bot copy paste 7:18
@alyvansouza1354
@alyvansouza1354 6 ай бұрын
I did the same thing, but the backtest is only working when I put it in heikin ashi and standard, when I put it in renko the play is disabled
@FoldesLaszlo1
@FoldesLaszlo1 4 ай бұрын
How do you enforce that the cBot will not open multiple Buy positions if it encounters 3-green candled multiple time without a 3-red candle pattern in-between?
@cTrader
@cTrader 4 ай бұрын
It's better to post programming questions in ctrader.com/forum/ctrader-algo/
@FoldesLaszlo1
@FoldesLaszlo1 4 ай бұрын
Why every 'version' the `ExecuteMarketOrder` command is a different overload when the only difference among those is there are arguments that are optional? C# has Optional Arguments which would not require each parameter version to this command to be a different overload... This (among other things) just makes it overly complicated without any advantages.
@Ellis.t60
@Ellis.t60 10 ай бұрын
Can I transfer this bot to my phone to use on the ctrader app ?
@cTrader
@cTrader 10 ай бұрын
Hi there, no you can use it only on cTrader Desktop
@Ellis.t60
@Ellis.t60 10 ай бұрын
@@cTraderand how long does it take to start once running
@florsheimestablished2796
@florsheimestablished2796 3 ай бұрын
How do we do it on Ctrader newer version
@cTrader
@cTrader 3 ай бұрын
Hi there, the process is the same in the new version as well
@indigosleuth
@indigosleuth Ай бұрын
It’s been rebranded as “Algo”, but still has the same robot symbol, and is in the same position. 🤖
@Gym.info89
@Gym.info89 11 ай бұрын
Where can i get the full code , i write it but not work
@cTrader
@cTrader 11 ай бұрын
Hi, we will provide the code samples soon on our GitHub repository
@Gym.info89
@Gym.info89 11 ай бұрын
@@cTrader thanks i wish to see it soon, because its really helpful
@Gym.info89
@Gym.info89 11 ай бұрын
public abstract TradeResult ModifyVolume(double volume) , is this the only code, i should make a new bot and add this in the beginning , and that's it or what?@@cTrader
@Gym.info89
@Gym.info89 11 ай бұрын
@@cTrader hi again, i get a cbot for trading, i test it on the backtesting and get good result, but when i want to start it on trading, it gives me an error (Order OID0 is REGECTED with error " Order volume 0.00 is smaller than group minvolume=0.01".) What should i do to make it work, i test it on the back testing on GBP/USD, but when try to start it i use the BIT/USD , WHAT SHOUL I DO
@masharottv9832
@masharottv9832 11 ай бұрын
Can i create cbot using ctrader app in ipad?
@cTrader
@cTrader 11 ай бұрын
No, this functionality is only available in cTrader Desktop.
@maartenheyrman9552
@maartenheyrman9552 Жыл бұрын
Which version of c++ is used ?
@cTrader
@cTrader Жыл бұрын
Thank you for your comment. Kindly note that this is not C++, this is C#. You can find out more in the cTrader Help Centre.
@wedeyforyou
@wedeyforyou 11 ай бұрын
I’ll learn this in 2 months! Reply this after 2 months for my progress
@andrexlegarda9027
@andrexlegarda9027 9 ай бұрын
first month tell us your achieve
@Psychology_Exposed
@Psychology_Exposed 8 ай бұрын
2 months.
@victorlagomme706
@victorlagomme706 5 ай бұрын
it's been 6 months. get back to work
@Micao-yk9jj
@Micao-yk9jj Жыл бұрын
Can I separate classes in different files?
@cTrader
@cTrader Жыл бұрын
Thank you for your comment. Yes, you can separate classes in different files but only if you are using an external IDE to work with algos.
@sudhakars7290
@sudhakars7290 5 ай бұрын
How to write onTimer() method ?
@cTrader
@cTrader 5 ай бұрын
You can find examples here help.ctrader.com/ctrader-algo/references/Timer/Timer/#examples
@asiddiqi123
@asiddiqi123 Жыл бұрын
How do i connect ctrader in python using websockets?
@cTrader
@cTrader Жыл бұрын
Hi there, you cannot use python to write cBots. For other APIs, please post your questions in ctrader.com
@asiddiqi123
@asiddiqi123 Жыл бұрын
@@cTrader I wanna use open API in. Python...is it possible?
@cTrader
@cTrader Жыл бұрын
@@asiddiqi123 Yes it is possible
@asiddiqi123
@asiddiqi123 Жыл бұрын
@@cTrader can you give example of what data to send for subscription? When I connect to WS url it connects and fetches nothing
@cTrader
@cTrader Жыл бұрын
@@asiddiqi123 As explained above, please post such questions in ctrader.com. They are irrelevant to this video
@Superman-nh4wz
@Superman-nh4wz Жыл бұрын
where can I find the codes
@cTrader
@cTrader Жыл бұрын
Hi! You can find the code snippets from this video here: help.ctrader.com/ctrader-automate/articles/for-developers/create-a-cbot-in-5-mins/
@lawrenceogola6002
@lawrenceogola6002 10 ай бұрын
The number of times I've tried coding something close to Onbar in MQL will make me switch to CBots.
@FoldesLaszlo1
@FoldesLaszlo1 4 ай бұрын
And whenever I try coding something in a cBot, I want to switch back to MQL... but both has very-very unintuitive syntax and execution model. I wish they have copied the simplicity of Tradingview...
@bjornpantell574
@bjornpantell574 Жыл бұрын
It's very hard to hear what you are saying. There's too much bass. Please adjust and upload again.
@paulmarshall7794
@paulmarshall7794 Жыл бұрын
turn on the subtitles.
@megasuperlexa2
@megasuperlexa2 Жыл бұрын
use crappy earphones with NO BASS
@1___________________1-n6i
@1___________________1-n6i 8 ай бұрын
skill issue
@viniciussantana9902
@viniciussantana9902 7 ай бұрын
HELLO THERE, CAN U GIVE US THIS CODE? :D
@bruceevans2137
@bruceevans2137 Жыл бұрын
cant understand a word he is saying, too muffled
@UnbenutzerKanalname
@UnbenutzerKanalname Жыл бұрын
is that Java? urgh
@cTrader
@cTrader Жыл бұрын
No, it's C# - it's really easy-to-use and, as demonstrated in the video, you can create a cBot in minutes.
@doYourBest4All
@doYourBest4All 28 күн бұрын
This video is obsolete now in dec 2024..this platform design is absolutely useless. Better make a new video for the 5.0 platform.
@Ellis.t60
@Ellis.t60 10 ай бұрын
Can I transfer this bot to my phone to use on the ctrader app ?
How to Create a cBot via ChatGPT
5:03
cTrader
Рет қаралды 13 М.
Russian secret base uncovered / Russia abandons the region
14:15
NEXTA Live
Рет қаралды 544 М.
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Convert TradingView Indicators into Strategies with AI (IT FINALLY WORKS)
21:49
How To Build A Trading Bot In Python
18:46
CodeTrading
Рет қаралды 866 М.
I Helped 2,000 People Walk Again
15:31
MrBeast
Рет қаралды 26 МЛН
Learn How to Code a cTrader cBot
21:43
ClickAlgo
Рет қаралды 18 М.
cTrader Indicator Coding for Beginners
22:46
ClickAlgo
Рет қаралды 8 М.
Trading Psychology | Why Normal Doesn’t Make Money | Part 1
18:39
How to Create a Custom Indicator in cTrader
10:23
cTrader
Рет қаралды 302 М.
5 Price Action Rules EVERY Trader NEEDS To Know
31:16
Thomas Wade
Рет қаралды 1,9 МЛН