Replies

PanagiotisCharalampous
03 Mar 2020, 12:47

RE: RE: EMA and multiple transferred line

Hi m.ghobeishavi1986,

Check the list I linked in my previous post. You can find a lot of them there.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 11:43

Hi mpistorius,

We will check this and come back to you.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 11:35

Hi ctid1412177,

community@spotware.com.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 11:32

Hi ctid1412177,

We do not see a reason to sign an NDA at the moment. You claim that there is an issue with cTrader not triggering a TP. You need to provide some code that supports this claim. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 11:07

Hi ctid1412177,

We need a fully working cBot that will allow us to reproduce the behavior on backtesting. Else we cannot know what is causing this behavior.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 10:13

Hi pbballa9,

Backtesting on Renko bars is not supported at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 10:07

Hi m.ghobeishavi1986,

You can try posting a Job or contacting a Consultant.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 10:02

Hi ctid1412177,

If this happens and can be reproduced on backtesting, please provide the cBot code, cBot parameters and backtesting settings so that we can reproduce the problem and let you know what happens. If this happened on live execution, please contact your broker.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:57

Hi muriellaraujo,

We need more information about your problem. Can you post some screenshots for what are you looking at?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:56

Hi OnigottoA,

You can record the time on bar opening and use the Timer and check how much time has elapsed from the bar opening. To get the bar duration just subtract the opening times of two consecutive bars.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:50

Hi traderfxmaster007,

It should be correct. Check here.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:47

Hi ctid1006205,

The team has confirmed that this is a bug and will be fixed in the next update of cTrader Copy.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:37

Hi Max,

It is not clear where do you get this error. Can you provide more information about the issue i.e. source code, screenshots etc?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:36

Hi NE539,

No there are no such options at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:32

Hi Rakac,

This is how it works for now. Drawings are kept on the chart for all symbols. We will change this behavior in upcoming updates.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:29

Hi Paul,

cTrader team would like to officially congratulate you for all this great material created for the cTrader community. Keep up with the great work!

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:27

Hi ctid1373829,

When the window is maximized, graphics need to be rendered as well, hence CPU load increases. Even thought the GPU takes much of the load of rendering, there are still a lot of management tasks to be done by the CPU.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:23 ( Updated at: 21 Dec 2023, 09:21 )

Hi patrickzberg,

It depends on the indicator. If the source indicator has an output series and if the indicator takes as input a data source from another indicator then you should be able to do this. See below an example of how an EMA takes as input an SMA

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 09:17

Hi b917187,

If the developer built the indicator without source code then you will not be able to see it or use the indicator in other project. You should contact the developer directly.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2020, 10:24 ( Updated at: 21 Dec 2023, 09:21 )

Hi David,

If you check your log you will see the reason your cBot stops

This happens because bbds is never initialized

  private BollingerBands bbds;

The compiler warns you about this

Instead you seem to initialize a local variable which is not used anywhere

 var bbds = Indicators.BollingerBands(Spread, 10, 1, MovingAverageType.Simple);

I still believe it is not a good idea to do this yourself. Better let a professional do the job for you. Maybe you can send them this discussion as an attempt to explain them what are you trying to do.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous