
Topics
Replies
Spotware
28 Feb 2014, 11:12
RE:
At the moment there is only iOS application for Spotware broker.
You can log in to it only using account, which was created for Spotware cTrader.
We are working on creation apps for other brokers.
@Spotware
Spotware
27 Feb 2014, 14:08
We are aware of this problem.
It will be fixed in cAlgo 1.18, which supposed to be released next week.
In order to start cAlgo 1.17 you need to move everything from Documents\cAlgo\Sources folder to some temporary folder, run cAlgo and move everything back. You need to do it only for first run of cAlgo.
@Spotware
Spotware
27 Feb 2014, 12:00
( Updated at: 21 Dec 2023, 09:20 )
Market order will be filled by the VWAP at the moment of execution. If you want to specify the maximum deviation from the price you see in the platform at which your order can be filled you can use Market Range feature in cTrader.
@Spotware
Spotware
27 Feb 2014, 11:20
Thank you for your interest in our suite of NDD, STP platforms.
1. Handling multiple open positions and hadging without merge them
Yes, you are allowed to hedge
2. Program debuging possibility (if it is given only with Visual Studio no problem).
5. Is it possible to debug during backtest? (In MT5 it is impossible.)
Unfortunately, cAlgo doesn't have the debugging possibility. However, there is a workaround with Visual Studio. You can write ClassLibrary in Visual Studio, then reference it in your cBot or Indicator and during running or backtesting you can attach Visual Studio debugger to cAlgo or cTrader process. Now we are preparing the native integration with Visual Studio.
3. Using data of some simple (custom) indicator from the EA program.
Yes, it is possible to use custom indicators in cBot
4. Backtesting on different timeframe from 1 min - 1 hour.
At the moment you can backtest your cBots on all timeframes which are available in cTrader except tick time frames. We will support tick time frames in backtesting in future releases.
@Spotware
Spotware
26 Feb 2014, 09:23
With cTrader the brokers cannot "alter the code or check on the back end before they excecute". cTrader is a hosted solution, meaning that the servers are hosted and managed by us (Spotware). The brokers can only configure the servers and there are no configurations that produce delays on excecution.
@Spotware
Spotware
25 Feb 2014, 10:02
( Updated at: 21 Dec 2023, 09:20 )
Hello. What kind of computer are you using to trade with cTrader? Are you using Web or downloadable, and if you are using web, which browser? The ticket information shows the time from the moment the server receives the Order untill the time is executed on the LP. That means that cTrader -> Server and Server -> cTrader confirmation is not showin in ticket information.
Where you using any torrents or anything that can be limiting your internet connection? Firewals? Does the problem still persist? In the bottom right of the status bar of the application you can find your latency to the proxy you are connected to. If that number is low , there is no way you will have 2 second delays.
@Spotware
Spotware
04 Mar 2014, 09:24
marekfx is right, there are several ways to integrate VS with cAlgo. However, right now we are working on native VS integration. You will be able to choose "Edit in Visual Studio" in context menu of cBot and Indicator. Stay tuned.
@Spotware