PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

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:19

Hi there,

Check now


@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

https://help.ctrader.com/ctrader-automate/backtesting-and-optimizing-cbots/?h=visual+backtesting#real-time-visual-mode-backtesting

 

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
08 Feb 2024, 09:44

RE: RE: Oops! An Error Occurred

michael.kroll said: 

PanagiotisCharalampous said: 

Hi Michael,

Can you please record a video demonstrating the steps taken to get this error?

Best regards,

Panagiotis

Hi Panagiotis,

thank you for your reply.

As I just started the screen recording, I had to enter the details of the slave account again and what shall I say…. now it worked… :-)

Maybe I had a typo in the account-number or so. Or it was simple mystic…. :-)

Thx a lot and best regards

Michael

Hi Michael,

Probably it was something temporary

Best regards,


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 09:43

RE: RE: cbot licensig intergration

FOREXNUGGETS said: 

PanagiotisCharalampous said: 

Hi there,

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


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 07:29

RE: cTrader - Plugins

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


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 07:04

Hi there,

Plugins have not been released yet. They will be available in cTrader 5.0

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 07:03

Hi Michael,

Can you please record a video demonstrating the steps taken to get this error?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 07:00

Hi there,

You can use Visual Backtesting and visualize your trades using Deal Map

https://help.ctrader.com/ctrader-automate/backtesting-and-optimizing-cbots/?h=visual+backtesting#real-time-visual-mode-backtesting

If your Deal map is enabled, then when you click on a deal in history, you will see it drawn on the chart


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 06:52

Hi there,

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


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 06:44

Hi acrigney,

If the issue persists, please let us know steps to reproduce it.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 06:39

Hi there,

Done.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Feb 2024, 06:30

Hi there,

If these are suggestions, please post then in the correct section below

https://ctrader.com/forum/suggestions

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Feb 2024, 12:29

RE: RE: Funds not removed

Ding+Dong said: 

 

Thank you,

Can you please also send some troubleshooting information when this happens? To do so, please tap seven times on the logo inside the main menu.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Feb 2024, 07:32

Hi there,

What do you mean when you say “locks up”? How can we reproduce this behavior?

Best regards,

Panagiotis 


@PanagiotisCharalampous