Please contact your broker regarding execution issues.
Best regards,
Panagiotis
Hi, I've already submitted the problem to the borker (IC Markets) which redirected me to you because they said “The error does not provide more details in order to investigate further from our side”.
There not much information for us either. If you can share your source code and steps to reproduce this issue, we are happy to have a look
We didn't have any similar reports. Did you try debugging your cBot i.e. adding logs and understand what happens after this first week? Did you try comparing by executing using your own VPS? Is there a difference in execution?
Best regards,
Panagiotis
Hi Panagiotis,
Thanks for the advise. I will add in logs and run the bots simultaneously on my own VPS and the cloud server to understand the issues. Once I spot a discrepancy I will let you know.
I did a check with backtesting, and the bot definitely misses trades. One position from last week was not taken and closed, and another one at the end of the week was not opened. See the screenshot of the trades that were taken in the backtest, but not with my bot running.
Unfortunately I cannot help you with such information. You need to follow my advise in my previous post. Add logs to your cBot to understand what happens in real time execution. Also compare it with execution on a VPS
The reason is that cTrader used to use ClickOnce for installation. The default path for installation of ClickOnce applications is C:\Users\[User]\AppData\ for security reasons. So if Microsoft, the developer of the OS and ClickOnce does not see a problem with installing applications in that folder, I don't see either.
We do not respond to suggestions as there is no question to answer. The teams review them and take into consideration the popular ones. Unfortunately we cannot engage into a discussion for every user's idea since most of them are either not very popular or are just personal requests, some of them conflict with our vision of the platform, some are conflicting with what other users want and some are really bad ideas.
We do not respond to suggestions as there is no question to answer. The teams review them and take into consideration the popular ones. Unfortunately we cannot engage into a discussion for every user's idea since most of them are either not very popular or are just personal requests, some of them conflict with our vision of the platform, some are conflicting with what other users want and some are really bad ideas.
Before answering your question, can you please provide a practical example of a problem you face with the existing structure?
Currently, I haven't encountered any issues with the cTrader Desktop executable file being located in AppData.
I believe in preventing potential problems rather than only reacting when an issue arises.
By storing critical files like the executable in Program Files, I think it adds an extra layer of protection and reduces the likelihood of unauthorized modifications, ensuring greater stability and security for the application in the long term.
Can you think of such a potential problem? Because I cannot think of any. The team will not proceed to any modifications without a solid reason.
PanagiotisCharalampous
08 Oct 2024, 10:46
RE: RE: "TechnicalError" when trying to cancel a pending order
kyosuke said:
There not much information for us either. If you can share your source code and steps to reproduce this issue, we are happy to have a look
@PanagiotisCharalampous