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

PanagiotisCharalampous
01 Mar 2024, 09:16

Hi there,

Unfortunately I cannot understand the question and I guess many other readers. Could you please rephrase and provide some examples of what you are doing?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2024, 09:12

Hi there,

Can you please share a screenshot so that we can understand what you are looking at?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2024, 09:10

Hi there,

Looks good to me

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2024, 09:06

Hi there,

You should use the Bars collection instead e.g Bars.ClosePrices[index] etc

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2024, 09:02

Hi there,

You should talk to your broker regarding execution issues.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2024, 09:00

Hi there,

This tool could help you

https://clickalgo.com/chart-drawing-synchroniser

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Mar 2024, 08:56

Hi there,

As per the message there is no such position to override. Use Position.Closed method instead.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Feb 2024, 12:45

Hi Stefano,

Can you share screenshots showing that it is missing from the apps but still existing on your computer?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Feb 2024, 08:18

RE: RE: cTrader 4.8.30 Trendline bug

Hi there, 

It's not a bug to be fixed. It's an expected behavior. It's impossible for the trendlines to match if the dimensions of the charts are different. It happens on all platforms. Here is an example from TradingView. Check the gap between the high of the 26th and the trendline on h1 and D1 timeframes


@PanagiotisCharalampous

PanagiotisCharalampous
29 Feb 2024, 08:07

Hi there,

Your account can be linked to your cTrader ID only by your broker. You should contact your broker regarding this.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Feb 2024, 08:06

Hi there,

int is used for integers and double for numerical values with decimals. I don't have the complete code to assess if there could be any problem but I do not see any reason to have one.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Feb 2024, 07:46

Hi there,

What warnings do you get?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Feb 2024, 07:45

Hi there,

how can I test for the pip size of the last bar closed?

Here you go

 var barPipSize = Math.Abs(Bars.ClosePrices.Last(1) - Bars.OpenPrices.Last(1)) / Symbol.PipSize;

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2024, 09:52

RE: RE: symbol data export

mr.Gekko said: 

PanagiotisCharalampous said: 

Hi there,

You can get the symbols through FIX API using the Security List message. See below

https://help.ctrader.com/fix/specification/#security-list-request-msgtype35x

Best regards,

Panagiotis

Thanks for the reply. Yes, I am aware of that, but I am not getting important info such as commission, lot size, etc…. These are essensial info for trading.

Hi there,

Unfortunately there is no other alternative at the moment. This info can be provided only by the broker.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2024, 08:33

RE: RE: RE: Meet cTrader for Mac

burmesterfinance said: 

PanagiotisCharalampous said: 

brandonjames0754 said: 

hello, I have downloaded this on my Mac, but I can not find the backtesting tab its non existent. I've even deleted the application and downloaded a new one. can you help me please?

Hi there,

These features will come in a later version.

Best regards,

Panagiotis

Hey, are there any news on this and a timeline?

Thanks for feedback and hopefully a fast implementation;)

No we do not have an ETA for this


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2024, 08:33

Hi there,

Unfortunately I cannot write the indicator for you, neither I can debug it. I don't understand what it is supposed to do. However if you have specific questions, feel free to ask them. Else you can consider getting professional assistance.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2024, 08:33

Hi there,

Unfortunately I cannot write the indicator for you, neither I can debug it. I don't understand what it is supposed to do. However if you have specific questions, feel free to ask them. Else you can consider getting professional assistance.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2024, 08:20

Hi there,

Unfortunately it is hard to help you since I have no idea what is happening on your computer, it seems you have created a mess and you have moved your folders to wrong locations. 

I would suggest a clean installation of cTrader and restoring your algo files in the folder mentioned in my earlier port.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2024, 08:15

Hi there, 

It is a known behavior. This can happen due to the fact that not all days have equal number of bars therefore the time dimension of the hourly chart is not analogous to the daily chart.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2024, 08:11

Hi there,

Active Symbol Panel will be added in a future update of the application.

Best regards,

Panagiotis


@PanagiotisCharalampous