Information

Username: Spotware
Member since: 23 Sep 2013
Last login: 16 Nov 2023
Status: Active

Activity

Where Created Comments
Algorithms 42 7
Forum Topics 184 3697
Jobs 0 0

About

We are a team of cAlgo developers and support specialists available to answer your questions as well as assist you with any issues relating to the usage of the cAlgo platform and the cAlgo API.

Last Algorithm Comments

Spotware's avatar
Spotware · 8 years ago

You don't need to build it, just install it by double clicking on the downloaded file.

Spotware's avatar
Spotware · 9 years ago

Dear Traders,

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

You need to compile (build) 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's avatar
Spotware · 9 years ago

Your indicator cannot be opened. Please reupload it.

Spotware's avatar
Spotware · 9 years ago

Yes, you can specify AutoRescale = false for Indicator attribute

Spotware's avatar
Spotware · 9 years ago

Please use GetIndexByExactTime method instead of iterating all indexes. It will speed up your indicator.

Spotware's avatar
Spotware · 9 years ago

Hello,

Those are actually warnings not errors. We will fix that in the future releases. 
You can use the downloaded cBot without even building it.
The new method of downloading and installing cBots and Indicators does not require you to build them unless you need to modify the code.

 

Spotware's avatar
Spotware · 9 years ago

You may specify the timezone in the Indicator Attribute

[Indicator(IsOverlay = true, AutoRescale = false, TimeZone = TimeZones.UTC)]