Topics
Forum Topics not found
Replies
cAlgo_Fanatic
17 Jun 2013, 16:33
We are considering adding Bitcoin. Thank you for the suggestion.
@cAlgo_Fanatic
cAlgo_Fanatic
17 Jun 2013, 10:34
( Updated at: 21 Dec 2023, 09:20 )
We apologize for the inconvenience but in order for the attachment to show you need to insert it into the text area:
You do not need to attach another this time.
@cAlgo_Fanatic
cAlgo_Fanatic
14 Jun 2013, 17:59
( Updated at: 23 Jan 2024, 13:15 )
Hello,
Thank you for the suggestion. Please see this [example] as a workaround for the time being.
@cAlgo_Fanatic
cAlgo_Fanatic
14 Jun 2013, 17:26
At the moment we cannot provide this infromation. We will inform you once it is ready. Stay tuned!
@cAlgo_Fanatic
cAlgo_Fanatic
14 Jun 2013, 17:07
( Updated at: 21 Dec 2023, 09:20 )
Hello,
Zooming in and out on the chart decreazes and increases the scale, respectively.
@cAlgo_Fanatic
cAlgo_Fanatic
13 Jun 2013, 16:03
Trailing stop functionality will be available in approximately one month.
@cAlgo_Fanatic
cAlgo_Fanatic
13 Jun 2013, 15:28
Thank you for the suggestion. This feature is actually under implementation and will be released very soon. Stay tuned!
@cAlgo_Fanatic
cAlgo_Fanatic
13 Jun 2013, 15:24
Hello,
We are happy to anounce that very soon a new section will be included in cTDN, "Jobs", for the purpose of hiring cAlgo developers for projects such as this.
In this section you will be able to post a description of your project and available budget so that developers will be able to contact you. Please stay tuned!
@cAlgo_Fanatic
cAlgo_Fanatic
13 Jun 2013, 15:23
Hello,
We are happy to anounce that very soon a new section will be included in cTDN, "Jobs", for the purpose of hiring cAlgo developers for projects such as this.
In this section you will be able to post a description of your project and available budget so that developers will be able to contact you. Please stay tuned!
@cAlgo_Fanatic
cAlgo_Fanatic
13 Jun 2013, 15:22
Hello,
We are happy to anounce that very soon a new section will be included in cTDN, "Jobs", for the purpose of hiring cAlgo developers for projects such as this.
In this section you will be able to post a description of your project and available budget so that developers will be able to contact you. Please stay tuned!
@cAlgo_Fanatic
cAlgo_Fanatic
13 Jun 2013, 15:21
Hello,
We are happy to anounce that very soon a new section will be included in cTDN, "Jobs", for the purpose of hiring cAlgo developers for projects such as this.
In this section you will be able to post a description of your project and available budget so that developers will be able to contact you. Stay tuned!
@cAlgo_Fanatic
cAlgo_Fanatic
13 Jun 2013, 10:17
( Updated at: 23 Jan 2024, 13:16 )
Hello,
Please see this post: [/forum/cbot-support/211]
@cAlgo_Fanatic
cAlgo_Fanatic
12 Jun 2013, 16:37
Dear Trader,
Thank you for your kind words.
Unlike existing market making legacy platform, our Open API called Spotware Connect allows third-party application integration of existing Forex related products into the cTrader platform, stay tuned for further updates.
Moreover, automated strategies can easily be converted from any proprietary languages to cAlgo. Besides, cAlgo is written in C# which is a very popular easy to learn language, contains methods that facilitate code development, as well as offers asynchronous operations, access to Level 2 prices, event-handlers and many more features.
We have many requests from traders for cTrader/cAlgo DMA/NDD suite in the US and we may have good news for you some time soon, however please feel free to contact your broker and ask for cTrader.
Many thanks,
Spotware Team
@cAlgo_Fanatic
cAlgo_Fanatic
12 Jun 2013, 12:08
More timeframes will be added in the next release of the mobile app. We are considering additions of more features such as your request as well.
@cAlgo_Fanatic
cAlgo_Fanatic
12 Jun 2013, 10:17
We will consider adding such functionality in the future.
@cAlgo_Fanatic
cAlgo_Fanatic
12 Jun 2013, 10:05
RE: Please help!
Hi. Thanks a lot for this topic!
It really helped me. The robot works very well. It closes multiple positions based on total current 'Unrealized P&L'.
But please help - what command should I add to the code so the robot also cancel all stop orders left???
Thank you
To delete pending orders you can loop through Account.PendingOrders in a similar way and delete.
foreach (var pendingOrder in Account.PendingOrders) { Trade.DeletePendingOrder(pendingOrder); }
@cAlgo_Fanatic
cAlgo_Fanatic
11 Jun 2013, 18:19
To cancel the backtest you need to press the stop button. If you are unable to do so let us know and we will investigate this.
@cAlgo_Fanatic
cAlgo_Fanatic
17 Jun 2013, 16:36
Something similar is comming very soon, thanks.
@cAlgo_Fanatic