Topics
16 Nov 2023, 07:42
 1105
 1
15 Nov 2023, 10:36
 1981
 16
Replies

Spotware
22 Sep 2014, 12:05

RE:

sprex said:

how to change password in cTID?

On the menubar (top-left corner): cTrader--> Sign In--> Change Password

Regards


@Spotware

Spotware
22 Sep 2014, 11:59

RE:

atbin said:

hi guy

how to use web c-trader templates in another PC.

tanks

Hello,

This is not possible in c-Trader (Web).

You will have to download cTrader on your pc. Then you will be able to save/load custom templates.

Regards.


@Spotware

Spotware
22 Sep 2014, 11:40

RE:

atbin said:

hi guy

how to change ask or bid price line color in c-trader platform.

tanks
 

The line color for ask and bid price cannot be changed.

 

Regards


@Spotware

Spotware
22 Sep 2014, 09:33

RE:

kricka said:

I have been testing this new feature of optimization. Wow! This gives us programmers a whole new spectrum to work with. We can streamline the cBot and make all the necessary changes in the parameters suited for the trading environment at hand. Good work Spotware! I would like one new edition though which I do not know if it is possible. To run more then one cBot at the time. For example, two cBots running through the optimization process together giving a mix of both cBots performances. That would be absolutely great if it is in the realm of doing so within cAlgo.

Thank you for your feedback. Currently it is not possible to optimize several cBots together. We plan to implement it in the future.


@Spotware

Spotware
22 Sep 2014, 09:27

You can use MarketSeries.OpenTime collection. Example:

            Print("Last bar time: " + MarketSeries.OpenTime.Last(0));
            Print("Previous bar time: " + MarketSeries.OpenTime.Last(1));
            //etc.

 


@Spotware

Spotware
19 Sep 2014, 11:24

RE: RE: RE: RE:

AlexanderRC said:

Very encouraging screenshot. Any predictions when optimizer will be released?

Optimization is currently in beta stage. You can check it in Spotware cAlgo. We plan to release Optimization for all our brokers in 2 weeks.


@Spotware

Spotware
19 Sep 2014, 10:18

RE: Small wordi

RV13 said:

Dear Sportware,

Small suggestion for wording change in the new Beta optimizer (which looks great btw!)

GA selection box: Genetic Algorithm: "The emulation of the biological process of evolution"

Would suggest changing this to:

Genetic Algorithm: "The emulation of a biological development process"

To avoid reference to "evolution" - which by some can be read as "evolution theory", and this is for many people (including myself) an invalid theory.

Thanks!

Thank you for your suggestion, we will consider it.


@Spotware

Spotware
19 Sep 2014, 10:02

Could you please let me know how far into the future this is planned as it is currently a real limitation?

We cannot provide a time estimate at the moment.

Also, one of my previous posts asked a question about a timeout for the client platform connecting to the server. Is this configurable and have you investigated whether that might be set too short considering the circumstances?

We have more complicated logic and it is not configurable by end users.


@Spotware

Spotware
19 Sep 2014, 09:54

RE:

RV13 said:

Hey sportware,

Just FYI, look at the top of this page - there is white text on white background - if googl e bot picks up on this it may seo penalize your site. Just FYI

Thank you, we will fix that.


@Spotware

Spotware
19 Sep 2014, 09:40

Dear Trader, 

We are aware of this issue. It will be fixed as soon as possible.


@Spotware

Spotware
19 Sep 2014, 09:35

It is not currently possible. We plan to extend our Chart API in the future.


@Spotware

Spotware
19 Sep 2014, 09:29

It is not currently possible. You can create another cTrader ID assigned to another email.


@Spotware

Spotware
19 Sep 2014, 09:25 ( Updated at: 21 Dec 2023, 09:20 )

RE: RE:

chanet said:

Spotware said:

Tick data backtesting has been released:

Hello, From which date I can use this new feature tick data backtesting?

The available data range depends on specific Symbol and Broker. You can check the available data range by using data range slider


@Spotware

Spotware
19 Sep 2014, 09:17

It is not currently possible. We will consider to add such functionality in the future.


@Spotware

Spotware
18 Sep 2014, 10:54

You can add a time filter to your cBot: do not perform any trades if current time is not in the range.


@Spotware

Spotware
18 Sep 2014, 10:09

Dear Traders,

All algorithms that you download from cTDN are already compiled. Once you install Indicator or cBot to the platform (by double clicking on the file) it is ready to be used.

You need to compile (build) Indicator or cBot only if you made a change in the source code. If you do not change code of the algorithm you do not need to compile (build) it.


@Spotware

Spotware
18 Sep 2014, 09:53

The issue has been fixed. Please reupload your avatars.


@Spotware

Spotware
18 Sep 2014, 09:48

Dear Trader,

We plan to optimize our platform in the future. For now we can recommend you to have not more than 500 positions and pending orders.


@Spotware

Spotware
18 Sep 2014, 09:23

Thank you for your detailed issue report. We will investigate the problem. For now we can recommend you to refresh chart by clicking on Refresh command in chart context menu.


@Spotware

Spotware
17 Sep 2014, 17:36

Dear Trader,

Please send to engage@spotware.com the cache file: C:\Users\%UserName%\AppData\Roaming\IC Markets cTrader\Cache\USDCAD_Tick34.ctb

It will help us to troubleshoot the issue.

 


@Spotware