Topics
Replies
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
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
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
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, 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
13 Aug 2014, 14:04
No, there is no such functionality in cAlgo.API.
@Spotware