Topics
Replies
Spotware
03 Jun 2014, 15:38
RE:
floydprice said:
Hey Guys,
I have sent the information you requested, can you please update this thread as the outcome might be useful to the rest of the community.
Please update the Visual Studio Extension using Extensions and Updates in Visual Studio. Let us know if problem persists.
@Spotware
Spotware
03 Jun 2014, 14:37
This issue probably was caused by browser plugins (which can unpredictably affect application normal work process). So please try to open cTrader Web in incognito mode (https://support.google.com/chrome/answer/95464?hl=en). As incognito mode does not allow any plugins, you will see page as it should be. If issue will occur in incognito mode, please let us know.
@Spotware
Spotware
03 Jun 2014, 09:43
RE:
kricka said:
Hi,
if I build a cBot without the source code, the "Manage References" is not available. If the "encrypted" code is then handed over to the end user he will will not be able to Manage References in the robot. Would be good if that was manageable.
Thanks..
When you build .algo file all dependencies (except GAC libraries) are included to the .algo file.
.algo file is enough to add an indicator to the chart or start a cbot. Users don't need to do anything with references.
@Spotware
Spotware
03 Jun 2014, 09:20
RE:
leo8three said:
Starting from the fact that in cTrader you can "double" the volume of your position with a hot key (i.e. 80k -> 160k -> 320k), I wonder if there is a way to split a volume (for example 320k) in a multiple order with volume size allowed by the broker (200k + 100k + 20k).
This should be useful in a Martingale-like system or similar.
Thank you
No, it is not possible at the moment. You can post your idea to vote.spotware.com
@Spotware
Spotware
03 Jun 2014, 09:19
RE: RE:
Antonma said:
Spotware said:
TickVolume shows only Bid changes. It is not possible to retrieve Ask changes.
Ok, thank you for the clarification. What about the volume? How can I get the volume (not tick count) associated to the bid change?
Regards,
Anton
There is no such functionality.
@Spotware
Spotware
02 Jun 2014, 11:31
If you add another reference to cAlgo.API an error will occur. We will fix this problem as soon as possible. For now you need to remove extra reference to cAlgo.API using notepad or Visual Studio. If you cannot do it we can help you with that. Just send your .csproj file to engage@spotware.com.
@Spotware
Spotware
02 Jun 2014, 09:24
RE: RE: RE: RE: RE: RE: RE:
breakermind said:
This code generate exception onTick:
account = Math.Round(Account.Equity, 2) + "|" + Math.Round(Account.Balance, 2) + "|" + Math.Round(Account.FreeMargin, 2) + "|" + Math.Round(Account.Margin, 2) + "|" + Math.Round((decimal)Account.MarginLevel, 2) + "|" + Account.Currency + "|" + Account.IsLive + "|" + Account.Leverage;this:
30/05/2014 17:12:25.502 | System.InvalidOperationException: Obiekt dopuszczający wartość pustą musi mieć wartość. w System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) w cAlgo.BreakermindCopyTrader.sendPositions(String Username, String Password) w cAlgo.BreakermindCopyTrader.OnTick()why support ???
Account.MarginLevel is null if you don't have opened positions
@Spotware
Spotware
02 Jun 2014, 09:13
You can contact one of our partners or post a job in the Development Jobs section.
@Spotware
Spotware
30 May 2014, 15:11
We plan to add light color theme to cAlgo in the future. At the moment we can recommend you to use Visual Studio which has light color theme:
http://help.spotware.com/calgo/visual-studio/edit-cbots
@Spotware
Spotware
04 Jun 2014, 09:22
Thank you for your idea. We will consider it. Additionally, you can post your idea to vote.spotware.com.
@Spotware