Replies

Hugoman
25 Feb 2013, 12:30

RE:
cAlgo_Fanatic said:

You can use this code:

    [Indicator(ScalePrecision = 5)]

See scaleprecision in the API Reference section.

 

Hello Support,

 

thanks a lot for this information. Exactly what I was looking for. Seems to be very fresh, I was not aware of it before (or it was not obvious to me). Anyhow, thanks a lot.

 

Regards, Hugoman


@Hugoman

Hugoman
20 Feb 2013, 11:49

when will the next release be available?

Hello Support,

 

thank you. These are good news. When will the next release be available?

 

With kind regards, Hugoman


@Hugoman

Hugoman
20 Feb 2013, 02:02

RE: Have you been able to reproduce the issue?
admin said:

We are looking into this. Thank you for reporting it.

Hello Admin,


Thank you for investigating. Have you been able to reproduce the issue? I made a small video which clearly points out the issue for two times within 2 minutes today a few minutes ago. As it is not possible to attach videos to this post I don't know how to forward it to you. Please let me know, If you are interested in to get it, I will send it by mail.

For me this is a very serious issue. Which is the price to rely on? cAlgo API or cTrader order-buttons? Or is it just a matter of APIs that I have to use instead of Symbol.Bid and Symbol.Ask?

Thanks again in advance.

 

With kind regards, Hugoman


@Hugoman

Hugoman
06 Feb 2013, 00:39

Thanks, Admin, for your response.

 

What I would like to achive is a seperated view (not in the chart) on account details representing some calculated information with respect to some money- and risk mgmt. key figures like trading volume by risk of 1 percent, expected risk-loss level and so forth. Therefore I had an empty indicator panel in mind to which a can pass the calculated account details from within the cBot.

I am able to add an empty customized indicator to a chart in cAlgo and i am able to retrieve this indicator in cBot, but I am not able to pass information to be displayed in the indicator on cBot side. If this is not possible could you be so kind and give me another advice or recommendation how to represent such kind of information which should be displayed beside the chart? Is it possible to call a c# - dll inside an cBot which contains an info screen for example?

 

Thanks a lot in advance.

 

Kind regards, Hugoman


@Hugoman

Hugoman
06 Feb 2013, 00:20

RE:
admin said:

Hello,

You need to remove the LIB environment variable.

1. Go to Start -> Control Panel -> System

2. Choose Advanced System Settings

3. Click Environment Variables

4. Delete the LIB variable

5. Restart your PC.

Hello Admin,


thanks a lot, this solves the problem

 

Regards, Hugoman


@Hugoman