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

PanagiotisCharalampous
18 Dec 2023, 07:42 ( Updated at: 21 Dec 2023, 09:23 )

RE: RE: JSOG get position size in volume

bruce.kristelijn said: 

PanagiotisCharalampous said: 

Hi there,

It's part of the ProtoOAPosition message

Here is the link to the actual message

https://help.ctrader.com/open-api/model-messages/#protooatradedata

Best regards,

Isn't there an payload ID to use? For eg ProtoOAOrderListByPositionIdReq uses payloadType as ‘2179’. What's that for this message?

Hi there,

No because this is not a message, it's a data structure(ProtoOATradeData) which is a member of another data structure(ProtoOAPosition), returned by the ProtoOAReconcileRes


@PanagiotisCharalampous

PanagiotisCharalampous
18 Dec 2023, 07:38

Hi there,

There no image displayed. Can you please provide more information about the issue? We need your cBot's source code, cBot parameters, backtesting settings and screenshots indicating the problem.

Bes regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Dec 2023, 07:36

Hi there,

Just right click on the chart and select Indicators.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
18 Dec 2023, 07:32

RE: RE: 4.7.9 Market replay indicators

notakuotaku09 said: 

PanagiotisChar said: 

Hi,

Right click > Indicators

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 

where exactly am i supposed to click right?

Hi there,

On the chart


@PanagiotisCharalampous

PanagiotisCharalampous
18 Dec 2023, 07:31

RE: Automation optimization and backtesting

ctid6168533 said: 

the only feature that was not there on the web was automation features including Backtesting and optimization . so launching a MAC CLient without this defeats the whole purpose behind having a mac client as all other features can be done through web access 

 

Hi there,

Backtesting and optimization will be released in upcoming versions.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Dec 2023, 06:53

Hi there,

Please send us 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
16 Dec 2023, 06:49

Hi there,

Yes your assumption is correct.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
16 Dec 2023, 06:48

Hi there,

Market replay is still not available for Mac. You should be able to adjust your application scale in Settings>General.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 15:02

Hi there,

Thank you for reporting this issue. Unfortunately we were not able to reproduce this behavior. Could you please send us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.

Best regards,

Panagiotis
 


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 15:00

Hi there,

I responded in the thread.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 14:58

RE: Can’t draw, drag and move objects properly

mikefox said: 

It Even got worse for me now. 

Now i cant even add anything to the chart at all .

I Could add Box elipse and triangle. But no trendlines no forks.

I Could add fibs.

Price channel bugs as trendlines did before wont let me grab them and trendlines got worse cant add them at all. 

Plattform is none functional it should not be in use .

How could developers release a product so buggy?

Something is not right here.

Hi there,

Thank you for reporting this issue. Unfortunately we were not able to reproduce this behavior. Could you please send us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.

Best regards,


 


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 14:58

RE: Can’t draw, drag and move objects properly

mikefox said: 

It Even got worse for me now. 

Now i cant even add anything to the chart at all .

I Could add Box elipse and triangle. But no trendlines no forks.

I Could add fibs.

Price channel bugs as trendlines did before wont let me grab them and trendlines got worse cant add them at all. 

Plattform is none functional it should not be in use .

How could developers release a product so buggy?

Something is not right here.

Hi there,

Thank you for reporting this issue. Unfortunately we were not able to reproduce this behavior. Could you please send us some troubleshooting information the next time this happens? Please paste a link to this discussion inside the text box before you submit it.

Best regards,


 


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 06:21

Hi there,

Spotware is not a broker. You should contact a broker regarding this question.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 06:18

Hi there,

Your problem is here

            var chkboxSells = new CheckBox
            {
                Text = "Sells",
                HorizontalAlignment = HorizontalAlignment.Left,
                VerticalAlignment = VerticalAlignment.Center,
                IsChecked = false
            };
            var chkboxBuys  = new CheckBox
            {
                Text = "Buys",
                HorizontalAlignment = HorizontalAlignment.Left,
                VerticalAlignment = VerticalAlignment.Center,
                IsChecked = false
             };

Remove the var keyword and the issue should be fixed.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 06:13

Hi there,

You cannot create and disable accounts using APIs. Such options are available only to brokers.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 06:13

Hi there,

You cannot create and disable accounts using APIs. Such options are available only to brokers.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 06:11

RE: RE: How to change Trade account as read-only mode using cBot

ymalli144 said: 

PanagiotisCharalampous said: 

Hi there,

There is no such option in the API.

Best regards,

Panagiotis

Thanks.

Is there a way to create trade account using cBot?

Hi again,

No there isn't


@PanagiotisCharalampous

PanagiotisCharalampous
15 Dec 2023, 06:11 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

It's part of the ProtoOAPosition message

Here is the link to the actual message

https://help.ctrader.com/open-api/model-messages/#protooatradedata

Best regards,


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 12:14

RE: CLI: lack of basic functionalities

ncel01 said: 

Thanks for informing.

Hi, 

We do not have such plans at the moment.

Best regards,


@PanagiotisCharalampous

PanagiotisCharalampous
14 Dec 2023, 09:24

Hi Mike,

It is still hard to help you without exact steps on how to reproduce the issues on our machines. If you want the community to help you with coding issues, you need to help them reproduce the problem in two minutes :) Nobody will spend hours guessing what is wrong. We have our own problems to solve :)

Best regards,

Panagiotis


@PanagiotisCharalampous