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

PanagiotisCharalampous
04 Jan 2024, 07:17

Hi there,

I don't see a problem here. An open market session is not a prerequisite to trade some symbols.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jan 2024, 07:12

RE: Draw issue

GOLDEN.DRAGONS said: 

I got the same issue recently. When I would try to use any objects like Trend Line or Fibonacci Fan and etc. it will get out of mouse control when market is ticking but when a symbol stopped or disabled I can draw properly.
Using cTrader 4.8.28 on Errante

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,


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 13:14

RE: RE: Reply to: Invisible price alert

ctid5137747 said: 

PanagiotisCharalampous said: 

Dear trader,

We are not aware of any problem with price alerts. Please provide us with some screenshots and exact steps to reproduce it.

Best regards,

Panagiotis

Sorry I didn't see your message. Here you can see two alerts but no visible lines. Almost all my colleagues have the same error and it has been there for a few months now. Very frustrating to work with. I'm surprised that no one else has reported this error.

 

Hi there,

Are price alerts enabled in your chart's viewing options?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 07:39

Hi there,

Please use the Suggestions section for posting your suggestions.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 07:39

Hi there,

Please use the Suggestions section for posting your suggestions.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 07:38

Hi there,

Deposit and withdrawal methods are a broker's responsibility. You should talk to your broker about this. As far as cTrader is concerned, it supports cryptocurrencies as account currencies.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 07:35

Dear trader,

Thank you for posting this issue. Is it possible to record a video demonstrating this behavior?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 07:33

RE: RE: Ctrader doesnt work

adn1472 said: 

PanagiotisCharalampous said: 

Hi there,

Please try a clean installation of cTrader and let us know if this resolves your problem

Best regards,

Panagiotis

Hi,

thanks for the response,

I tried a clean installation but again, I had the same problem,

it only runs in the background i can hear the voice when it connects and i can see it in the taskbar minimized but when i click on it to maximize it , nothing happens

Regards,

Aidin

Hi there,

Can you share a video of demonstrating this behavior?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 07:31

RE: RE: Logical error I cannot see

mihlali700 said: 

PanagiotisCharalampous said: 

Hi there,

You cannot use the current index with the BarsDaily collection. You need to match the index with correct BarsDaily index. Try something like the following

            var barsDailyIndex = BarsDaily.OpenTimes.GetIndexByTime(Bars.OpenTimes[index]);

Best regards,

Panagiotis

Wow, thank you . That solved my problem , I would just like to know is there a newbar function inbuilt into ctrader ? I would like to change my if statement to check if theres a new bar in the daily timeframe or weekly etc before drawing my supports and resistance 

Hi there,

You can use the BarOpened event.

Best regards,


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 06:58

Responded here https://ctrader.com/forum/calgo-support/42617#post-106610


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jan 2024, 06:57

Hi there,

If your strategy's logic is based on tick data information e.g. uses take profit or stop loss, then you need to use tick data to get accurate results. Bar data should only be used if your strategy opens and closes positions on every bar.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jan 2024, 06:42

Hi there,

You cannot use the current index with the BarsDaily collection. You need to match the index with correct BarsDaily index. Try something like the following

            var barsDailyIndex = BarsDaily.OpenTimes.GetIndexByTime(Bars.OpenTimes[index]);

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jan 2024, 06:32

Hi there,

Can you please clarify what is the question here?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jan 2024, 06:30

Hi there,

Please try a clean installation of cTrader and let us know if this resolves your problem

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jan 2024, 06:28

Hi Mat,

The indicator should be able to see the storage. Can you please share with us the cBot code and the indicator code so that we can investigate this issue?

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Jan 2024, 06:27

RE: RE: waiting to execute a market order

910247359 said: 

PanagiotisCharalampous said: 

Hi there,

Can you share some source code that would allow us to reproduce the problem?

Best regards,

Panagiotis

Yes, please gimme your email

 

Hi there,

You can send it to community@ctrader.com

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Dec 2023, 16:25

RE: Custom Indicators

eXyuman said: 

Hello, how can I add custom Indicators to Ctrader Mac Desktop app?

Hi there,

This is not possible at the moment. It will be implemented in an upcoming update of the application.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Dec 2023, 16:24

Hi there,

You should always normalize your volume, before placing orders, using NormalizeVolumeInUnits method. Else the volume will not be a valid tradable volume.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Dec 2023, 16:19

Hi there,

Unfortunately it is not possible at the moment.

Best regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Dec 2023, 16:17

Hi Rob,

Try restarting cTrader. The last day is usually fixed to the day cTrader started.

Best regards,

Panagiotis


@PanagiotisCharalampous