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

Spotware
23 Jun 2014, 15:58

Hello,

cTrader Web and cTrader are built using different technology. There will be periods that the applications have different features, but eventually all features will be common. 

thanks


@Spotware

Spotware
23 Jun 2014, 15:37

You can create Stochastic Oscillator for different symbol by passing market series object. Example:

            var eurUsd = MarketData.GetSeries("EURUSD", TimeFrame.Minute10);
            var eurGbp = MarketData.GetSeries("EURGBP", TimeFrame.Minute10);

            var stochasticEurUsd = Indicators.StochasticOscillator(eurUsd, 8, 3, 9, MovingAverageType.Simple);
            var stochasticEurGbp = Indicators.StochasticOscillator(eurGbp, 8, 3, 9, MovingAverageType.Simple);

 


@Spotware

Spotware
23 Jun 2014, 14:29

Account.Number property was added in cAlgo/cTrader version 1.23. Probably you created your cBot in cAlgo 1.23, but trying to run it in cTrader 1.21. We plan to update all environments to 1.23 version during this week.


@Spotware

Spotware
23 Jun 2014, 09:37

cTrader and cAlgo .NET do not work under wine.


@Spotware

Spotware
20 Jun 2014, 15:53

You need to contact your broker


@Spotware

Spotware
19 Jun 2014, 16:01

Please attach screenshot of your cAlgo. We will try to figure out what is a problem.


@Spotware

Spotware
19 Jun 2014, 09:08

The problem has been resolved, please refresh your charts.


@Spotware

Spotware
18 Jun 2014, 10:22 ( Updated at: 21 Dec 2023, 09:20 )

RE:

MRSV said:

Hi

Saw this today, and wonderd if it were a chart bug or not

Found it a little hard to belive that GBPJPY jumped 3000 pips

Please specify Broker Name and Environment (live, demo).


@Spotware

Spotware
16 Jun 2014, 16:45

RE: RE:

PCWalker said:

Outstanding, But we need full support for DLL calls in other to work with multi-platform and other computational resources. Like Mathematica, Mathlab, R, Excel,

Hope you will have the major upgrade soon.

Thank you for the great news.

Now you can edit, build and debug your cBots and Custom Indicators in Microsoft Visual Studio. Right click on your cBot or Custom Indicator and press “Edit in Visual Studio”.

Announcing video: http://www.youtube.com/watch?v=NgIdMAyWBak

Thank you for your idea. We will consider it. Additionally, you can post your idea to vote.spotware.com.


@Spotware

Spotware
16 Jun 2014, 15:03

Dear Trader,

It seems like the spike was caused by erroneous market data received from the liquidity provider. Please contact your broker for additional information.


@Spotware

Spotware
16 Jun 2014, 14:43

Unfortunately we still cannot reproduce this issue. If you send code of your cBot to engage@spotware.com it will simplify our search. We will use your cBots for debugging purposes only.


@Spotware

Spotware
16 Jun 2014, 09:56

Your code doesn't open any position. It invokes ClosePosition method only.


@Spotware

Spotware
16 Jun 2014, 09:49

RE:

emeeder said:

I was having this same issue about 3 weeks ago. Just getting back to making a cbot today again and i notice it is still an issue. Errors when i click "Manage References".

How can I resolve it? Which folders in AppData can I safely delete? (without deleting any of my own cbots or indicators)

When i uninstall calgo will my custom indicators still be there after reinstall?

Please clarify.

Thanks a lot.

 

We can recommend you to fix references of your cBot using cAlgo version 1.23.  We plan to release it this week, but currently it is available on Spotware environment only:

http://spotware.ctrader.com/calgo-spotware-setup.exe 


@Spotware

Spotware
16 Jun 2014, 09:46

Thank you for your idea. We will consider it. Additionally you can post it to vote.spotware.com.


@Spotware

Spotware
16 Jun 2014, 09:42

Our system supports two types of accounts: Netted and Hedged. It seems like your account is Netted one. Please contact your broker for additional information.


@Spotware

Spotware
13 Jun 2014, 17:12

after update "Add an Instance" to cBot dont works :)

Unfortunately, we cannot reproduce this issue. If it is possible please specify the exact scenario.

why on this charts eguity do not refresh after some time period like tick, seconds, minute or something ... only when position close(or i have old ver).

Yes, we plot equity extremums only when position closed. We will consider your idea.


@Spotware

Spotware
13 Jun 2014, 09:49

You can turn on the Deal Map in Chart Viewing Options:

http://help.spotware.com/chart_viewing_options#dealmap


@Spotware

Spotware
13 Jun 2014, 09:44 ( Updated at: 21 Dec 2023, 09:20 )

Backtesting will not stop in case if Equity goes bellow zero. Probably we will change this behavior in the future. You can post this idea to vote.spotware.com.

In cAlgo 1.23 we added Extremum points to the Equity line.

We plan to release cAlgo 1.23 next week, however it is already available on Spotware environment:

http://spotware.ctrader.com/calgo-spotware-setup.exe


@Spotware

Spotware
12 Jun 2014, 11:12

something is wrong with this spotware cAlgo,

if do not hang it terribly slow ... shows some strange results ... in backtests

Please try to be more specific. We cannot answer to not clear questions.


@Spotware

Spotware
12 Jun 2014, 11:08

Why is this robot works once again dont,

what is wrong with baktestem in spotware cAlgo -- support why ???

Please try to be more specific. We cannot answer to not clear question.


@Spotware