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

MQL4 TUTORIAL BASICS - 92 SIMPLE DEVIATION CHANNEL OBJECT 5 лет назад

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

скачать mp3

скачать mp4

поделиться

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

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

бесплатно

загрузить,

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


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

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

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

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


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



MQL4 TUTORIAL BASICS - 92 SIMPLE DEVIATION CHANNEL OBJECT

https://mql4tutorial.com With MQL4 for Metatrader4 we create a Deviation Channel object which is drawn and adjusted automatically as a trend channel directly on our Forex Chart. In this video, we are going to create a deviation channel object like this one. So let’s find out how to do that with MQL4. To get started, please click on a 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 SimpleDevChannelObject. Click on continue. Continue and finish. Now you can delete everything above the OnTick function and the two comment lines here. First, we need to calculate the number of candles on the chart and to do that, we use the function WindowsFirstVisibleBar, that will return the index or the number of the first visible bar on the current chart. I also would like to know the number for the lowest candle, and we can calculate that by using iLowest for the current symbol on the chart and the currently selected period. For low prices, we use MODE_LOW, for all the candles on the chart starting with the current candle, 0. Now let’s repeat the whole process and calculate the highest candle. That can be done by using iHighest. For the current symbol on the chart and the currently selected period, this time we use MODE_HIGH, for all the candidates on the chart. And we also start with candle 0. Now, before we create a new object, we use ObjectDelete to select the last channel object that we have created. We will not have such an object the very first time we call this function, but afterwards, we want to make sure that the former object that is called SimpleChannel will be deleted and afterwards we can draw another one. And that is done by using ObjectCreate. So let’s find out what parameters we need to fill. The first parameter is 0, that is for the current chart that we are using. The second parameter is the name of the object. It is called SimpleChannel. The next parameter is called OBG_STDDEVCHANNEL. So let’s mark that and press F1. Here is the object type that we want to create. There are lots of different object types and when we click on this one, we see that it will create a standard deviation channel right on our chart. That’s what we want. And then the next one parameter we are telling MetaTrader to draw it on the window 0, that’s the main window with the candles. If you like to use oscillators, you know that there are things like the MACD and when you use that one, you will create a second window below the candle chart window, but we don’t want to do that. The next parameter is for the point in time, that’s here. We have date times here and values here, and I would like that the deviation channel is drawn from the point in time where the first candle on the chart is drawn. The next parameter is for the lowest price of the lowest candle. I would like the channel to be drawn for the current candle that’s candle 0. Once again, I pass the low of the LowestCandle as a parameter here. And the second line should be drawn for all the candles on the chart. And here, I would like to have the high of the HighestCandle as a point of reference. And that’s it for the object creation. These values might not be perfect for you, so feel free to use your own values here, but it works for this simple example. Now let’s change a few values. The first one is for the color and to change that we use ObjectSetInteger for the chart ID 0, and the object that is called SimpleChannel, we want to change the property called object property color, and change it to yellow. Let’s continue and do that again. This time we want to change the object property style and use a solid line. So we use STYLE_SOLID. The next one is for the object width. This one is called OBJPROP_WIDTH and we use 3. That will give us a thick line. Let’s add another one. This one is called ObjectSetInteger for OBJPROP_RAY. That will give us a prediction and draw the channel right into the future. And there is another one. This one is called OBJPROP_DEVIATION. Let’s set this value to 2, and that’s about it. If you have no idea what all the code here does, or if this was too fast for you, maybe you want to watch one of the other videos in this basic video series, or maybe even the premium course on our website might be interesting for you. For now please click on the compile button or press F7 on your keyboard. I didn’t get any errors, and if this is the case, you can click on the little button here or press F4 to go back to MetaTrader. And in MetaTrader, you want to click on view, Strategy Tester or press control and R. Please pick the new file SimpleDevChannelObject.ex4, mark the option for the visual mode and start your test. Here we are. This is the deviation channel, and we see it is moving. So let’s zoom into the chart and you will see that the majority of the candles on the chart is inside of our deviation channel.

