
Topics
Replies
PanagiotisCharalampous
08 Nov 2019, 08:19
Hi invrksep,
We do not have an ETA but the update is already on Beta.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 16:38
Hi Jan,
Shouldn't the bar counter be after the actual trade execution logic?
The counter starts after a position is opened as per the requirement
How about resetting the counter after the trade is closed?
This is just an example on how to implement such logic. Further to that, each one needs to adjust it on his cBot logic.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 15:42
Hi Jan,
If you need the server time you can use Server.Time.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 14:04
Hi chernish2,
1) There is no way to separate symbols based on asset classes at the moment.
2) You can control the opacity of your object by modifying the alpha of your color.
2) At the moment objects drawn on the chart cannot move behind the candlesticks.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 12:39
Hi Jan,
In the posts above I forgot to mention that you also need to install the extension for VS2017. You can also consider VS 2019 since you are upgrading.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 11:04
Hi El Antonio,
The value is calculated using an internal conversion engine based on the bid prices of the symbols.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 10:58
Hi El Antonio,
The tick value represents the value in the account's currency. So in this case it is in USD.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 10:02
Hi FireMyst,
Note that from v3.6 and onwards embedded resources via .resx files will be supported. So you will be able to use a resources file to embed your file and call it from a cBot. This post might be helpful.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 08:52
Hi FireMyst,
Yes please, if you can record a video it would be helpful.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 08:47
Hi arri.vdm,
Thanks for your suggestions. Alerts and notifications can be easily programmed using cTrader Automate.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 08:15
Hi El Antonio,
Can you please explain why do you use the Bid price in the calculation? It seems redundant to me.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Nov 2019, 08:06
Hi Luis,
It is not clear what you are trying to do. Which behavior do you try to replicate? Why do you need to assosiate limit order and stop orders to a position? Can you please elaborate?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2019, 12:39
Hi Cenenti,
Thanks for the links, we will fix them. You posted under the FIX API topic but it seems you are talking about the Open API. Can you please clarify which API do you want to use? The only sample that is up to date and maintained at the moment for Open API this the Open API 2.0 .Net Sample.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2019, 11:50
Hi Cenenti,
Spotware does not have a Java sample for FIX at the moment. If any community members have one, we would be happy if they share it. Can you please provide me with more information about
the online help is even worse with plenty of dead links and old versions etc
Which links and old versions are you referring to?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2019, 11:12
Hi FireMyst,
At the moment embedded files are not supported in cTrader Automate.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2019, 09:23
Hi FireMyst,
Can you try installing the package using NuGet? I just did it and works like a charm.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2019, 08:28
Hi zedodia,
Do you have specific steps that will allow us to reproduce this problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2019, 08:27
Hi FireMyst,
We have no updates regarding this at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
06 Nov 2019, 08:24
Hi goose567berry,
The answer to your questions really depends on the strategy you are following. Your case is a special case. If for example your strategy provider was opening positions of 100.000, you would be copying with 102.000. In this case the ratio of the position would be close to your real equity to equity ratio. But because the next step after 1000 is 2000, you get this difference in results. We are currently looking into ways to handle such cases differently for upcoming versions of cTrader Copy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Nov 2019, 10:50
Hi ludinhquan,
Tag 146 is set to 0. It should be 1 since it represents the number of symbols requested.
Best Regards,
Panagiotis
@PanagiotisCharalampous