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

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

PanagiotisCharalampous
28 Feb 2020, 09:59

Hi jc-46,

Thanks for your nice comments! I am afraid that there is no such feature at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2020, 09:44

Hi acrigney,

I tested your token and seems fine to me

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2020, 09:27

Hi acrigney,

Please send the client ID, client Secret, token and host in text format at community@spotware.com so that I can check.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2020, 08:43

Hi acrigney,

US30 is 10015. 10016 is XBRUSD.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2020, 08:37

Hi acrigney,

I just tried this and I see no issues. Please make sure everything is correct.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2020, 08:28

Hi b917187,

The indicator seems to inherit from another indicator called Divergence. You need to include this indicator to your project.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Feb 2020, 08:25

Hi traderfxmaster007,

Thanks for your suggestion. Please post suggestions in the Suggestions section.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Feb 2020, 12:04

Hi David,

Thanks for the clarification. As explained above, you can find these values in the Top, Bottom, Main data series of each Bollinger Band. Check the reference here

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Feb 2020, 11:07

Hi David,

I was actually asking what are you trying to do at the specific line of code where you get an error. What are you trying to compare? On a higher level we are all trying to do the same thing, make money :).  

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Feb 2020, 10:58

Hi David,

Unfortunately I do not have time to study your strategy neither I can engage in custom development. It would be easier to stick to the technical questions you have related to the use of the API. If what you are looking for is to check the values of the Bollinger Bands then you can find these values in the Top, Bottom, Main data series. Check the reference here

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Feb 2020, 08:43

Hi Thoy,

No but you can already do this with a TextBlock.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Feb 2020, 08:23

Hi Takis,

Can you provide us with the indicator?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous