jaffer wilson
jaffer wilson
США
jaffer wilson
Добавил тему Ресурс не создается в MT5
Ниже приведен код, который я попробовал, и ссылку, откуда я пытаюсь создать ресурс: https://www.mql5.com/ru/docs/common/resourcecreate const uint data[ 960 ][ 468 ] = { 0 }; void OnStart ()   { ///bool   ResourceCreate (  
jaffer wilson
Добавил тему Как поместить текст на OBJ_RECTANGLE_LABEL?
I'm trying to place text on a colored surface in Mql5. I found OBJ RECTANGLE LABEL, but could not find how to apply text to it, since I did not find any property for it. Please help me
jaffer wilson
Добавил тему Как создать метку эллипса с текстом внутри?
I try something like this: Помогите мне нарисовать объект таким образом
jaffer wilson
Добавил тему Не удалось скопировать галочку с диапазоном.
Here is the script that I tried and went to zero output: void OnStart ()   {    MqlTick tick[];    Comment ( CopyTicksRange ( _Symbol ,tick, COPY_TICKS_ALL , ulong ( D'2018.11.1 00:00:00' ), ulong ( TimeCurrent ()))
jaffer wilson
Добавил тему Ошибка в последней версии MT5
I'm trying to report an error in the latest version of Metatrader. See Image and code I'm trying to implement: The code I use to replace quotes is: rates_add [ 0 ] .time = Time_For_Rates; rates_add [ 0 ] .open = NormalizeDouble ( double (s [ 2 ])
jaffer wilson
Добавил тему Как подключить websocket с MT5?
Attempt to connect this web site: wss: //iqoption.com/echo/websocket For example: void OnStart ()    {     string cookie = NULL , заголовки;     char post [], result [];     string url = "wss
jaffer wilson
Добавил тему Not able to replace accurate rates
Вот образ пользовательского символа , который я пытаюсь создать: Поскольку вы можете видеть, что ближайшие значения не являются значениями в разделе DATA на MT5. Для этого я пытаюсь использовать следующий код: ticks_array [ 0 ] .time = StructToTime
jaffer wilson
Добавил тему Удерживайте выполнение программы до завершения ShellExecute
I have the following code: #import "shell32.dll" int ShellExecuteW ( int hwnd, string строки, string файл, string параметры, string каталог, int showCmd); #Импортировать void OnInit () { string strParameters = "/ c terms.exe" ;
jaffer wilson
Добавил тему Как правильно обновить пользовательский символ?
Hi, Can anyone help me with a custom character? I have a socket-based api that gives me Time, OHLC, Volum, ASK, Bid. But I get strange results. How can I properly update a custom character? Here is the code I'm trying to use. ClientSocket *
jaffer wilson
Опубликовал пост MT2IQ is Allowed for Binary Trade on IQ Option
Note: I am not the provider of this software. I was merely a user and found it useful for automatic trading with my signals. In case of queries and issues I recommend you to connect with the developer of the software through their website...
jaffer wilson
Зарегистрировался в MQL5.community