Replies

PanagiotisCharalampous
05 Jun 2018, 10:32

Hi irmscher9,

There are no updates about this. Regarding your code, the issue is that you pass a parameter to a function that does not take a parameter. What are you trying to achieve with this piece of code?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 14:23

Hi Patrick,

No I can't. If it was a general issue, nobody would be able to work with cTrader Automate. I will forward this to the product team in case they have anything to suggest. In the meanwhile, please send some troubleshooting information, in case something is going wrong. You can do so by pressing Ctrl+Alt+Shift+T. Paste the discussion in the text box and press submit.

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 14:16

Hi Sasha,

See below

            if (Positions.Count(x => x.Id == ID) > 0)
            {
                var entryPrice = Positions.First(x => x.Id == ID).EntryPrice;
            }

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 12:52

Hi catecalvez,

Thanks for posting in our forum. Why do you say you cannot do that?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 12:43

Hi Patrick,

Yes this functionality is gone.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 11:06

Hi augrust2,

Thanks for posting in our forum. You can check out ModifyPosition method.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 11:04

Hi Patrick,

If you want your accounts to be removed, you should contact your broker.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 11:01

Hi Patrick,

Are you sure this is something not related with your computer?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 10:57

Hi Patrick,

My suggestion is to follow what is suggested in the warnings. Replace the obsolete methods with the new ones.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 10:38

Hi to both,

Could you please provide us with more information to reproduce your issues? If possible let us know the following

1) Your broker/s

2) The symbol/s

3) Backtesting parameters

4) A cBot that reproduces the problem

5) Screenshots/Videos that demonstrate the problem

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 10:34

Hi zedodia,

The warnings suggest themselves what you should do.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 10:32

Hi Michael, 

Thanks for posting in our forum. Yes you are right :) VPS would be more benefitial in the case you are using market orders.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 10:27 ( Updated at: 08 Feb 2023, 14:49 )

Hi Paul,

Yes it is seems correct. Pip position is second decimal place. Therefore the calculation goes as follows

773525 - 765025 = 8500

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Jun 2018, 10:20

Hi Nasr,

Thanks for your suggestion. I would recommend you to post it in the Suggestions section of the forum so that it gets considered by the relevant product team.

Best Regards,

Panagiotis

 

 


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jun 2018, 17:13

Hi thongbaogiaodich,

Is it possible to send us the cBot code to check this?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jun 2018, 16:12

Hi uwe.g.heilmann@gmail.com,

Indeed this is how it works. PositionClosed is raised for any position closed. Therefore you will need to make the relenant checks in order to find what is the symbol of the closed position. You can find the position information in the args argument.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jun 2018, 15:53

Hi uwe.g.heilmann@gmail.com,

It seems that an exception is thrown from Write_Notification() method. Could you please send us the code of that method as well?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jun 2018, 14:11

Hi,

It is not necessary to send us the complete cBot. Just a cBot with the relevant parts that reproduce the problem would be enough.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jun 2018, 11:09

Hi uwe.g.heilmann@gmail.com,

Thanks for the valuable feedback regarding the recent update. We will be taking all of your comments into consideration. Regarding the error messages, is it possible to post a sample cBot that reproduces the error messages so that we can look into this further?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
01 Jun 2018, 08:55

Hi,

You can contact me at community@spotware.com

Best Regards,

Panagiotis


@PanagiotisCharalampous