Information

Username: Spotware
Member since: 23 Sep 2013
Last login: 17 Sep 2024
Status: Active

Activity

Where Created Comments
Algorithms 52 7
Forum Topics 183 3718
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 · 9 years ago

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

Spotware's avatar
Spotware · 10 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 · 10 years ago

Your indicator cannot be opened. Please reupload it.

Spotware's avatar
Spotware · 10 years ago

Yes, you can specify AutoRescale = false for Indicator attribute

Spotware's avatar
Spotware · 10 years ago

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

Spotware's avatar
Spotware · 10 years ago

You may specify the timezone in the Indicator Attribute

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