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.
The responses have 35=3 (MsgType = Reject). I'm not sure about TradingSessionID of IcMarkets (336=PRE-OPEN). How we can get the correct value for TradingSessionID of IcMarkets' cTrader ?
Hi there,
Message 35=g is not supported by cTrader FIX API. You can find the available messages in the link below
For the TP, my bot is managing multiple position at the same time, I have to change the TP when the position is opened. So the only option I was thinking about is to store in LocalStorage the TargetPrice for every position and then calculate manually the TP and modify it. Is it my only way?
More or less, yes, you would need to track the orders on your side. It would be better to use the label or comment and a guid to identify them though.
About the Stop Limit order entry, you say that the spread is irrelevant but on some US30 position yesterday I was not filled and I was thinking of the spread.
Let s say that the spread is 3 and I set a Long Stop Limit with a TargetPrice at 100 and a range at 2, is it possible to be filled?
Yes. The spread is not relevant, you need to look at the VWAP DoM instead.
PanagiotisCharalampous
07 Oct 2024, 06:06
RE: RE: RE: Cloud server not executing
vince.stans said:
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
@PanagiotisCharalampous