• ClipSaver
  • dtub.ru
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

MQL4 TUTORIAL BASICS - 39 SIMPLE CHART LABEL скачать в хорошем качестве

MQL4 TUTORIAL BASICS - 39 SIMPLE CHART LABEL 6 лет назад

mql4

mql4 tutorial

mql4 course

learn mql4

mql4 programming

mql4 object

object oriented programming

mql4 object ea

mql4 expert advisor

expert advisor

ea

algo trading

automated trading

trading bot

trading robot

metatrader programming

mql4 video

mql4 youtube

mql4 book

mql4 example

mql4 reference

jim dandy mql4 courses

mt4 indicatorcounted

yt:cc=on

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
MQL4 TUTORIAL BASICS - 39 SIMPLE CHART LABEL
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: MQL4 TUTORIAL BASICS - 39 SIMPLE CHART LABEL в качестве 4k

У нас вы можете посмотреть бесплатно MQL4 TUTORIAL BASICS - 39 SIMPLE CHART LABEL или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон MQL4 TUTORIAL BASICS - 39 SIMPLE CHART LABEL в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



MQL4 TUTORIAL BASICS - 39 SIMPLE CHART LABEL

https://mql4tutorial.com/?s=chart With MQL4 for Metatrader we create a dynamc label that is object oriented. The Label object will show price information on our chart and it is possible to code it in about 5 minutes... In this video we are going to create a simple dynamic label that will be placed on the chart, it shows the current bid price and as soon as the price changes here, the label will also change, so let's find out how to create something like this in mql4. To do that please click on the little button here or press F4 on your keyboard, now you should see the Metaeditor window and here you want to click on file, new, expert advisor from template, continue, I will use the name simple chart label, click on continue, continue and finish. Now you can delete everything above the on tick function and the two comment lines here, we start by creating an object that is done by using object create, this is the name of the object, I will call it bid because it will show the bid price, this is the type of the object, in our case it's a label and the last three parameters here are used to define the window, we use the main chart, we don't have to set a time and we don't need to set a price, so that's it for the object create statement. We can use object set to set the label for the bid price, it should appear in one of the four corners and we use corner one, let's mark that and press F1, these are different types of objects, it uses this enum base corner, you could use something like corner left upper, let's actually use corner right upper, that should be equal to one, that's the return value for this corner here, okay you see that the bid price label is not right in the corner and that's because we can set a distance, this is once again the name of the object, this is the setting for the x distance, and I would like to have a distance of thirty pixels to the right side of the window, and let's also use object set to set a distance for the height, so this is sixty pixels from the top and that's about it. This is very short but if you don't understand what the code does or if this was too fast for you, maybe you want to watch the other videos in this basic series or maybe the premium course that you can find on the website might be interesting for you, for now, we can click on the compile button, you shouldn't get any errors or warnings here and if that is the case you can click on the little button here or press F4 to go back to Metatrader. And in Metatrader we pick an empty chart, here is the new expert advisor that we have created, if you don't see it you can right-click anywhere and choose refresh, now let's drag that expert advisor on the chart, click on ok and you see that something is appearing here, it's called label, it actually shows the bid price but I would like to have a real output and to do that we need to set the text for the label, that is done by using object set text for the object with the name bid, the text will be bid price and we use this expression double to string, to convert the bid price into a string value with the right number of digits behind the dot. I use twenty for the font size, this is the font type and this is the color, so let's re-compile the code and actually our label has changed, I can use green instead, re-compile the code and now we have a green label, let's try another font type here, I like impact and when our re-compile and switch to Metatrader now we have a different font type and that's about it. So in this little video, you have learned how to create a dynamic object label right on the chart and you have coded it yourself with a few lines of mql4 code.

