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

PanagiotisCharalampous
22 Sep 2020, 07:51

Hi koktos632,

Yes, there is a possibility that Bars.Count will change while the cBot is running e.g. due to a reconnection and a refresh of the chart.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
22 Sep 2020, 07:46

Hi cosacdaher,

I am also confused since the screenshot you sent does not provide any evidence of something going wrong. You don't even remember where the equity stop loss was set so I am not sure what am I supposed to check.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 14:58

Hi ctid956028,

Did you contact the application developer?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 14:30

Hi ctid956028,

Can you please explain to us what is this application? Which browser and version do you use? How can we reproduce this problem?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 10:01

Hi alexnikon,

I had a look at the cBot and the indicator and I do not see anything wrong. But from what I understand you are comparing irrelevant information. You are opening trades in the middle of the daily bar based on the current state of the daily moving average but you compare the conditions with the indicator calculated using the finalized daily bar. This is wrong since the values of the finalized daily bar are different from the value of the indicator at the current moment the order was executed.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 08:53

Hi caglar_G,

Try this instead

Result1[index] >= Result2[index]

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 08:50

Hi reign777,

There is no such option at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
21 Sep 2020, 08:46

Hi HumanArsenal,

Symbols are added by brokers, not by Spotware. Talk to your broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

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