Topics
16 Nov 2023, 07:42
 1105
 1
15 Nov 2023, 10:36
 1981
 16
Replies

Spotware
13 Aug 2014, 14:04

No, there is no such functionality in cAlgo.API.


@Spotware

Spotware
13 Aug 2014, 09:30

As an option you can put your export code to OnStop method and backtest such cBot over all available data.


@Spotware

Spotware
13 Aug 2014, 09:29

Thank you for your interest in our platform.

You can find API Programmers guides by the following link: /api/guides/


@Spotware

Spotware
12 Aug 2014, 14:02

RE:

Pirat said:

dont work too (

Please provide sample of code that you use to draw objects in OnTimer event.


@Spotware

Spotware
12 Aug 2014, 10:04

Please contact your broker.


@Spotware

Spotware
11 Aug 2014, 09:25

Unfortunately we do not offer trading support to end users, you need to get the information you request from your broker.


@Spotware

Spotware
11 Aug 2014, 09:02

All chart objects created inside OnTick handler will be displayed on chart only after OnTick handler will be finished. We can recommend you to use OnTimer handler instead of infinite loop.


@Spotware

Spotware
08 Aug 2014, 11:20

RE:

AlexanderRC said:

What still does not work: even if the installer seem to do its job, in fact there is only a symlink dropped on the desktop for each prog, but not an exe ready to launch. Each time the 'installtion process have to be repeated. Not a big deal as its faster to use it that way compared to using virtualbox.

You can try to search cAlgo.exe inside Wine directory and run it directly. It should be somewhere in in the directory AppData/Local. ClickOnce applications like cTrader/cAlgo are installed (cached) there.

 

 

AlexanderRC, have you manage to run cAlgo inside Wine?


@Spotware

Spotware
08 Aug 2014, 09:29

Please make sure that your cBot is located in Documents/cAlgo/Sources/Robots


@Spotware

Spotware
08 Aug 2014, 09:03

Could you please specify what do you mean by saying "customized chart"?


@Spotware

Spotware
07 Aug 2014, 11:00

We load all dependencies from .algo file to sandboxed AppDomain explicitly. Therefore we include all dependencies to .algo file. If you don't want to include your library to .algo file the only way to do it is to remove reference to that library from your algorithm. In that case you will need to load your library explicitly using Assembly.Load method.

After you load assembly you can create instances from it using .NET Reflection.


@Spotware

Spotware
06 Aug 2014, 12:33

We are aware of this issue. We plan to fix it.


@Spotware

Spotware
06 Aug 2014, 12:30

Thank your for your feedback. We figured out that UserVoice allows us to merge duplicated ideas.


@Spotware

Spotware
05 Aug 2014, 17:47

Now that it has been confirmed that non-aggregated market depth can be achieved, is there a reason why you do not plan to provide such functionality?

We do not plan to provide such functionality because it is first request to implement it. We are not sure that traders will find such functionality useful.


@Spotware

Spotware
05 Aug 2014, 15:54

Two equivalent orders can be filled by different liquidity providers withing different times. Please contact your broker for all questions regarding execution.


@Spotware

Spotware
05 Aug 2014, 14:45

Thank you for your suggestion. We will consider it.


@Spotware

Spotware
05 Aug 2014, 14:33

You can find some of liquidity aggregators fully-integrated with Spotware there: http://www.spotware.com/partners/liquidity-aggregators.

We have checked specifications of couple of aggregators. Indeed it is possible to retrieve non-aggregated market depths. However we do not plan to provide such functionality. You can post your idea to vote.spotware.com. We will consider to provide such functionality if it collects enough votes.


@Spotware

Spotware
05 Aug 2014, 12:48 ( Updated at: 21 Dec 2023, 09:20 )

Average True Range indicator is a standard indicator you can find it in Indicators menu:


@Spotware

Spotware
05 Aug 2014, 12:08

cServer cannot be connected to several liquidity providers directly. cServer connects to the aggregator which provides aggregated prices from its liquidity providers. 
Therefore we cannot provide non-aggregated market depth.


@Spotware

Spotware
05 Aug 2014, 11:34

Yes, we do


@Spotware