Topics
16 Nov 2023, 07:42
 1127
 1
15 Nov 2023, 10:36
 2011
 16
Replies

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

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, 17:25

Dear Traders,

It depends on your Brokers to provide you the ability to trade these products.

Please contact your Broker.


@Spotware

Spotware
19 Jun 2015, 17:25

Dear Trader,

Please contact your Broker.


@Spotware

Spotware
19 Jun 2015, 17:24

Dear Trader,

When you registered you were asked to insert a desired username and password in order to create your free user account. The “3104134" is the username you selected. You cannot change it.


@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, 15:08

Dear Trader,

Please take a look at our mirror trading platform cMirror.


@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:52

Dear Trader,

Currently this is the fastest way to close many Positions. We will release an optimized version in the future. Stay tuned.


@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, 17:22

Dear Trader,

Could you please provide more details regarding the issue? (code snippets of the initialize section, etc.)


@Spotware

Spotware
18 Jun 2015, 13:01

Dear Trader,

The log is never saved. It stands for temporary use at the time of execution only.


@Spotware

Spotware
18 Jun 2015, 13:01

Dear Traders,

We cannot provide you an ETA.


@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