Topics
Replies
PanagiotisCharalampous
26 Aug 2024, 07:02
Hi there,
You can find them in Settings > FIX API
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:58
Hi there,
The minimum amount is set by the strategy provider.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:57
Hi there,
Send an email to development@clickalgo.com
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:56
Hi there,
You can write all the logic in an indicator and just use the cBot to display the Indicator
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:52
Hi there,
Missing features will be added in upcoming updates.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:49
Hi there,
It is not possible at the moment and we do not have any plans for the following updates. It can be considered for later releases.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:47
RE: RE: Ctrader Watchlists
kris.narayanan78 said:
PanagiotisCharalampous said:
Hi there,
Watchlists are saved on the cloud, you cannot access them.
Best regards,
Panagiotis
Thank you.I am currently using demo account with pepperstone.When the demo account expires and I use a new demo account at pepperstone,will the previously created watchlists be still accessible ?
Yes, watchlists are linked to your cTrader ID, not to your trading account
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:46
RE: RE: using Bar collection and indicators (eg DMS) in background job.
Shares4us said:
Ofcourse, sorry for being that brief.
I have a backgroundworker that needs to use some indicators while running calculating some MTF bars. the values of the indicators are be used in the backgroundcalculations and the indicators should preferably be local to the backgroundworker (static)
So what is the question :) ?
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 06:35
RE: RE: how to write square and curly brackets in cTrader on Mac
levd20 said:
firemyst said:
What do i do wrong?
You're using a Mac ;-)
ok i'll buy windows then…
jokes aside - i can type via option+5 in the search bar for the indicators without any problems.
just INSIDE the Code-area it is not available. i also checked for some hotkey assignments in the settings. option+5 was assigned → i changed it, but no impact
Hi there,
What keyboard layout do you use?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 15:09
Hi there,
Thank you for reporting this issue. We managed to reproduce it and it will be fixed in an upcoming update.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 14:49
Hi there,
Watchlists are saved on the cloud, you cannot access them.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 13:45
Hi there,
It is not clear what you are trying to highlight with this post. Can you please elaborate?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 13:44
RE: RE: RE: RE: RE: RE: Bars can only fetch latest 200 bars
Shares4us said:
PanagiotisCharalampous said:
This method does not work on backtesting at the moment. If you need more bars for backtesting, you can start your bactesting at a previous date.
That's not a good solution you will have to change your code just for the sake of backtesting & optimizing if you use duration based calculations.
It's a solution when there is no other option. This will be enabled in backtesting in future releases.
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 13:42
RE: RE: Improving backtesting speed
scotpip said:
Hi Panagiotis
My backtester is fairly comparable, and as I say a lot faster. The speed increase was mainly due to tackling a large number of small issues, but the cumulative effect was impressive.
I was also a beta tester for Tickblaze, another C# platform that's faster. Tickblaze is a professional trading platform and highly featured.
And I've done some work in Zorro - which is highly featured and very much faster - though to be fair it's built in C++.
Are you really saying there's no scope for increasing the speed?
Performance improvements are always within the scope of every release. Can you share your backtester?
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 13:36
RE: RE: RE: RE: RE: RE: RE: Advanced TP
steven.booth5151 said:
PanagiotisCharalampous said:
steven.booth5151 said:
PanagiotisCharalampous said:
salvo.rubera said:
PanagiotisCharalampous said:
greg83 said:
Just downloaded cTrader for MacOS last night..
Are there no Advanced Take Profit options yet?
I can see the shield icon on the orders???Hi there,
Advanced protection will be released in an upcoming update of the application.
Best regards,
Panagiotis
Buongiorno sono passati mesi. Tantissime app utilizzano il multi Tp e Sl anche per gli ordini limit, così che il trader sia tranquillo. Posso capire quanto ci vuole per questi banali aggiornamenti? iOS inesistente, Mac inesistente. Grazie
Hi there,
We do not have an ETA at the moment.
Best regards,
Panagiotis
Hi Panaglotis
Is there an update on the ETA of these features please? The advanced protection and watchlist/news feature is definitely something that is missing from the app being in my opinion, the best trading platform there is currently. Of course it's nice I can login to the web platform and do these things but kind of defeats the purpose of the app and not something I want to continuously do. Thanks for the relatively good experience so far!No, we do not have an ETA unfortunately
Would you be able to confirm that the features are being actively worked on?
They are on the backlog but I cannot know what the product team does each and every day neither I can commit that their priorities will not change. It will be eventually developed but I cannot provide any further commitment than that.
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 13:33
RE: RE: too many messages and the cbot gets stuck
karatedog said:
PanagiotisCharalampous said:
Hi there,
No it is not. You need to minimize the messages you print in the log.
Best regards,
Panagiotis
Is there any way to configure what is “too many”? I don't mind if the application eats more memory or slows down. I need to know what is happening inside the code as I'm in a learning phase and many times there is a clear clash between how I understood the Help (which sometimes does not answer my question) and how really cTrader works. Eventually I will remove almost all of them when I get a better understanding but until then when find a non-syntax issue (when it compiles but does not do what I want), I put a lot of Print around it, draw a lot objects to the chart to understand what I did wrong.
No, however you can find all your messages in the relevant folder.
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 13:24
RE: RE: Proposal: Improved Project Structure for cBots Development in cTrader
kaxalope said:
PanagiotisCharalampous said:
Hi there,
Why don't you use an external IDE like Visual Studio instead? I don't think the team will invest time in reinventing the wheel.
Best regards,
Panagiotis
I do it, and although it improves things like IntelliSense, the management of duplicated code between bots doesn't get better since each bot is a solution, as I mentioned in the previous post. If there were a way to make each bot a project instead of a solution, then the development experience could be greatly improved. And if there is a way, I'm not aware of it.
No it is not possible, however you can reference shared projects across many solutions, if this is what you are looking for.
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 07:02
RE: RE: RE: RE: RE: Advanced TP
steven.booth5151 said:
PanagiotisCharalampous said:
salvo.rubera said:
PanagiotisCharalampous said:
greg83 said:
Just downloaded cTrader for MacOS last night..
Are there no Advanced Take Profit options yet?
I can see the shield icon on the orders???Hi there,
Advanced protection will be released in an upcoming update of the application.
Best regards,
Panagiotis
Buongiorno sono passati mesi. Tantissime app utilizzano il multi Tp e Sl anche per gli ordini limit, così che il trader sia tranquillo. Posso capire quanto ci vuole per questi banali aggiornamenti? iOS inesistente, Mac inesistente. Grazie
Hi there,
We do not have an ETA at the moment.
Best regards,
Panagiotis
Hi Panaglotis
Is there an update on the ETA of these features please? The advanced protection and watchlist/news feature is definitely something that is missing from the app being in my opinion, the best trading platform there is currently. Of course it's nice I can login to the web platform and do these things but kind of defeats the purpose of the app and not something I want to continuously do. Thanks for the relatively good experience so far!
No, we do not have an ETA unfortunately
@PanagiotisCharalampous
PanagiotisCharalampous
23 Aug 2024, 07:00
Hi there,
There is no easy way since each cBot runs on a separate environment.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Aug 2024, 07:04
Hi there,
Can you share your Connection Settings? Do you connect through a proxy?
Best regards,
Panagiotis
@PanagiotisCharalampous