Topics
16 Nov 2023, 07:42
 1103
 1
15 Nov 2023, 10:36
 1979
 16
Replies

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

Spotware
04 Jun 2014, 09:07

Are you running cAlgo in Virtual Machine?


@Spotware

Spotware
03 Jun 2014, 17:37

Will be changes applied if you restart cAlgo? Please make sure that cBot is not running during the build. Please also try to add your code to the OnStart method.


@Spotware

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, 11:46

We apologize for any inconvenience. Please press Shift+Ctrl+Alt+T. It will send us the troubleshooting information.


@Spotware

Spotware
03 Jun 2014, 10:39

Please run cAlgo and press Shift+Ctrl+Alt+T. It will send us troubleshooting information. Thank you for your assistance.


@Spotware

Spotware
03 Jun 2014, 09:46

You can add symbols to Favorites and reorder them in Favorites tab.


@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:23

cTrader already supports CFDs and other instruments, but it's up to your broker to provide them, not Spotware. You have to contact your brokers and ask them to include more symbols in cTrader.


@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, 11:24

TickVolume shows only Bid changes. It is not possible to retrieve Ask changes.


@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
30 May 2014, 09:47

We cannot provide an ETA but we do have plans to introduce Symbols collection.


@Spotware

Spotware
29 May 2014, 17:04

RE:

stoko said:

ok

 

what about the correlation charts?

Is there any article on how to do them in cTrader? For exmaple as the one above

There is no such possibility at the moment.


@Spotware