Replies

PanagiotisCharalampous
26 Aug 2019, 10:05

Hi piterpaw@gmail.com,

Thanks for posting in our forum. It seems that you are just copying and pasing a windows form cBot inside a cBot and expect it work. Maybe you can consider contacting a Consultant to help you with your cBot development.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Aug 2019, 09:59

Hi lukaszfx,

It is not clear where do you want to add the exponent. Can you please explain what do you mean?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Aug 2019, 09:57

Hi Alex,

It is not clear to me what are you trying to do. Could you please elaborate a bit?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Aug 2019, 09:56

Hi Sascha,

Chaeck this thread, it might be helpful for you.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Aug 2019, 09:55

Hi Lost Trader,

Thanks for posting in our forum. Unfortunately the information provided is very general for somebody to help you. I would advise you to use the log t print information and check what happens on both instances of the cBot to figure out why do trades get placed on one instance and why not on another. The questions you should try to answer are a) Is the exact same logic executed on both instances b) Do both instances receive and use the same data (bid/ask prices, indicator values etc) c) Are there any execution issues on the instance that does not place the trades?

I hope my quidance helps you finding the issue.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
26 Aug 2019, 09:36

Hi leohermoso,

Unfortunately I cannot advise you on this. You need to test yourself and see what is the best configuration.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Aug 2019, 10:13

Hi FireMyst,

No. PipValue shows the value of a pip in your balance currency. PipSize is related to the quoted asset.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Aug 2019, 09:19

Hi ljuplavsic3,

Thanks for posting your suggestion. This will be available in v3.7.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Aug 2019, 09:12

Hi Jeff,

Good to hear that problem solved

  1. Indeed tag 262 is a unique identifier. You can put whatever you want.
  2. To get the instrument identificators you can use Security List Request (MsgType(35)=x). See the example in the Rules of Engagement

Best Regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
14 Aug 2019, 08:54

Hi leoheermoso,

There isn't such a place. Usually known bugs are fixed in the next couple of versions. This is an exception since we are currently refactoring cTrader Automate and we will fix this as soon as we finish.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Aug 2019, 08:51

Hi ctid990337,

The message is clear. You cannot place a stop loss higher than the bid price.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Aug 2019, 17:28

Hi leohermoso,

No it has not been fixed yet.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Aug 2019, 16:29

Hi maroun,

Thanks for posting in our forum. Can you please send us troubleshooting information the next time this happens? To do so, please press Ctrl+Alt+Shift+T. paste the link to this discussion inside the textbox and press submit.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Aug 2019, 16:17

Hi ctid990337,

Thanks for posting in our forum. The message means that the values are identical with the previous ones. It would be better to check if the new stop loss and take profit are different from the existing ones before you try to modify them.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Aug 2019, 12:41

Hi GenesisG.

If the file is being used by another process then you will get an exception. Please read this discussion, it should be helpful.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Aug 2019, 12:14

Hi GenesisG,

Thanks for posting in our forum. The reason you are getting this exception is because you are trying to use a variable that has not been initialized in OnStop

        protected override void OnStop()
        {
            _fileWriter.Close();
        }

You do not seem to initialize or use this variable any where. What is the purpose of it?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Aug 2019, 09:28

Hi timofeynz,

Can you please provide us with such a case?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Aug 2019, 09:00

Hi timofeynz,

Thanks for posting in our forum. Stop losses are always set based on the position's entry price.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Aug 2019, 17:49

Hi Christian,

No there isn't. You could consider using a file instead.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Aug 2019, 16:29

Hi Christian,

There is no way to access the actual indicators plotted on the chart.

Best Regards,

Panagiotis


@PanagiotisCharalampous