Information
Username: | Spotware |
Member since: | 23 Sep 2013 |
Last login: | 11 Nov 2024 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 52 | 7 |
Forum Topics | 189 | 3719 |
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
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.
Your indicator cannot be opened. Please reupload it.
Yes, you can specify AutoRescale = false for Indicator attribute
Please use GetIndexByExactTime method instead of iterating all indexes. It will speed up your indicator.
You may specify the timezone in the Indicator Attribute
[Indicator(IsOverlay = true, AutoRescale = false, TimeZone = TimeZones.UTC)]
You don't need to build it, just install it by double clicking on the downloaded file.