Topics
Replies
PanagiotisCharalampous
05 May 2020, 08:39
Hi Herotrade,
Thanks, I have forwarded this to the product team to check further.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2020, 08:36
( Updated at: 21 Dec 2023, 09:22 )
Hi Stephan
It seems that you are trying to create an external dll using a cBot. This is not possible. cAlgo projects are not designed to generate a .dll. You need to create a standard C# Library in Visual Studio, develop your .dlll and thed add it as a reference to your cBot project. You cannot develop a .dll library using cTrader. If you want to do this within the solution of your cBot, follow the next steps
1. Create a new cBot and open in in VS
2. Right Click on the solution > Add > New Project...
3. Create a new Class Library project
4. Go back to the cBot project, right click on References > Add New Reference and add a reference to the newly created project
Then you can program your classes in the the external library and use them in your cBot
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 14:07
Hi vanwyk.jacob,
We checked the hotkeys on Mac and the only one that seems to have an issue is F11 which we will fix. At the moment, there is no possibility to change the hotkeys.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 12:43
Hi Stephan
You really need to provide more information. At this moment I do not understand what is the problem. You did not tell us what do you do in detail neither you provided information about what errors do you get. This is not a cBot/cTrader issue. It is a standard process of adding a new reference into a .Net project and I am pretty sure you will find tons of available resources with a simple google search. It is not cTrader specific.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 11:31
Hi dollarcity09,
Can you please make sure that you have refreshed the page and you still see only one subaccount?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 11:27
Hi Stephan
If what you need is to add a reference of a dll to a cBot then do the following.
- Edit the cBot in VS
- Right click on References
- Choose "Add Reference..."
- In the pop up window, choose "Browse"
- Click on Browse, find your dll and add it
I hope this helps
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 11:09
Hi there,
You should just multiply the tick size by the position's volume
Symbol.TickSize * position.Volume
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 11:05
Hi vanwyk.jacob,
Can you please provide us with exact steps to reproduce your problem so that we can check?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:51
Hi jcr1818,
We do not have such plans at the moment. This can be easily programmed in a cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:48
Hi erik.lindblad,
We have reproduced the issue and it will be fixed in an upcoming update. In the meanwhile a workaround is to change your region to one that considers "." as a separator through Settings -> General -> Region.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:36
Hi jchoox,
You can get more chart space by dragging the time counter found on the bottom of the chart to the left.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:35
Hi yomm0401,
You can use the ScrollChanged event to do so.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:26
Hi there,
Can you please provide more information about this issue?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:25
Hi Christian,
Unfortunately there is no feature for automatic optimization at the moment neither we have plans for this in the near future. If you need this, it is something you will need to develop yourself.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:16
Hi Stephan,
There is nothing specific in cAlgo and cTrader for this. It works in the exact same way as any .Net project. To help you further, 'you need to provide us information on what error messages you receive and how to reproduce them.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 10:08
( Updated at: 21 Dec 2023, 09:22 )
Hi sounsaleem97,
You can see this in the Create/Modify position screen. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 09:59
Hi elenigna,
We are aware of the issue. This will be fixed in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 09:57
Hi safragoldfajn,
There is no built-in option in cTrader that will allow you to do this. You will need to program such a behavior yourself.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 May 2020, 09:48
Hi Jabela,
Only your broker can delete your demo accounts,
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2020, 08:40
Hi elpmie,
No there is no fix for this issue yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous