Topics
Replies
PanagiotisCharalampous
09 Dec 2023, 06:03
RE: RE: Assistance Needed with Ctrader Backtesting Error
monteverdeinvestment2023 said:
PanagiotisCharalampous said:
Hi there,
This is a known issue and will be fixed soon. In the meanwhile, try restarting your computer. Sometimes it works.
Best regards,
Panagiotis
Thank you, but even after restarting, it still doesn't work. Is there anything else I can do?
Hi there,
You could also try clearing your backtesting cache in C:\Users\user\AppData\Roaming\Broker cTrader\BacktestingCache
Beyond that I have no further suggestions at the moment
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Dec 2023, 06:00
Hi there,
Please share the complete cBot code so that we can reproduce this behavior.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Dec 2023, 05:58
Hi there,
Please send us the complete cBot code and your broker so that we can reproduce this issue on backtesting.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Dec 2023, 05:57
RE: Meet cTrader for Mac
brandonjames0754 said:
hello, I have downloaded this on my Mac, but I can not find the backtesting tab its non existent. I've even deleted the application and downloaded a new one. can you help me please?
Hi there,
These features will come in a later version.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Dec 2023, 05:55
RE: RE: algohost.exe "Application Error" and crashing
firemyst said:
PanagiotisCharalampous said:
Hi firemyst,
Could you please send 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
I couldn't. cTrader became unresponsive. I had to kill it via task manager and restart.
However, if you can confirm the information will still be there even after restarting, I can try sending the trouble-shooting information? (I don't want to waste Spotware's time if it'll be pointless since I had to restart)
Hi firemyst,
Please send the information after the restart and we will check if there is something useful there.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Dec 2023, 06:42
Hi there,
You can use the DrawRectange() methods.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Dec 2023, 06:34
Hi firemyst,
Could you please send 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
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:32
Hi there,
Use the LastValue to access the last value of every data series that is an output of the indicator.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:29
Hi there,
This is a C# question, not a cTrader one. Read about get and set below
https://www.w3schools.com/cs/cs_properties.php
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:27
Hi there,
They should snap without pressing anything.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:23
Hi there,
If you don't want data series to be considered as output, remove the Output attribute
[Output("Moving Average", LineColor = "Red")]
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:21
Hi there,
We contacted you on your cTrader ID email some days ago regarding this matter. Please check.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:14
Hi there,
This is a known issue and will be fixed soon. In the meanwhile, try restarting your computer. Sometimes it works.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 13:08
RE: RE: How to Reference a non interactive Trend Line object
Giorgi_1 said:
PanagiotisCharalampous said:
Hi there,
Can you please share the complete cBot code? Are these lines drawn by the same cBot?
Best regards,
Panagiotis
Hi Panagiotis!
The lines were being drawn on cBot A, and the Print out on cBot B. I've now combined them, and they're working as expected.
So, essentially there is no issue. However, can you confirm that a non interactive Chart object can only be referenced by it's own cBot? And is that how it's meant to execute? In my mind, Chart.FindAllObjects would find all objects on the chart, regardless of their origin, perhaps my understanding is wrong?
Many Thanks,
Hi Giorgi,
That is correct. Non interactive objects are only accessible by the algo that created them.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:41
Hi there,
Can you please share the complete cBot code and your broker so that we can reproduce this behavior?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:37
Hi there,
Can you please share the complete cBot code? Are these lines drawn by the same cBot?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:34
Hi there,
You can use the Reverse() method
https://help.ctrader.com/ctrader-automate/references/Trading/Positions/Position/?h=reverse#reverse-2
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2023, 06:32
Hi there,
You can use Security List Request to retrieve a list of symbols
https://help.ctrader.com/fix/specification/#security-list-request-msgtype35x
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Dec 2023, 06:51
Hi Hussam,
You have a business relationship with your broker, not with cTrader. Please talk to your broker.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2023, 08:08
RE: RE: RE: Meet cTrader for Mac
brandonjames0754 said:
Hi there,
You should be able to run cBots in real time mode with the current version.
Best regards,
Panagiotis
@PanagiotisCharalampous