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

PanagiotisCharalampous
21 Nov 2024, 06:43

Hi there,

In the documentation there are examples for all messages, indicating what the tag 57 should be for each message

https://help.ctrader.com/fix/specification/#messages

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
21 Nov 2024, 06:38

Hi there,

The price feed is a responsibility of the broker. Please talk to your broker.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
21 Nov 2024, 06:37

Hi there,

Unfortunately we cannot help you with your issue in this forum. If you have disputes with the broker, please contact the regulator and your local authorities. Also this thread will be deleted, since broker reviewing is beyond the scope of this community and defaming is not allowed.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2024, 12:09 ( Updated at: 20 Nov 2024, 12:10 )

RE: RE: Listing all Orders, Positions where the Deal Status is Rejected

Can I programmatically list the ExecutionTime instead? My TakeProfit or LimitOrder are not executed despite the price being matched.

Not sure what do you mean here. Can you elaborate?

Also, is it normal for US500_SB to take 300ms? The LO and TP are already on cTrader - but in case it matters - the hired VPS is in New York. Importantly, the VPS provider said that Metatrader takes 1-2 ms for execution. I don't understand how this can be true.

This is the matching time, not cTrader's latency. It is the time it took for the order to be executed by the liquidity provider. This is not controlled by cTrader


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2024, 11:12

Hi there,

There is no way to do this at the moment. It will be added in a future release.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2024, 09:37

RE: RE: RE: RE: Cant get ADX indicator to retuen values matching the CTrader charts

Mohammadq said: 

PanagiotisCharalampous said: 

Mohammadq said: 

PanagiotisCharalampous said: 

Hi there,

Can you share screenshots showing what you are comparing?

Best regards,

Panagiotis

Here you go..

 

Hi there,

Your chart is set to UTC+3 while your cBot prints in UTC+0.

Best regards,

Panagiotis

Many thanks for the catch, you're absolutely right.

I changed that and i get much closer results. is it ok to still have minor differences or it must be exact match?

 

Thanks

Mohammad

Hi Mohammad,

The values displayed on the chart are rounded. So you should expect minor differences.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2024, 08:23

RE: RE: api problem

madeelcrypto said: 

or Not getting any auth code

PanagiotisCharalampous said: 

Hi there,

The information you provide is very vague. Please try explaining your issue using screenshots.

Best regards,

Panagiotis

 

Hi there,

It's better to contact cMAM developer or post your issue in the cMAM group in Telegram

https://t.me/cmam_official

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2024, 07:13

Hi there,

The information you provide is very vague. Please try explaining your issue using screenshots.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2024, 07:12

RE: RE: RE: RE: RE: RE: "ACCESS_DENIED Error When Requesting Access Token via Open API"

Vasilios-G said: 

PanagiotisCharalampous said: 

Vasilios-G said: 

PanagiotisCharalampous said: 

Vasilios-G said: 

PanagiotisCharalampous said: 

Hi Vasilie,

Try using https://openapi.ctrader.com/apps/token to retrieve the token and let me know if this works.

Best regards,

Panagiotis

Hi Panagiotis,

Thank you for your reply.

I’ve tried using the suggested URL https://openapi.ctrader.com/apps/token in almost every possible place in my code, including replacing both the auth_url and token_url:

python

Code kopieren

# URLs for authentication and token retrieval self.auth_url = 'https://openapi.ctrader.com/apps/auth' self.token_url = 'https://openapi.ctrader.com/apps/token'

Unfortunately, despite these efforts, I’m still getting the "ACCESS_DENIED" error when trying to retrieve the access token.

Is there a specific way or place where this URL is supposed to be used that I might be missing? Also, would it be possible for someone to review my code or point out any common pitfalls I might be encountering?

Ελπίζω ειλικρινά να μπορέσετε να με βοηθήσετε περαιτέρω. Η υποστήριξή σας είναι ανεκτίμητη!

Με εκτίμηση,

Vasilios Gerasimou

Hi Vasilie,

Can you share a video demonstrating the exact steps you follow to receive this error, as well as the exact link for which the access is denied?

Best regards,

Panagiotis

Here the proceed frame by frame: 

i click on the link: 

copy the access token and paste it here: 

 

After pressing the enter button: 

 

This is what it looks like when I use the link you provided, or rather, an error already appears on the page where I retrieve the token. 

Regards, Vasili.

Hi there,

It seems you are using the access token instead of the authorization code. You need to use the authorization code returned by the authorization url when it redirects back to the redirect uri.

Best regards,

Panagiotis

Hi there, 

when i do it like this: 

i get the same error.  Can you explain it to me step by step. 

Hi Vasilie,

