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.
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.
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.
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 :)
It seems you are using a third party licensing service which we are not familiar with. Maybe you should try contacting the licensing service provider first.
Best regards,
Panagiotis
Greetings Panagiotis,
Thank you very much for the response.
l understand your response. in this case which licensing service providers are you familiar with perhaps l can check what they offer.
I haven't used one for ages and I would not be able to support you on that. For such integrations you should get support from the providers directly
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.
It seems you are using a third party licensing service which we are not familiar with. Maybe you should try contacting the licensing service provider first.
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