Replies

PanagiotisCharalampous
10 Apr 2018, 10:32

Hi ycomp,

You can download cTrader 3.0 Beta here. It has not been rolled out to brokers yet.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Apr 2018, 10:29

Hi megha,

You can have a look at Connect API. It has requests that can return you executed deals

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Apr 2018, 10:24

Hi tradingu,

No this will not be a part of cTrader 3.0. It will be added in a future release.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Apr 2018, 10:17

Hi lec0456,

This information is not accessible via code. However, you can record the start and stop time in the OnStart()  and OnStop() methods.

Best Regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
10 Apr 2018, 10:10

Hi yearn2012,

I tried to build the posted indicator in both cAlgo and VS 2017 and I get no errors. Please make sure you have posted the correct indicator.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
10 Apr 2018, 09:59

Hi yearn2012,

We will need the code for the indicator to be able to help you. Unfortunately the error messages are in Chinese therefore we cannot understand what the problem might be.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 17:12

Hi nicolkoekoek,

If you need to reference a custom indicator in your code, you need to follow the process described here.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 16:45

Hi nicolkoekoek,

Is zigzag a different indicator? If yes, then you will need to convert that one as well.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 16:15

Hi Sasha,

Each cBot has a TimeFrame parameter. See below

        protected override void OnStart()
        {
            Print(TimeFrame.ToString());
        }

Hope this helps you!

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 16:11

Hi nicolkoekoek,

It seems that the converter does not convert the MQL code properly in this case. Unfortunately there are a lot of errors and you might need the assistance of a Consultant to complete this migration. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 15:28

Hi megha,

You can find all information about FIX API here.

Best Regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 14:48

Hi nicolkoekoek,

Thanks for posting in our forum. Could you send us the cAlgo code instead? I don't see how we can help you with the MQL code.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 14:35

Hi travkinsm1,

Thanks for posting in our forum. When you say it hangs, what do you mean? Does in throw an exception? Can you send us screenshots? Could you also provide us with parameters that we can use to reproduce your problem?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 14:29

Hi yearn2012,

Your questions are very broad and cannot be answered in a single post.

1. how to add awidget,eg:A button or messageBox

You need to be more specific to this. In general, it is possble to launch external forms using a cBot.

 2.how to get the infos of current chart and all opened cha

What info of the chart do you need? Bars, spot prices, time?

 If i want to access it,is it have api support,which API is it

It is not clear what you want to access? The chart? Do you need to add information on the chart? Please be more specific.

Best Regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Apr 2018, 14:24

Hi megha,

Unfortunately FIX API does not support this currently.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Apr 2018, 15:12

Hi megha,

Of course you can. You just need to send an order to the opposite direction and specify the position that you want to close in tag 721.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Apr 2018, 15:03

Hi Dutch_Porto,

Renko and Range bars will be available in cTrader Web but not for version 3.01. They will be added in a future update.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Apr 2018, 14:12

Hi Gwave,

The reason of the problem is described here. Replacing http to https seems to bypass the problem. In case you face this in the future again, have it in mind.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Apr 2018, 12:42

Hi Dutch_Porto,

Thanks for posting in our forum. Both Renko and Range bars are planned for 3.01.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
04 Apr 2018, 11:35

Hi pozhy,

You can get real time Symbol prices in a cBot by reading Symbol Ask and Bid properties. Here is also some guidance on how to use Visual Studio for your cBot development.

Best Regards,

Panagiotis


@PanagiotisCharalampous