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

PanagiotisCharalampous
27 Apr 2020, 10:55

Hi there,

Can you check again and let us know if still receive this message?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 10:54

Hi Eliezer,

I did not understand what do you need. Can you please provide a more detailed explanation? Maybe a drawing depicting what you expect to see?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 10:45

Hi simone.andriano,

You can find all necessary information here. Let me know if you have any specific questions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 10:41

Hi alessio200881,

This is already available in cTrader Web.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 10:10

Hi ergun,

If you remove the following code, it should work fine

            if (IsLastBar)
            {
                return;
            }

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:45

Hi bodhisvaha.forex,

This tag is only used for limid orders. You cannot use it for a market order

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:44

Hi there,

If you need to access all positions, then you just need to stop filtering them by label. Just use the Positions collection directly.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:40

Hi victor.major,

Can you please provide the complete cBot code and steps to reproduce the issue?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:38

Hi contact.bitq,

Can you please provide the complete cBot code?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:36

Hi Alistair,

cBots do not display the values of the referenced indicators. To display an indicator, you need to add it directly on the chart.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:30

Hi Perez,

Thanks for posting your suggestion. You should be posting them in the Suggestions section. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:17

Hi maxhemmerich3,

There are a lot basic programming errors in your code. You probably just copied and pasted code and you expect it work. If you don't know how to program, you can ask somebody to help you by posting a Job or contacting a Consultant.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:09

Hi Luca,

5 is the value of the sixth last candle because the last one is 0

This is not true. 5 means the fifth value from the last value of the indicator. If you notice, the Ichimoku indicator prints some values in the future. You need to take that into consideration as well.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 09:05

Hi Ton,

Chart timeframes cannot change when a cBot is running.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Apr 2020, 08:58

Hi Ton,

You can send it to us at community@spotware.com.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Apr 2020, 15:43

Hi Ton,

Can you please share a cBot and steps to reproduce this behavior e.g. cBot parameres, symbol, broker etc.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Apr 2020, 12:36

Hi Exipnakis,

Thanks for your suggestion. Please use Suggestions section for posting your proposals.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Apr 2020, 12:19

Hi Luca,

This seems to happen only on symbols that have no data. See an example below

You need to use symbols that have data for this to work.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Apr 2020, 12:11

Hi JohnK,

You need to post the complete cBot code and screenshots of the steps you are taking to reproduce these issues as I cannot reproduce them. In any case, cTrader Automate does not support .Net Framework 4.5 at the moment. If I manage to reproduce the issue and provide a workaround, I will let you know.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Apr 2020, 11:20

Hi Luca,

Can you post the complete cBot code?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous