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

PanagiotisCharalampous
03 Jul 2018, 10:09

Hi Kean,

Thanks for posting in our forum. There is currently no url or video for this. What you need to do is to maximize the chart and then you will see a button with an f below the chart. This is the button for the indicators. If you press it, you will be able to add indicators to the chart.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
03 Jul 2018, 10:01

Hi leohermoso,

I am really sorry that you feel this way, however we have been taking seriously any bug reported by traders and we are releasing updates with many improvements on a frequent basis. It would be really helpful if you could give us some more information about the issues you experience so that we can investigate them and fix them.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Jun 2018, 10:47

Hi ctid418503,

Can you share with us the cBot code as wel as the backtesting parameters so that we can reproduce this behavior?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Jun 2018, 10:13

Hi cwik_m,

The above code is just an example. The code assigns event handlers to the specific events. Event handlers are methods called each time the event occurs. In this case, they are called whenever a position opens or closes.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
29 Jun 2018, 09:32

Hi leohermoso,

If they are live accounts then they are probably created by your broker. Your broker should link your trading accounts on creation. You need to contact your broker and mention this issue.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 17:06

Hi sryap,

This is not possible via FIX. You cannot retrieve historical prices using FIX API.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 16:27

Hi 3047070,

It is neither absurd nor something intelligent. It is just a metric that says what it says. And what it says is that x% of traders believe that the market will go up and z% of traders believe that will go down. It is up to you to decide if this information is helpful for you or not and if you should consider it in any way. If you are not happy with this feature you can always use more advanced third part sentiment tools that consider volume of open positions as well.

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 12:30

Hi megha.

Can you please try now?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 11:05

Hi to both,

Can you please explain how you create the new accounts? Are they demo accounts or live accounts?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 10:57

Hi Patrick,

Can you please try rounding SL and TP values to the decimal places allowed by the symbol and let me know if this resolves the issues?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 09:41

Hi mparama,

You can use Thread.Sleep() method.

Best Regards,

Panagiotis 


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 09:30

Hi lslord64,

As Astroke proposed, you should talk to your broker about this.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 09:27

Hi irmscher9,

As afhacker siad it is possible but not via the cAlgo.API, which is what I assume you are looking for. You just need to develop a custom way to communincate this instruction to all robots. It could be via named pipes, reading from a file or anything else convenient for you.

Best Regards,

Panagiots


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 09:23

Hi 1222Ht,

Can you please clarify what you mean with "still not perform what i wanted"? What do you want the cBot to do and what does it do? Why do you need a SL and TP with 2 decimal places?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
28 Jun 2018, 09:15

Hi 3047070,

Yes that's it.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jun 2018, 17:07

Ηι 1222Ht,

Without the source code I can only make assumptions. Based on the log, I would suggest to round SL and TP to the decimals allowed by the symbol.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jun 2018, 16:50

Hi 1222Ht,

We would be able to help you if you posted the complete source code of the cBot, so that we can reproduce the issue. Also, can you check the log to see if you receive a message. Maybe this will clarify the reason that the cBot stops.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jun 2018, 16:44

Hi Prabaharan,

Personally I am not aware of such tools. Google has introduced generation of PHP classes for proto 3 but Trading API uses proto 2.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jun 2018, 16:24

Hi Prabaharan,

This is WS API and has nothing to do with Connect API. This API is used for integrations with the back end systems of the brokers. Documentation for Connect API is found here.

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jun 2018, 16:19

Hi Prabaharan,

Connect Trading API uses protocol buffers, not json. Which document are you referring too?

Best Regards,

Panagiotis


@PanagiotisCharalampous