Comments
  • MQL4 TUTORIAL BASICS - 67 SIMPLE VERTICAL LINE 5 лет назад
    MQL4 TUTORIAL BASICS - 67 SIMPLE VERTICAL LINE
    Опубликовано: 5 лет назад
  • MQL4 TUTORIAL BASICS - MQL4TUTORIAL.COM
    MQL4 TUTORIAL BASICS - MQL4TUTORIAL.COM
    Опубликовано:
  • Сборник 23 февраля | Уральские пельмени 4 дня назад
    Сборник 23 февраля | Уральские пельмени
    Опубликовано: 4 дня назад
  • MQL4 TUTORIAL BASICS - 53 SIMPLE FIBONACCI OBJECT 6 лет назад
    MQL4 TUTORIAL BASICS - 53 SIMPLE FIBONACCI OBJECT
    Опубликовано: 6 лет назад
  • ОСНОВЫ MQL4 - 37 КАК ИМПОРТИРОВАТЬ ВНЕШНИЙ ИСХОДНЫЙ КОД 6 лет назад
    ОСНОВЫ MQL4 - 37 КАК ИМПОРТИРОВАТЬ ВНЕШНИЙ ИСХОДНЫЙ КОД
    Опубликовано: 6 лет назад
  • MQL4 TUTORIAL BASICS - 40 SIMPLE BUY BREAKEVEN STOP 6 лет назад
    MQL4 TUTORIAL BASICS - 40 SIMPLE BUY BREAKEVEN STOP
    Опубликовано: 6 лет назад
  • MQL4 TUTORIAL BASICS - 78 SIMPLE MULTI CURRENCY ORDER 5 лет назад
    MQL4 TUTORIAL BASICS - 78 SIMPLE MULTI CURRENCY ORDER
    Опубликовано: 5 лет назад
  • Главное правило УСПЕШНОГО ТРЕЙДЕРА ! Разбор на ЖИВЫХ сделках 1 день назад
    Главное правило УСПЕШНОГО ТРЕЙДЕРА ! Разбор на ЖИВЫХ сделках
    Опубликовано: 1 день назад
  • Как заговорить на любом языке? Главная ошибка 99% людей в изучении. Полиглот Дмитрий Петров. 2 недели назад
    Как заговорить на любом языке? Главная ошибка 99% людей в изучении. Полиглот Дмитрий Петров.
    Опубликовано: 2 недели назад
  • ФРС Готовит финансовое обнуление в США в 2026! Ты обязан это знать! 1 день назад
    ФРС Готовит финансовое обнуление в США в 2026! Ты обязан это знать!
    Опубликовано: 1 день назад
  • «Европа готовится к войне, забыв уроки истории» — Небензя в ООН предупредил всех ВРАГОВ России 2 дня назад
    «Европа готовится к войне, забыв уроки истории» — Небензя в ООН предупредил всех ВРАГОВ России
    Опубликовано: 2 дня назад
  • Эффект Джанибекова [Veritasium] 6 лет назад
    Эффект Джанибекова [Veritasium]
    Опубликовано: 6 лет назад
  • КАК УСТРОЕН TCP/IP? 1 год назад
    КАК УСТРОЕН TCP/IP?
    Опубликовано: 1 год назад
  • LLM и GPT - как работают большие языковые модели? Визуальное введение в трансформеры 1 год назад
    LLM и GPT - как работают большие языковые модели? Визуальное введение в трансформеры
    Опубликовано: 1 год назад
  • Беззубчатые шестерни развивают гораздо больший крутящий момент, чем обычные, вот почему. Циклоида... 3 недели назад
    Беззубчатые шестерни развивают гораздо больший крутящий момент, чем обычные, вот почему. Циклоида...
    Опубликовано: 3 недели назад
  • Трейдинг когда мало денег: как разогнать маленький депозит? 4 месяца назад
    Трейдинг когда мало денег: как разогнать маленький депозит?
    Опубликовано: 4 месяца назад
  • Почему ТИБЕТСКИЕ архивы до сих пор НЕЛЬЗЯ исследовать | История для сна 1 день назад
    Почему ТИБЕТСКИЕ архивы до сих пор НЕЛЬЗЯ исследовать | История для сна
    Опубликовано: 1 день назад
  • Как работала машина 4 года назад
    Как работала машина "Энигма"?
    Опубликовано: 4 года назад
  • Колумб про Америку знал. Но забыл 1 день назад
    Колумб про Америку знал. Но забыл
    Опубликовано: 1 день назад
  • Как распознать ложь - рассказывает агент ФБР 6 лет назад
    Как распознать ложь - рассказывает агент ФБР
    Опубликовано: 6 лет назад

Контактный email для правообладателей: u2beadvert@gmail.com © 2017 - 2026

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5