Topics
Replies
PanagiotisCharalampous
12 Feb 2024, 06:56
Hi there,
The libraries are not up to date, therefore for some messages you would need to write the code yourself.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Feb 2024, 06:54
RE: unable to see charts on MacOS (Sonoma) and web version
kylecaydenbl said:
I wanted to try CTrader for MacBook and today 11/02/2023 no data are available either on the MacBook version displayed on ctrader's website or webversion …
I think I'm just going to buy the parrallel software and run the windows version because beside tis type of problems there is still importants features that are not available (yet) on the macOS version if I believe the comments I see below.
Do you still have this issue? On weekends there is maintenance taking place, therefore some interruptions might occur
@PanagiotisCharalampous
PanagiotisCharalampous
12 Feb 2024, 06:53
RE: Auto Lot Sizing Based on Account Balance/Equity
jmenotts said:
Would just like to thank you for all your help I have a cBot that works well tbh, On another note though how would I go about increasing lot size per 1k account balance/equity from lets say a percentage or every 1k? I'm unsure I've looked all over the net.
Thanks In Advance.
I did not understand your question. Can you explain with examples?
@PanagiotisCharalampous
PanagiotisCharalampous
12 Feb 2024, 06:41
Hi there,
There is probably an issue with your cBot's logic. Please share your cBot code, your broker and the backtesting parameters so that we can reproduce and advise accordingly.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Feb 2024, 07:09
Hi there,
Can you please provide more information about the problem?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Feb 2024, 07:08
RE: RE: Ctrader Web chart issues
box+app.ctrader.com said:
PanagiotisCharalampous said:
Hi there,
Unfortunately this browser is not supported by cTrader.
Best regards,
Panagiotis
Thank you for the reply. Where can I see a list of supported browsers?
Here you go
https://help.ctrader.com/ctrader-web/#browser-versions-supported
@PanagiotisCharalampous
PanagiotisCharalampous
10 Feb 2024, 08:25
Hi there,
It will be added in a future update.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Feb 2024, 08:23
RE: RE: Positions.Opened event and NullReferenceException
Lanikeha said:
I have updated the original post (awaiting moderation).
PanagiotisCharalampous said:
Hi there,
Please share with us the complete cBot code and steps how to reproduce this exception.
Best regards,
Panagiotis
Hi there,
You cannot use the Print method inside the ClassLibrary since it does not have access to the log. You should rewrite your code so that the message printing takes place inside the main cBot.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Feb 2024, 08:19
RE: RE: RE: RE: RE: RE: RE: RE: RE: Issue with Selected Instrument Window Closing on Compilation in VS2022
Vitali Gajdabrus said:
I will add very important information for the highly esteemed cTrader developers: the loss of sorting direction when switching and returning to a tab occurs both in the territory of Ukraine and in the territories of Estonia, Poland, and some other countries.
"I asked for a video capturing the entire UI area. The one you sent does not, hence we cannot see the broker and the cTrader version. Best regards,
Panagiotis"
And please explain to me, how can the sorting in the open positions window and in the trade history window depend on the broker
Hi Vitali,
Knowing the broker we can know the exact version you are using. Also the entire UI can provide more hints regarding what the issue could e.g. as you pointed out, it could be a localization issue. We cannot know this if we only have a part of the screen. We will check this on Monday.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Feb 2024, 08:12
Hi there,
Unfortunately this browser is not supported by cTrader.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
10 Feb 2024, 08:03
RE: RE: cTrader - Plugins
cyril269 said:
PanagiotisCharalampous said:
Hi there,
Plugins will be available in the upcoming major update.
Best regards,
Panagiotis
Is there a potential timeline on when the major update will be released?
Hopefully sometime in the following weeks :)
@PanagiotisCharalampous
PanagiotisCharalampous
10 Feb 2024, 07:58
Hi there,
Can you please provide a better description of the problem? Do you get this error somewhere? If yes, where?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Feb 2024, 06:46
Hi there,
The stop loss parameter should be in pips, not in absolute price. So you need to calculate the relevant pips so that the stop loss is set at the correct price level.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Feb 2024, 06:42
Hi there,
This is hard coded.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Feb 2024, 13:18
RE: RE: RE: cTrader - Plugins
ncel01 said:
PanagiotisCharalampous said:
ncel01 said:
Sounds interesting.
I was reading about this and wondering if, for instance, users will have the possibility to control/manage multiple cBot/CLI instances via these plugins.
Hi ncel01,
Users will have access to charts and will be able to manage only cBots that are already added on these charts. Plugins do not have access to CLI instances since they run outside of cTrader. You can create your own application to manage CLI instances.
Best regards,
Panagiotis
Hi Panagiotis,
I see.
How to create such an application? Through the FIX API?
You don't need any specific API. CLI is just a process running on your computer. You can develop an application that manages such processes running on your operating system.
@PanagiotisCharalampous
PanagiotisCharalampous
08 Feb 2024, 13:16
Hi there,
If this a suggestion, you should post it in the correct section below
https://ctrader.com/forum/suggestions
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Feb 2024, 13:14
RE: RE: Check visually where the bot is placing orders
pcardoso73 said:
PanagiotisCharalampous said:
Hi there,
You can use Visual Backtesting and visualize your trades using Deal Map
If your Deal map is enabled, then when you click on a deal in history, you will see it drawn on the chart
Hi,
Thanks for your reply. In backtesting, it is not saving history do I can't see anything. Is there a way to enable history? I only have data in the “positions” column.
Kind regards,
Pedro
Hi there,
History is saved in backtesting. If you do not see anything, it means no positions have been closed.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Feb 2024, 13:13
RE: RE: RE: RE: RE: Cant get Trailing StopLoss Working
jmenotts said:
Hi bud i tried to add that below tsl but im getting problems with it not sure if im being stupid here lol could you insert it into the code for me and paste it here as im getting no where sorry to be a pain and thank you for your help buddy
Hi,
Personally I would not use that code :) Instead I would check if there are no open positions before proceeding. Something like below
if(Positions.Count == 0)
{
...
}
I will not give you a ready made solution, I will help you fix stuff yourself instead. That's the only way to learn :)
@PanagiotisCharalampous
PanagiotisCharalampous
12 Feb 2024, 06:58
Hi there,
There is no known bug in cTrader API. If you can reproduce the issue with any of the .Net examples I would be happy to have a look as well.
Best regards,
Panagiotis
@PanagiotisCharalampous