This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
mtapi
Watch
1
Star
0
Fork
0
mirror of
https://github.com/vdemydiuk/mtapi.git
synced
2026-08-12 18:28:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a8bb1a3af9a855ed50cfccf8c0b7dd5f3475dab3
mtapi
/
MtApi
/
EnumAlignMode.cs
T
9 lines
150 B
C#
Raw
Normal View
History
Unescape
Escape
Issue
#53
: Complete add chart operation functions in expert (MQL part)
2017-08-18 18:56:00 +03:00
namespace
MtApi
{
public
enum
EnumAlignMode
{
ALIGN_LEFT
=
1
,
ALIGN_CENTER
=
2
,
ALIGN_RIGHT
=
0
}
}
Reference in New Issue
Copy Permalink