Topics
Replies
Spotware
19 Jun 2015, 17:32
Dear Trader,
Thank you for your suggestions. We will consider them.Additionally you can post your ideas/suggestions to http://vote.spotware.com/
@Spotware
Spotware
19 Jun 2015, 17:26
Dear Traders,
We do not provide coding assistance services. We more than glad to assist you with specific questions about cAlgo.API. You also can contact one of our Partners or post a job in Development Jobs section for further coding assistance.
@Spotware
Spotware
19 Jun 2015, 15:51
Dear Trader,
We do not provide coding assistance services. We more than glad to assist you with specific questions about cAlgo.API. You also can contact one of our Partners or post a job in Development Jobs section for further coding assistance.
@Spotware
Spotware
19 Jun 2015, 14:56
Dear Trader,
Thank you for your suggestion. We will consider it. Additionally you can post your ideas/suggestions to http://vote.spotware.com/
@Spotware
Spotware
19 Jun 2015, 14:15
Dear Trader,
You can use the OnTimer() method in your code. Please note that we do not provide coding assistance services. We more than glad to assist you with specific questions about cAlgo.API. You also can contact one of our Partners or post a job in Development Jobs section for further coding assistance.
@Spotware
Spotware
19 Jun 2015, 12:36
Dear Trader,
We do not provide coding assistance services. We more than glad to assist you with specific questions about cAlgo.API. You also can contact one of our Partners or post a job in Development Jobs section for further coding assistance.
@Spotware
Spotware
19 Jun 2015, 12:35
Dear Trader,
We do not provide coding assistance services. We more than glad to assist you with specific questions about cAlgo.API. You also can contact one of our Partners or post a job in Development Jobs section for further coding assistance.
@Spotware
Spotware
19 Jun 2015, 11:56
Dear Trader,
There is a way to set x coordinate to a previous bar using indexes.
The following code snippet is an example of drawing lines using indexes:
[Parameter("Source")] public DataSeries Source { get; set; } protected override void OnStart() { var index = Source.Count; var price = Symbol.Bid + Symbol.PipSize; ChartObjects.DrawLine("line", index - 1000, price, index, price, Colors.Blue, 2, LineStyle.Solid); }
@Spotware
Spotware
19 Jun 2015, 10:45
Dear Trader,
You can find Open API Reference by following link:
https://sandbox-connect.spotware.com/draftref/
If you have any questions please contact connect@spotware.com
@Spotware
Spotware
18 Jun 2015, 17:55
Dear Trader,
We do not provide coding assistance services. We more than glad to assist you with specific questions about cAlgo.API. You also can contact one of our Partners or post a job in Development Jobs section for further coding assistance.
@Spotware
Spotware
18 Jun 2015, 12:59
Dear Trader,
Error "TRADING_BAD_STOPS" happens if you send SL or TP which are not valid in relation to spot prices. Please take a look at the following thread: /forum/cbot-support/2837?page=2
We hope this helps you.
@Spotware
Spotware
19 Jun 2015, 17:41
Dear Trader
This feature is not implemented yet. We will inform you as soon as it will be available. Regarding your observation in backtesting we would like to inform you that backtesting does not check for required margin.
@Spotware