For step by step instructions you should contact the script developer, I don't know what it does and how it should be used. What I see in the screenshots is that the application is asking for the authorization code but you are passing the token instead. The authorization code and the token are two different things.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
20 Nov 2024, 07:05

RE: RE: Cant get ADX indicator to retuen values matching the CTrader charts

Mohammadq said: 

PanagiotisCharalampous said: 

Hi there,

Can you share screenshots showing what you are comparing?

Best regards,

Panagiotis

Here you go..

 

Hi there,

Your chart is set to UTC+3 while your cBot prints in UTC+0.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 11:28

Hi there,

Can you share screenshots showing what you are comparing?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 11:27

Hi there,

We will check. You can use this one in the meanwhile

https://app.ctrader.com/investor/Y2ofPJZE_f6x?u=finance101

Best regards

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 11:25

RE: RE: cTrader hanging after the recent upgrade

remote.daniel said: 

This has been constantly happening to me since the update!!!!!! 

I cant cope anymore, I have restarted it via taks manager at least 10 times today,  and every other day since the last update.

Seems like this is when I finally shift to tradingview! This is horrendous!

 

 

PanagiotisCharalampous said: 

Hi there,

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
 

 

Hi there,

Did you send troubleshooting report so that we can check?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 11:24

RE: cTrader.Automate. Host.Dispatcher. Exceptions.AutomateDispatcherUnhandledException' was thrown.

Salileh said: 

Dear Sir,

 

Thank you looks like the issue is resolved with the new ctrader version 5.0.44

 

Best Regards,

Salileh

Hi Salileh,

Thanks for letting us know.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 07:06

Hi there,

Thanks for reporting this issue. We are aware of it and it will be fixed soon.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 07:06

RE: RE: RE: RE: "ACCESS_DENIED Error When Requesting Access Token via Open API"

Vasilios-G said: 

PanagiotisCharalampous said: 

Vasilios-G said: 

PanagiotisCharalampous said: 

Hi Vasilie,

Try using https://openapi.ctrader.com/apps/token to retrieve the token and let me know if this works.

Best regards,

Panagiotis

Hi Panagiotis,

Thank you for your reply.

I’ve tried using the suggested URL https://openapi.ctrader.com/apps/token in almost every possible place in my code, including replacing both the auth_url and token_url:

python

Code kopieren

# URLs for authentication and token retrieval self.auth_url = 'https://openapi.ctrader.com/apps/auth' self.token_url = 'https://openapi.ctrader.com/apps/token'

Unfortunately, despite these efforts, I’m still getting the "ACCESS_DENIED" error when trying to retrieve the access token.

Is there a specific way or place where this URL is supposed to be used that I might be missing? Also, would it be possible for someone to review my code or point out any common pitfalls I might be encountering?

Ελπίζω ειλικρινά να μπορέσετε να με βοηθήσετε περαιτέρω. Η υποστήριξή σας είναι ανεκτίμητη!

Με εκτίμηση,

Vasilios Gerasimou

Hi Vasilie,

Can you share a video demonstrating the exact steps you follow to receive this error, as well as the exact link for which the access is denied?

Best regards,

Panagiotis

Here the proceed frame by frame: 

i click on the link: 

copy the access token and paste it here: 

 

After pressing the enter button: 

 

This is what it looks like when I use the link you provided, or rather, an error already appears on the page where I retrieve the token. 

Regards, Vasili.

Hi there,

It seems you are using the access token instead of the authorization code. You need to use the authorization code returned by the authorization url when it redirects back to the redirect uri.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 07:00

Hi there,

Thanks for reporting this issue. We are aware of it and it will be fixed soon.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 06:51

Hi there,

Can you please explain your issue by providing more information i.e. screenshots, videos.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 06:39

Hi there,

Since the volume provided in OTC markets is only tick volume, then the volume of every tick is by definition 1.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
19 Nov 2024, 06:36

RE: RE: RE: RE: cTrader.Automate. Host.Dispatcher. Exceptions.AutomateDispatcherUnhandledException' was thrown.

Salileh said: 

Salileh said: 

PanagiotisCharalampous said: 

Salileh said: 

Dear sirs,

Thank you for your reply and I just followed your instructions and submitted my technical issue from ctrader platform.

 

Best regards

Salileh

Hi Salileh,

We checked your troubleshooting and it seems that your broker does not have historical data for XAUEUR which is necessary for the conversion. Please provide us with the following information to reproduce this issue

  1. Your cBot code
  2. Backtesting dates and parameters
  3. Your broker
  4. Your account's currency.

Best regards,

Panagiotis

 

 

Hi there,

Your responses are empty.

Best regards,

Panagiotis


@PanagiotisCharalampous