Cbot issue
Cbot issue
21 Feb 2025, 09:16
I have been using a cbot successfully recently. However, after using it a couple of times it has stopped functioning correctly. I haven't altered anything. I am using icmarkets but I can't imagine the Broker making any difference. My friend is using the same cbot to me also on icmarkets and has no issues.
Also noticed that if I try to use the cbot with another cbot on a different pair at the same time, then the second cbot doesn't function correctly either, when previously on its own it was fine??
Very confused.
Any suggestions/recommendations will be greatly appreciated.
Is there a way to reboot/refresh the platform that might remove any hidden issues. In other words make a clean install.
I tried deleting the platform and reinstalling but that didn't make a difference.
Replies
BernieceReynolds99
16 Apr 2025, 03:21
( Updated at: 16 Apr 2025, 14:21 )
Go into the cBot source code, and add logging lines (like Print("Bot started"), Print("Tick received")) in important functions like OnStart, OnTick, Tunnel Rush, and OnBar. This will determine if the cBot is actually running. Also, try writing a simple version of cBot that only does a small action, like printing a line when a tick is received, to test if the error is coming from your complex source code.
@BernieceReynolds99
firemyst
07 Mar 2025, 00:19
Can you post any of the bot's code?
If it's not yours, have you tried contacting the person who developed it?
What do you mean “if I try to use the cbot with another cbot on a different pair”?
Does the cbot have any sort of licensing system that it needs to contact a server on the internet to work?
Are you trying to run it in the cloud or locally?
@firemyst