
Topics
Replies
PanagiotisCharalampous
06 May 2020, 08:14
Hi firemyst,
Why do you use DateTime.SpecifyKind() function?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 May 2020, 08:10
Hi Gwave,
If you already have the project then you can add it as an existing project to your cBot solution and then add it as a reference in your cBot project. Read this post, it could be helpful.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2020, 15:59
Hi Gwave,
Can you provide more information? What is NeuralNet? Did you download/install it somewhere? Why do you expect to see it in the Reference library?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2020, 14:54
Hi tobioluwatoki,
Can you please try a clean installation of cTrader and let me know if it resolves the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2020, 14:32
Hi Gwave,
Please also provide us with your broker, the optimized cBot parameters ranges and your optimization settings. We need to have all the required information to reproduce the problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2020, 11:10
Hi lordyy,
You can use GetSymbol() method to get the symbol information of your position's symbol.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 May 2020, 10:06
Hi lordyy,
There is no function in the API that will give you this value. You will need to calculate it yourself.
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
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
06 May 2020, 08:19
Hi Fernando,
This can be done using a cBot. There are already some commercial products out there that do this.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous