Replies

PanagiotisCharalampous
21 Sep 2020, 08:38

Hi there,

You can consider posting a Job or contacting a Consultant.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 08:22

Hi malcolmzero0,

Not yet.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 08:21

Hi duketv,

ModifyStopLossPrice is pretty straight forward, I am not sure what kind of example do you need. Here is a simple one.

Positions[0].ModifyTakeProfitPrice(myTakeProfitPrice);

Regarding

I did code a workaround for a simple strategy, but it doesn't execute any order. Any ideas?

You need to provide the complete cBot code, cBot parameters, backtesting dates and tell us where do you expect to see orders executed but they are not.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Sep 2020, 12:52

Hi Stefano,

Can you please provide us with a screenshot of the error?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Sep 2020, 11:50

Hi ctid976384,

You should use

IndicatorArea.RemoveObject(index.ToString());

instead

Chart.RemoveObject(index.ToString());

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Sep 2020, 08:00

Hi beamer,

This is a five years old post so I don't think is relevant to your issue. Can you please explain what is the exact issue you are facing?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Sep 2020, 07:56

Hi Ranford,

You can post a job or contact a consultant to outsource such a job.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
18 Sep 2020, 07:55

Hi maciel.rafael1,

There are known issues with gmail accounts and cTrader. Have a look at this article for more info.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
18 Sep 2020, 07:51

Hi cosacdaher,

You need to provide more information about the issue and described exactly what happened. What do you mean when you say that stop loss failed? You had an equity stop loss? At what level? What was the account balance? Which was the trade that did not respect the stop loss?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 16:00

Hi xabbu,

You can do this but this is not a single line change. You will need to do a lot of changes, like creating properties in the TradingPanel class that will expose the relevant controls you want to modify.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 15:31

Hi nellyasaba,

I did not say they are in your spam folder but that you have marked our emails as spam. Our mailing system has received a spam complaint on the 27/08 and stopped sending you emails. We reverted this action today. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 15:04

Hi Andi21,

There is no option for this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 15:03

Hi findxbuy,

Please let us know if you can reproduce this behavior with one of the sample cBot and let us know which. Then send us screenshots of the following

  1. Backtesting settings
  2. cBot Parameters
  3. Optimization Criteria
  4. Optimization Method
  5. Resources

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 14:47

Hi findxbuy,

Please provide us with the cBot code and optimization settings so that we can reproduce this behavior.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 14:36

Hi luixcosta,

This should have been fixed now. Can you try again?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 14:34

Hi nellyasaba,

Based on our investigation, you have marked our emails as spam. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 12:30

Hi alexnikon,

I am sorry but this is still very confusing

The indicators are the MTF_MA with a method advised by your team

What is this indicator? When and where did we advise for this method? Where is this used in the cBot?

What are the lines we are looking at on the screen?

Can you provide all the cBot parameters so that we can reproduce the exact same results as you.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 08:00

Hi wilson347,

Price feeds are a responsibility of the broker. You need to check this with ICMarkets.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 07:58

Hi nirmala.sliit,

What is your strategy name? What kind of fees are you expecting?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
17 Sep 2020, 07:55

Hi tradex1,

To draw indicators on the main chart, you just need to set IsOverlay to true. See below

  [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous