• 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 - 48 SIMPLE CHART OBJECT скачать в хорошем качестве

MQL4 TUTORIAL BASICS - 48 SIMPLE CHART OBJECT 6 лет назад

скачать видео

скачать mp3

скачать mp4

поделиться

телефон с камерой

телефон с видео

бесплатно

загрузить,

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


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

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

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

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


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



MQL4 TUTORIAL BASICS - 48 SIMPLE CHART OBJECT

https://mql4tutorial.com With MQL4 for Metatrader4 we create an Expert Advisor to draw an object on the chart. In this case it will be a rectangle and it includes the highest and the lowest prices for the last 30 candles on our forex chart... In this video we are going to draw an object on our chart for the opening period, you can’t see it right now but once the time on our computer reaches half-past ten in the morning you should see it on your chart. I will try to speed things up a little bit here and here is the object, so let’s find out how to draw that with mql4. To get started please click on the little icon here or press F4 on your keyboard, now you should see the Metaeditor window and here you want to click on file, new file, expert advisor from template, continue, I will call this file simple chart object, click on continue, continue and finish. Now you can delete everything above the on tick function and let’s also delete the two comment lines here. We will start with a string variable that is called end of opening period that will contain this string, it stands for half-past nine in the morning. Let’s calculate the current time, that is done by using time local, we pass time underscore seconds as a parameter and the built-in function time to string will convert this date time type to a string variable called current time and afterwards, we can use a function that is called string find, it will open the string current time and it will look for the string end of opening period. Remember this is the string here and the result will be stored into this integer variable and it will be minus one whenever the string is not found. I would like to draw an object that includes the highest of the last thirty candles so I use ihighest for the current symbol on the chart and the currently selected period on that chart. This parameter mode underscore high must be written all in capital letters and we want to have the highest of the last thirty candles starting with candle zero. Let’s repeat the whole process for the lowest candle. That is pretty similar. This time we use ilowest for the current currency pair on the chart and the currently selected period on that chart. This time we use mode underscore low and this one is also for thirty candles starting with the current candle zero. Let’s add an output on the chart. I will do that by using the comment statement and this one will output the text, current time followed by the current time that we have calculated here. And once a day we should see that it is half-past nine and that is the case when end of opening period found is not equal to minus one. And then we want to use object delete, the object with the name rectangle that will not exist the very first time but we destroy the old object from the day before. And afterwards, we can create a new object with the same name. The object type is obj rectangle in this case. If you mark this expression and press F1 you will see that there are also a lot of other objects. For example, you could use something like a label or a button. All those objects have different parameter settings. In our case this parameter stands for the current main chart, this is the time value for the current candle zero. We want our object to be drawn from the highest candle to the lowest candle and in this parameter we define that we want to have it for thirty candles. Let’s close this one, and we are almost done. Well, if this was a too fast for you or if you don't know what all the code here does, maybe you want to watch one of the other videos in this basic video series first or maybe you are even interested in the premium course. You can find that one on our website. For now, please click on the compile button or press F7 on your keyboard. I don’t see any errors here and if that is the case you can click on a little button here or press F4 to go back to Metatrader. And in Metatrader you can click on view, strategy tester or press control and r, please pick the new file simple chart object dot ex4, mark the visual mode here and start a test. Here we are! It’s nine in the morning. We should see the rectangle in a few seconds, exactly now and here it is! So in this little video, you have learned how to draw an object directly on the chart and you have coded it yourself with a few lines of mql4 code.

