Topics
16 Nov 2023, 07:42
 1098
 1
15 Nov 2023, 10:36
 1974
 16
Replies

Spotware
01 May 2014, 09:01

Thank you for you suggestion. We will consider it. Additionally you can post your idea to vote.spotware.com


@Spotware

Spotware
30 Apr 2014, 17:35

Your library requires some special permissions. Use AccessRights.FullAccess instead of AccessRights.None


@Spotware

Spotware
28 Apr 2014, 11:44

RE:

garrickwynne said:

my charts are also taking an age to load on Ctrader (running on Parallels) AND ctrader web - on 2 different Mac computers - Chrome & Safari - IC Markets & OMF. I can't trade!

Please send us troubleshooting information by pressing Ctrl+Shift+Alt+T.


@Spotware

Spotware
28 Apr 2014, 10:53

Please press Ctrl+Alt+Shift+T. It will send us troubleshooting information.


@Spotware

Spotware
28 Apr 2014, 10:45

You can retrieve the corresponding time by passing the same index to the Last method of OpenTime collection:

            var marketSeries = MarketData.GetSeries(Symbol, TimeFrame.Minute3);

            var close = marketSeries.Close.Last(0);
            var time = marketSeries.OpenTime.Last(0);

 


@Spotware

Spotware
25 Apr 2014, 10:45

Unfortunately, we cannot provide any time estimate. 


@Spotware

Spotware
25 Apr 2014, 10:18

You can order such indicator from one of our Partners. You can also post a job in Jobs section.


@Spotware

Spotware
25 Apr 2014, 10:08

RE:

zaghloul said:

Any updates on this?  Its absolutely essential for Harmonic traders.  Please give it more attention. 

No updates.


@Spotware

Spotware
24 Apr 2014, 10:40

There is no other ways to get series. Because of technical reasons GetSeries returns value when next tick comes to the platform. We plan to change this behavior in the future.

If 28 calls take 3 minutes during initialization of one indicator instance, the initialization of several indicators running in parallel supposed to take the same 3 minutes because most of the time all indicators will wait for new ticks.


@Spotware

Spotware
24 Apr 2014, 09:20

Market depth is provided by LP connected to the broker. Please contact your broker for additional information.

The fact that cTrader and cAlgo provide access to Level-II prices shows the transparency of our platforms.

In cTrader and cAlgo you can find detailed information about every deal including the Market Snapshot - the state of market depth at the moment of triggering.

 


@Spotware

Spotware
22 Apr 2014, 10:05

It seems like you copied OnCalculate method to code of your cBot. That is not correct. Please have a look at Referencing Custom Indicators example.


@Spotware

Spotware
22 Apr 2014, 09:53

RE:

PCWalker said:

Still waiting for major updates.

We are going to release integration with Visual Studio in next version of cAlgo.


@Spotware

Spotware
22 Apr 2014, 09:36

Please press Ctrl+Shift+Alt+T. It will send us troubleshooting information.


@Spotware

Spotware
17 Apr 2014, 09:24

cAlgo doesn't have such functionality. You can vote for this feature on vote.spotware.com 


@Spotware

Spotware
16 Apr 2014, 10:42

If you don't want to set SL you need to specify null instead of 0:

ModifyPosition(position, null, 101.719);

 


@Spotware

Spotware
16 Apr 2014, 09:20

No news. We have this feature in our long term roadmap.


@Spotware

Spotware
15 Apr 2014, 09:38

Is there a workaround, to update current prices (Bid and Ask from current Symbol) whithout left method "OnTick" (if using endless loop in OnTick)?

There is no any workaround. Please wait until we introduce RefreshData() method.


@Spotware

Spotware
14 Apr 2014, 10:07

Market range is the maximum deviation from the price you see in the platform at which your order can be filled.

For example if Ask price in the platform is 1.38428 for EURUSD and you send Buy MarketOrder with 2 pips market range your order cannot be filled by price higher than 1.38448.


@Spotware

Spotware
14 Apr 2014, 09:53

Thank you for your idea. We will consider it.


@Spotware