Topics
Replies
Spotware
03 Nov 2014, 09:43
You can draw candles using ChartObjects.DrawLine method. Draw thin line from high to low and thick line from open to close.
@Spotware
Spotware
31 Oct 2014, 17:59
We can recommend you to install our visual studio extension directly from Visual Studio:
- Open Visual Studio
- Go to Tools, Extensions and Updates
- Find "cBots and Custom Indicators" in the "Online" section
- Install it
- Launch cAlgo and perform "Edit in Visual Studio" command
@Spotware
Spotware
30 Oct 2014, 09:14
Tick data backtesting was released couple of months ago. In order to run tick data backtesting you need to perform the following steps:
- select "Tick data from Server" in backtesting settings
- choose date range
- press "Start" button
After that tick data will be loaded and backtesting will be run over tick data.
@Spotware
Spotware
29 Oct 2014, 14:24
In history tab the id column shows closing deal id which is not the same as position id. You can match history id and position id using History collection. Every historical trade contains both position id and closing deal id.
@Spotware
Spotware
29 Oct 2014, 10:01
RE: RE:
jobenb said:
Spotware said:
We plan to add parameters of enum type in robots/indicators then you will be able to do this. At the time being the best way to code this is as you have done with integer.
Hi Spotware
It has been a year since you said that this would be added. I was just wondering if this is now a feature?
Thank you.
No, it is not available yet, but it is in our road map.
@Spotware
Spotware
03 Nov 2014, 16:08
Hello jobenb,
As we already mentioned we cannot provide a time estimate for release. We closed the thread because there is nothing to discuss.
@Spotware