Comments
  • MQL4 TUTORIAL BASICS - 10 HOW TO CODE A CUSTOM FUNCTION 6 лет назад
    MQL4 TUTORIAL BASICS - 10 HOW TO CODE A CUSTOM FUNCTION
    Опубликовано: 6 лет назад
  • everything is open source if you can reverse engineer (try it RIGHT NOW!) 3 года назад
    everything is open source if you can reverse engineer (try it RIGHT NOW!)
    Опубликовано: 3 года назад
  • Сборник 23 февраля | Уральские пельмени 4 дня назад
    Сборник 23 февраля | Уральские пельмени
    Опубликовано: 4 дня назад
  • Фильм Алексея Семихатова «ГРАВИТАЦИЯ» 2 дня назад
    Фильм Алексея Семихатова «ГРАВИТАЦИЯ»
    Опубликовано: 2 дня назад
  • Пошаговый алгоритм диагностики электронного модуля для начинающих | Что такое ESR конденсатора ? 1 год назад
    Пошаговый алгоритм диагностики электронного модуля для начинающих | Что такое ESR конденсатора ?
    Опубликовано: 1 год назад
  • Беззубчатые шестерни развивают гораздо больший крутящий момент, чем обычные, вот почему. Циклоида... 3 недели назад
    Беззубчатые шестерни развивают гораздо больший крутящий момент, чем обычные, вот почему. Циклоида...
    Опубликовано: 3 недели назад
  • КАССИНИ-ГЮЙГЕНС: Жертва ради жизни 1 месяц назад
    КАССИНИ-ГЮЙГЕНС: Жертва ради жизни
    Опубликовано: 1 месяц назад
  • Александр Артамонов | Одесса - это переломный момент 1 день назад
    Александр Артамонов | Одесса - это переломный момент
    Опубликовано: 1 день назад
  • Где начало СХЕМЫ? Понимаем, читаем, изучаем схемы. Понятное объяснение! 10 месяцев назад
    Где начало СХЕМЫ? Понимаем, читаем, изучаем схемы. Понятное объяснение!
    Опубликовано: 10 месяцев назад
  • Как заговорить на любом языке? Главная ошибка 99% людей в изучении. Полиглот Дмитрий Петров. 2 недели назад
    Как заговорить на любом языке? Главная ошибка 99% людей в изучении. Полиглот Дмитрий Петров.
    Опубликовано: 2 недели назад
  • Как ПОЛИГЛОТЫ начинают думать на английском: ВАЖНЫЕ ШАГИ без зубрёжки 2 месяца назад
    Как ПОЛИГЛОТЫ начинают думать на английском: ВАЖНЫЕ ШАГИ без зубрёжки
    Опубликовано: 2 месяца назад
  • КОМОК и Слизь В ГОРЛЕ Это НЕ Простуда! Доктор Мясников 3 недели назад
    КОМОК и Слизь В ГОРЛЕ Это НЕ Простуда! Доктор Мясников
    Опубликовано: 3 недели назад
  • Вот это поворот: Обратились к ней, а я ответил на свободном китайском 3 недели назад
    Вот это поворот: Обратились к ней, а я ответил на свободном китайском
    Опубликовано: 3 недели назад
  • ТЕХНИЧЕСКИЙ АНАЛИЗ - ОДНО ВИДЕО, ВМЕСТО 100 УЧЕБНИКОВ: ПОЛНЫЙ КУРС ОТ НОВИЧКА ДО ПРОДВИНУТОГО УРОВНЯ 4 года назад
    ТЕХНИЧЕСКИЙ АНАЛИЗ - ОДНО ВИДЕО, ВМЕСТО 100 УЧЕБНИКОВ: ПОЛНЫЙ КУРС ОТ НОВИЧКА ДО ПРОДВИНУТОГО УРОВНЯ
    Опубликовано: 4 года назад
  • MQL4 TUTORIAL BASICS - 78 SIMPLE MULTI CURRENCY ORDER 5 лет назад
    MQL4 TUTORIAL BASICS - 78 SIMPLE MULTI CURRENCY ORDER
    Опубликовано: 5 лет назад
  • OSKAR Z GOLEM W PIERWSZEJ MINUCIE MECZU! CHŁOPAK ZE ZŁOTA WCHODZI Z BUTA DO PIERWSZEGO SKŁADU PORTO 2 часа назад
    OSKAR Z GOLEM W PIERWSZEJ MINUCIE MECZU! CHŁOPAK ZE ZŁOTA WCHODZI Z BUTA DO PIERWSZEGO SKŁADU PORTO
    Опубликовано: 2 часа назад
  • Как распознать ложь - рассказывает агент ФБР 6 лет назад
    Как распознать ложь - рассказывает агент ФБР
    Опубликовано: 6 лет назад
  • Полный курс торговли по свечным паттернам (ПРО МГНОВЕННО) 3 года назад
    Полный курс торговли по свечным паттернам (ПРО МГНОВЕННО)
    Опубликовано: 3 года назад
  • Понимание направления рынка — Urban Forex Bites 4 года назад
    Понимание направления рынка — Urban Forex Bites
    Опубликовано: 4 года назад
  • Flash Loan Crypto Arbitrage Step-by-Step | AAVE Flash Loans Solidity DIY Tutorials | Solidity Code 3 года назад
    Flash Loan Crypto Arbitrage Step-by-Step | AAVE Flash Loans Solidity DIY Tutorials | Solidity Code
    Опубликовано: 3 года назад

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

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



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