Store
Algorithms
Indicators
cBots
Plugins
Add new algorithm
Algo Consultants
Help
cTrader Help Centre
cTrader Automate API
FIX API Guides
Open API
Jobs
Get cTrader
Get cTrader
Not logged in
Log in
Sign up
ES
esmaeilalizadeh26
@esmaeilalizadeh26
0 follower(s)
0 following
3 subscription(s)
Stats
Algorithms
Forum
Followers
Following
Subscriptions
Followers
Following
Subscriptions
Warning!
This section will be deprecated on February 1st 2025. Please move all your Algorithms to the
cTrader Store catalogue.
Free
rectangle
0
0
1380
by
esmaeilalizadeh26
18 Jan 2022, 10:50
private void DrawRectangle(string objectName, int x, double y, int width, double height, Colors color, int thickness, LineStyle style) { ChartObjects.DrawLine(objectName + "a", x, y, x + width, y, color, thickness,...