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

PanagiotisCharalampous
02 Aug 2018, 12:57

Hi michael00,

Currently such order is not available via FIX API. I will pass it as a suggestion to the product team.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Aug 2018, 14:15

Hi vancong140293,

Could you share the full cBot code so that I can run in on my pc and reproduce? Maybe there is something in the rest of the code that we are missing.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Aug 2018, 14:11

Hi irmscher9,

It could be either but I would need the cBot code to reproduce and investigate this issue.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Aug 2018, 10:31

Hi vancong140293,

If the method returns null, it means there is no Position with such label for that Symbol.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Aug 2018, 10:29

Hi yoannes,

I think you will find this post interesting.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Aug 2018, 10:15

Hi pogostick,

On the bottom left corner of cTrader, you can find the Settings button. Press it and then choose Notifications. There you can configure your cTrader notifications.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Aug 2018, 10:07

Hi Lavio,

Each broker has his own price feeds therefore mismatch in results is expected. Spotware cTrader Public Beta is just a demo application for demonstrating cTrader features. I suggest that you backtest your cBots using the cTrader application of the broker you intend to use to run the cBot.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Aug 2018, 09:59

Hi Lavio,

"(because I swear I have read on some help place)". If you can locate where you have read that, please let us know to update the documentation. Whatever is not explicitly stated that is not working on backtesting or optimization, then it should work.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2018, 16:10

Hi Lavio,

It is not in our immediate plans. However we can consider this in the future.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2018, 15:50

Hi Lavio,

This information is not available currently via the cTrader Automate API.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2018, 10:18

Hi JiuYue,

Thanks for the clarification. You need ask your broker if he offers this symbol.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2018, 10:00

Hi hatnancik,

Yes I understand that, but what does he mean with "code"? The Symbol Id?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2018, 09:34

Hi Lavio,

If you have installed Spotware cTrader Public Beta 3.01 then there might be a conlfict in the API libraries. API.Color is available only in 3.01.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
31 Jul 2018, 09:29

Hi JiuYue,

Can you please explain what do you mean with US dollar index code?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Jul 2018, 17:45

Hi Sasha,

Use ClosePositionAsync.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Jul 2018, 12:03

Hi ceakuk,

Yes we knew about it before the post. It is the same issue as https://ctrader.com/forum/whats-new/13492?page=1#8

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Jul 2018, 11:51

Hi g61232,

If you need to cancel pending orders, you need to use CancelPendingOdrer method.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Jul 2018, 11:43

Hi ceakuk,

cAlgo team is arelady aware of this and working on fixing it.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Jul 2018, 09:57

Ηι hideki,

index=[MarketSeries.TickVolume.Count-1] is the value of the last bar which is equal to MarketSeries.TickVolume.Last(0). index=[MarketSeries.TickVolume.Count] does not exist since indexing in C# starts from 0.

Let me know if this makes things clearer for you.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Jul 2018, 09:42

Hi deanmikan@gmail.com,

Thanks for posting this issue. We will have a look at it and come back to you.

Best Regards,

Panagiotis


@PanagiotisCharalampous