Comments
  • MQL4 TUTORIAL BASICS - 122 SIMPLE AVERAGE TRUE RANGE BUY STOP 4 года назад
    MQL4 TUTORIAL BASICS - 122 SIMPLE AVERAGE TRUE RANGE BUY STOP
    Опубликовано: 4 года назад
  • Контракт или отчисление | Как и кто охотится на студентов в вузах (English subtitles) @Максим Кац 21 час назад
    Контракт или отчисление | Как и кто охотится на студентов в вузах (English subtitles) @Максим Кац
    Опубликовано: 21 час назад
  • Подготовка к мобилизации? Мир? В России заблокируют Telegram, почему именно сейчас 20 часов назад
    Подготовка к мобилизации? Мир? В России заблокируют Telegram, почему именно сейчас
    Опубликовано: 20 часов назад
  • Фильм Алексея Семихатова «ГРАВИТАЦИЯ» 2 дня назад
    Фильм Алексея Семихатова «ГРАВИТАЦИЯ»
    Опубликовано: 2 дня назад
  • Но что такое нейронная сеть? | Глава 1. Глубокое обучение 8 лет назад
    Но что такое нейронная сеть? | Глава 1. Глубокое обучение
    Опубликовано: 8 лет назад
  • Лучший Гайд по Kafka для Начинающих За 1 Час 1 год назад
    Лучший Гайд по Kafka для Начинающих За 1 Час
    Опубликовано: 1 год назад
  • КАК УСТРОЕН TCP/IP? 1 год назад
    КАК УСТРОЕН TCP/IP?
    Опубликовано: 1 год назад
  • Deep House Mix 2024 | Deep House, Vocal House, Nu Disco, Chillout Mix by Diamond #3 1 год назад
    Deep House Mix 2024 | Deep House, Vocal House, Nu Disco, Chillout Mix by Diamond #3
    Опубликовано: 1 год назад
  • 🧠 ГЕНИЙ, КОТОРЫЙ ВИДИТ БОЛЬШЕ ДРУГИХ 🎬 Профессор Т 🏷 ДЕТЕКТИВНЫЙ СЕРИАЛ. 1 сезон. 6 дней назад
    🧠 ГЕНИЙ, КОТОРЫЙ ВИДИТ БОЛЬШЕ ДРУГИХ 🎬 Профессор Т 🏷 ДЕТЕКТИВНЫЙ СЕРИАЛ. 1 сезон.
    Опубликовано: 6 дней назад
  • Градиентный спуск, как обучаются нейросети | Глава 2, Глубинное обучение 8 лет назад
    Градиентный спуск, как обучаются нейросети | Глава 2, Глубинное обучение
    Опубликовано: 8 лет назад
  • System Design Concepts Course and Interview Prep 1 год назад
    System Design Concepts Course and Interview Prep
    Опубликовано: 1 год назад
  • Лучшая Музыка 2026🏖️Зарубежные песни Хиты🏖️Популярные Песни Слушать Бесплатно 2026 #6 Трансляция закончилась 1 день назад
    Лучшая Музыка 2026🏖️Зарубежные песни Хиты🏖️Популярные Песни Слушать Бесплатно 2026 #6
    Опубликовано: Трансляция закончилась 1 день назад
  • 13 потрясающих функций Power Query для автоматизации работы в Excel (урок для начинающих, часть II) 10 месяцев назад
    13 потрясающих функций Power Query для автоматизации работы в Excel (урок для начинающих, часть II)
    Опубликовано: 10 месяцев назад
  • Понимание GD&T 3 года назад
    Понимание GD&T
    Опубликовано: 3 года назад
  • Алгоритмы на Python 3. Лекция №1 8 лет назад
    Алгоритмы на Python 3. Лекция №1
    Опубликовано: 8 лет назад
  • Docker за 20 минут 1 год назад
    Docker за 20 минут
    Опубликовано: 1 год назад
  • PowerShell 7 Tutorials for Beginners : Fundamentals 3 года назад
    PowerShell 7 Tutorials for Beginners : Fundamentals
    Опубликовано: 3 года назад
  • Учебник по Excel за 15 минут 2 года назад
    Учебник по Excel за 15 минут
    Опубликовано: 2 года назад
  • Introduction to Programming and Computer Science - Full Course 5 лет назад
    Introduction to Programming and Computer Science - Full Course
    Опубликовано: 5 лет назад
  • Учебное Руководство OpenClaw для Начинающих – Полное Руководство по Настройке (ClawdBot) 3 недели назад
    Учебное Руководство OpenClaw для Начинающих – Полное Руководство по Настройке (ClawdBot)
    Опубликовано: 3 недели назад

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

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



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