It's hard to tell without specific information. Can you share the cBot, parameters, broker and the live execution log? There might me some clues there.
It's a known issue and it will be fixed in an upcoming update.
Best regards,
Panagiotis
Okay thanks for the feedback. What is your best guess on when this will be done? Also, is there any work around you recommend, because this project is required in the next few weeks?
Unfortunately we do not have an ETA or a workaround at the moment
Unfortunately we cannot reproduce this issue. Could you pleasesend us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.
We will fix the issue soon. In the meanwhile, a workaround is to rename the file while editing the already published algorithm to ensure that source code will be updated.
All indicators should work on Mac. Please provide us some examples so that we can check. If you can also share screenshots demonstrating what you are looking at, it would be helpful.
There isn't. You need to have the sufficient margin in order to open a position. You can try depositing some more funds to your demo account.
Best regards,
Panagiotis
Thank you for response. I can´t almost run any Indicator. You can see the problems here in Screnshot.
I was not very accurate in my response. cTrader for Mac should run any .Net 6.0 indicators :) . Legacy indicators are not supported, they need to be upgraded to .Net 6.0
Obviously parameters have to be set, but the tactical layout of having a separate (green only) button way down the page - is inept and wrong…. Like imagine a car where to use the accelerator you have to look down and take your eye off the road……
The stops and margins are indentical for long or short so your point is mute….. and even then clicking the bid or ask box or a button right under it….. if you want to be pedantic…… would be much better than this disconnected mess.
25 years ago on FXCM the layout was better…… but hey….. the new generation is always so arogant to assume that they know best….. and expert at finding excuses and faulty logic to prove their point.
Hi there,
This has been working like this for the last 13 years, since cTrader was launched. For the last almost 8 years I have been working at Spotware, it's the first time I receive such a complaint. In addition after 67 views, your suggestion has received 0 votes. This is not called arrogance, it's called science and consensus.
Thank you. Could you pleasesend us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.
Best regards,
Panagiotis
Hi Panagiotis,
First of all, thank you for your attention. I have already submitted the form with a link to this forum. However, I saw that there is a link to download a older version of ctrader, thus, I downloaded yet it says this broker has been suspended. Is there any way for me to use the older version for now?
Best,
Dha
Hi Dha,
No you cannot use an older version of cTrader at the moment.
Check your logs, your problem is with the volume. You need to round your volume before you use it
PanagiotisCharalampous thank you so much but also if I've corrected the volume, settin a fixed value (1.2 Lots), it doesn't work, can you correct it for me?
Here are the main charateristics
open long and short at 22.00 UTC+2 (Rome)
9 pip stop
0.5 pip tp
1.2 lots (volume)
here there is my new code, I've tryed my best because I don't know how to program sir, thank you early, have a nice working day.
using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; using System; using System.Collections.Generic; using System.Linq;
protected override void OnStart() { // Set the target time to 22:00 UTC targetTime = Server.Time.Date.AddHours(22); if (Server.Time > targetTime) targetTime = targetTime.AddDays(1);
Print("Script started. Order will be placed at {0}", targetTime); }
PanagiotisCharalampous
31 Jul 2024, 06:13
Hi there,
Can you please explain what we are looking at?
Best regards,
Panagiotis
@PanagiotisCharalampous