RobotAttribute¶
Summary¶
Sealed class RobotAttribute.
Remarks¶
Marks a class as a Robot. The Robot attribute cannot be ommited.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 |
|
Properties¶
Name¶
Summary
The name of a robot. Sets from constructor.
Signature
1 |
|
Return Value
string
Examples
1 2 3 4 5 |
|
TimeZone¶
Summary
Sets the timezone for all the robot or indicator datetime references
Remarks
All dates and times within the robot or indicator will be converted to this timezone
Signature
1 |
|
Return Value
string
Examples
1 2 |
|
AccessRights¶
Summary
Gets or sets the access rights required for the cBot.
Signature
1 |
|
Return Value
AccessRights
Related Tutorials
DefaultSymbolName¶
Summary
Gets or sets the name of the default symbol for which new instances are created.
Signature
1 |
|
Return Value
string
Examples
1 2 |
|
DefaultTimeFrame¶
Summary
Gets or sets the default timeframe of the chart to which new instances are added.
Signature
1 |
|
Return Value
string
Examples
1 2 |
|
AddIndicators¶
Summary
Gets or sets whether indicators created by robot will be added to chart or not.
Remarks
Default value is false.
Signature
1 |
|
Return Value
bool