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

PanagiotisCharalampous
03 Apr 2018, 09:10

Hi pozhy,

Thanks for posting in our forum. It is not clear what you mean to import forex data in visual studio. Do you mean to read a file using C#? Please elaborate so that we can help you more.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Apr 2018, 09:06

Dear cintuanginbox,

Thanks for posting in our forum. You can access market depth data in cAlgo using the GetMarketDepth function.

Let me know if this helps,

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 17:06

RE:

megha said:

Hello,

 

Please find below the request and response message 

Request msg for trade login

8=FIX.4.49=11435=A49=icmarkets.330860756=cServer57=TRADE50=TRADE34=152=20180402-09:52:4298=0108=30553=3308607554=887710=200

 

if i use QUOTE instead of TRADE , it is working
Trade login

8=FIX.4.49=16435=534=149=cServer50=TRADE52=20180402-09:52:42.69656=icmarkets.330860757=TRADE58=TargetSubID is assigned with the unexpected value 'TRADE', expected 'QUOTE'10=245 

 

Please suggest me

thank you

Hi megha,

Tag 50 is wrong, you should use your account id there.See below a correct login message

8=FIX.4.49=12135=A49=ctrader.317949656=CSERVER57=TRADE50=317949634=252=20180402-14:01:0298=0108=30553=3179496554=password10=148


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 12:57

Hi megha,

I also need the port to which you send this message.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 12:27

Hi megha,

In order to assist you further we will need the exact messages you send. Please share your messages with us and the ports you use to send each message so that we can check and let you know if there is anything wrong with the messages.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 12:11

Hi lec0456,

Can you share your indicator and an example that will allow us to reproduce the issue, so that we can investigate further?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 10:11

Hi lec0456,

Drawing chart objects is not available in backtesting. This feature will be added in a future version.

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 10:06

Hi Alexander,

Currently there isn't such a feature. But you can still change the name before saving a file. Isn't that working for you?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 09:54

Hi tinker.this,

You can find an example of how to draw a line here. Boxes are currently not available but maybe you can use a combination of horizontal and vertical lines.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 09:32

Hi Marcus,

I would advise you to post your suggestion in the Suggestions section of our forum so that it is traceable by our Product Managers. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
02 Apr 2018, 09:10

Hi Kaworu,

which method should i use in order for me to check the current value of the lines inside the indicator? not the current price of the symbol but the value inside indicator?

You can use the LastValue property of each IndicatorDataSeries.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 12:54

Hi weiqk,

Thanks now I understand. It is the same as in Order Cancel Request (MsgType(35)=F). The execution report should contain the same id as sent in the Order Cancel Request.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 12:48

Hi weiqk,

Thanks for the message but it is not clear what the question is.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 12:44 ( Updated at: 21 Dec 2023, 09:20 )

Hi weiqk,

The field is there, maybe you have missed it. See below

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 11:44

Hi leonardo.ciaccio,

If you have any suggestion for further features on this functionality, feel free to post it in Suggestions.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 11:33

Hi swingfish,

Could you please send me the indicator to check?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 09:48 ( Updated at: 21 Dec 2023, 09:20 )

Hi Sasha,

If you share with me your cBot, I will share with you this one :)

Now, besides the fun, I am happy that I helped. if you are confident that you have got a good strategy, I would advise you to share it on cMirror and allow others to follow you as well. This way can increase your profits by allowing others to profit as well.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 09:37

Hi Kaworu,

This is just a sample. 1 represents the number of periods for which the check will take place. You can put any number you want.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 09:31

Hi yearn2012,

Yes Renko charts will be a part of the cAlgo.API as well.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
30 Mar 2018, 09:19

Hi irmscher9,

Programmers always put limits in such functionalities to avoid any unexpected issues. It is a part of a defensive programming strategy. So our programmers set an arbitrary high limit for this functionality as well. There is no justification why 10000 and not 9000 or 11000. It is just a high enough number that is adequate for almost all use cases and ensures the smooth operation of the application as well. Apparently, nobody complained for years :) If this is so important for you, I can investigate if it can be increased in one of the following updates.

Best Regards,

Panagiotis


@PanagiotisCharalampous