• Обзор
  • Отзывы (3)
  • Обсуждение
  • Что нового

Linear Regression Candle for MT4

5

To download MT5 version please click here.

- This is the exact conversion from TradingView: "Linear Regression Candles" By "ugurvu".

- This is a non-repaint and light processing load indicator

- You can message in private chat for further changes you need.

This is a sample EA code that operates based on bullish and bearish linear regression candles.

#property strict

input string EA_Setting="";
input int magic_number=1234;

input string    Risk_Management="";
input double fixed_lot_size=0.01; // select fixed lot size

input string    LINREG_Setting="";
input int signal_length = 7; //signal SMoothing
input bool sma_signal_line = true; //Simple MA(Signal Line)
input bool linreg = true; //Lin Reg
input int linreg_length = 11; //Linear Regression Length

void OnTick()
  {
      if(!isNewBar()) return;
           
      bool buy_condition=true;
      buy_condition &= (BuyPositionCount()==0);
      buy_condition &= (CloseOfCandle(1)>OpenOfCandle(1));
      if(buy_condition)
      {
         CloseSell();      
         Buy();   
      }

      bool sell_condition=true;
      sell_condition &= (SellPositionCount()==0);
      sell_condition &= (CloseOfCandle(1)<OpenOfCandle(1));
      if(sell_condition)
      {
         CloseBuy();
         Sell();   
      }
  }


int BuyPositionCount()
{
   int counter=0;
   for(int i=0;i<OrdersTotal();i++)
   {
      if(OrderSelect(i, SELECT_BY_POS)==false) continue;
      if(OrderSymbol()!=_Symbol) continue;
      if(OrderMagicNumber()!=magic_number) continue;
      if(OrderType()==OP_BUY) counter++;
   }
   return counter;
}

int SellPositionCount()
{
   int counter=0;
   for(int i=0;i<OrdersTotal();i++)
   {
      if(OrderSelect(i, SELECT_BY_POS)==false) continue;
      if(OrderSymbol()!=_Symbol) continue;
      if(OrderMagicNumber()!=magic_number) continue;
      if(OrderType()==OP_SELL) counter++;
   }
   return counter;
}

void Buy()
{
   if(OrderSend(_Symbol, OP_BUY, fixed_lot_size, Ask, 3, 0, 0, NULL, magic_number, 0, clrNONE)==-1)
   {
      Print("Could not execute order: ", GetLastError());
   }
}

void Sell()
{
   double sl = High[iHighest(_Symbol, PERIOD_CURRENT, MODE_HIGH, 15, 0)];
   double sl_points=MathAbs(Bid-sl)/_Point;
   double tp = 0;
   double lot=CalculateLots(sl_points);
   if(OrderSend(_Symbol, OP_SELL, fixed_lot_size, Bid, 3, 0, 0, NULL, magic_number, 0, clrNONE)==-1)
   {
      Print("Could not execute order: ", GetLastError());
   }
}

datetime timer=NULL;
bool isNewBar()
{
   if(timer==NULL){}
   else if(timer==Time[0]) return false;
   timer=Time[0];
   return true;
}

void CloseBuy()
{
   for(int i=OrdersTotal()-1;i>=0;i--)
   {
      if(OrderSelect(i, SELECT_BY_POS)==false) continue;
      if(OrderSymbol()!=_Symbol) continue;
      if(OrderMagicNumber()!=magic_number) continue;
      if(OrderType()==OP_BUY) 
      {
         if(OrderClose(OrderTicket(), OrderLots(), OrderClosePrice(), 3, clrNONE)==false)
         {
            Print("Error closing orde: ", GetLastError());
         }
      }
   }
}

void CloseSell()
{
   for(int i=OrdersTotal()-1;i>=0;i--)
   {
      if(OrderSelect(i, SELECT_BY_POS)==false) continue;
      if(OrderSymbol()!=_Symbol) continue;
      if(OrderMagicNumber()!=magic_number) continue;
      if(OrderType()==OP_SELL) 
      {
         if(OrderClose(OrderTicket(), OrderLots(), OrderClosePrice(), 3, clrNONE)==false)
         {
            Print("Error closing orde: ", GetLastError());
         }
      }
   }
}


double CloseOfCandle(int index)
{
   return iCustom(_Symbol, PERIOD_CURRENT, "Market/Linear Regression Candle for MT4", 
   signal_length,
   sma_signal_line,
   linreg,
   linreg_length, 3, index);
}


double OpenOfCandle(int index)
{
   return iCustom(_Symbol, PERIOD_CURRENT, "Market/Linear Regression Candle for MT4", 
   signal_length,
   sma_signal_line,
   linreg,
   linreg_length, 2, index);
}


Отзывы 3
ACastilla
499
ACastilla 2023.09.01 19:51 
 

High quality from a high quality programmer. Also, it is true that if you need something the programmer will help you. Thank you very much to him. You are in good hands with his indicators. He is the one if you look tradingview indicators for MT4.

elite luis
3351
elite luis 2023.03.19 15:19 
 

Thanks Author for the Amazing work to convert tradingview indicator to MT4, love it so much! and Am Getting MT5 also! Big Thank you to Author please continue converting the popular indicator from TV to MT4,MT5, Happy Coding!

Ganesh Patil
109
Ganesh Patil 2023.02.21 17:55 
 

Indicator is excellent and very helpful for accurate trend detection, i strongly recommend this indicator

Рекомендуем также
Gvs Undefeated Trend   indicator is designed for trend and signal trading. This indicator generates trend signals.  It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators.  You can only trade with this indicator. The generated signals are displayed on the graphical screen.  Thanks to the alert features you ca
Ночной Призрак - Стрелочный индикатор для Бинарных опционов. Это надежный помощник вам в будущем! -Отсутствует перерисовка на графике -Работает отлично на валютных парах EUR/USD! -Точность индикатора до 90% (Особенно ночью) -Не нужно долго настраивать (Настроено идеально для Бинарных Опционов) -Не опаздывающие сигналы -Появление сигнала на текущей свече -Идеально подходит для периода М1 (Не Больше!) -Удобный для глаз цвет свечей (Красный и Синий) -Установлен Алерт  Работа с ним: -Синяя стрелка
Уникальная мультивалютная авторская стратегия, одновременно определяющая силу трендов и точки входа в рынок, визуализируя это с помощью гистограмм на графике. Индикатор оптимально адаптирован для торговли на временных периодах М5, М15, М30, Н1. При этом для удобства пользователя по определенной точке всегда появляется точка входа (в виде стрелки), рекомендуемые уровни получения прибыли (TP1, TP2 с текстовыми метками) и рекомендация по установке Стоп Лосс. Уровни получения прибыли (TP1, TP2) авто
Индикатор поддержки и сопротивления для бинарных опционов Этот индикатор разработан специально для торговли бинарными опционами и отлично показывает откаты от уровней поддержки и сопротивления. Сигналы появляются на текущей свече. Красная стрелка, направленная вниз, указывает на потенциальную возможность продажи, а синяя стрелка, направленная вверх, предлагает возможности для покупки. Все, что вам нужно настроить, это цвет сигнальных стрелок. Рекомендуется использовать его на таймфреймах M1-M5,
Индикатор Skalping instant. Сигнал на покупки или продажу совместно с подвальным значением индикатора даёт стрелка.  Сильным сигнал считается тогда когда стрелка и подвальный индикатор который отображает четыре таймфрейма  совпали в прогнозе. Данный индикатор содержит в себе много алгоритмов и задач которые были сведены к одному результату который и даёт индикатор Skalping instant , а именно информирует трейдера о направлении рынка. Тем самым он даёт 1.Скальпинговый сигнал( рисунок 1) На выбранн
Daily Candle Predictor - это индикатор, который предсказывает цену закрытия свечи. Прежде всего индикатор предназначен для использования на графиках D1. Данный индикатор подходит как для традиционной форекс торговли, так и для торговли бинарными опционами. Индикатор может использоваться как самостоятельная торговая система, так может выступать в качестве дополнения к вашей уже имеющейся торговой системе. Данный индикатор производит анализ текущей свечи, рассчитывая определенные факторы силы внут
Fibonacci retracement and extension line drawing tool Fibonacci retracement and extended line drawing tool for MT4 platform is suitable for traders who use  golden section trading Advantages: There is no extra line, no too long line, and it is easy to observe and find trading opportunities Trial version: https://www.mql5.com/zh/market/product/35884 Main functions: 1. Multiple groups of Fibonacci turns can be drawn directly, and the relationship between important turning points
Black series MT4 - Индикатор предназначен для торговли на бинарных опционах с Tаймфреймом М1-M5-M15 Мультивалютный (Работает на криптовалюте и на валютных парах) Сигнал появляется при открытии свечи До 90% верных сигналов Полностью отсутствует перерисовка сигналов  Можно использовать с другими индикаторами. Хороший для скальпинга! В Настройках есть: -Методы работы индикатора -И Аллерт Цвет стрелок Красный сигнал вниз Синий сигнал вверх Так же смотрите видео как работает индикатор и появляются си
Индикатор для бинарных опцыонов стрелочный прост в использовании и не требует настройки работает на всех валютных парах акцыях крипто валюте сигнал на покупку синяя стрелка вверх  сигнал на продажу красная стрелка в низ  советы не стоит торговать во время новостей и за 15-30 минут перед их выходом так как рынок слишком волотилен и очень много шума  входить в сделки стоит на одну или две свечи от текущего периода ( рекомендуется на 1 свечу ) таймфрейм до м 15 рекомендуемый мани менеджмент фиксир
SuperTrend Alerts добавляет алерты к популярному индикатору SuperTrend, который следует за трендом и потому хорошо работает только при выраженном тренде. SuperTrend широко используется во внутридневной и дневной торговле, работает на любом таймфрейме. Устанавливайте call, когда цена свеча закрывается выше линии SuperTrend, и put, когда цена закрывается ниже. Эти условия обозначаются неперерисовывающимися стрелками вверх/вниз. Алерты Предусмотрены звуковые алерты, алерты в виде всплывающих сооб
Perfect Trade System   indicator is designed for trend and signal trading. This indicator generates trend signals.  It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators.  You can only trade with this indicator. The generated signals are displayed on the graphical screen.  Thanks to the alert features you ca
Это уникальный индикатор MACD, который является более точным и простым в использовании, чем традиционный MACD. Он подходит для любого цикла графика и подходит для любого рынка. Красный столбец - это сигнал полосы (Buy), а синий столбец - сигнал полосы (Sell). Желтые и зеленые линии являются линиями тренда, и эти две линии никогда не пересекаются. Покупка: в синей колонке посмотрите на зеленую линию вверх через среднюю ось 0. Продажа: в красной колонке посмотрите на желтую линию вниз по с
Приручить тренд стало ещё проще! Об изменении настроения цены просигнализирует PDS индикатор. Всего одна настройка! Изучите работу индикатора и получите  возможность для прибыльных сделок на основе проверенной и протестированной стратегии. Математический алгоритм докажет даже скептикам свою работоспособность при любых рыночных условиях. Прекрасно сочетается с любой торговой стратегией. Никогда не пересчитывает сигналы. Сигналы появляются по октрытию нового бара. Работает с любыми финансовыми
This product is a part of  ON Trade Waves Patterns Harmonic Elliot Wolfe you can test free version on EURJPY from this link  Wolf Waves Indicator Откройте для себя Wolf Waves - ваш идеальный инструмент для торговли! Вы ищете мощный инструмент для легкой идентификации Wolf Waves на любом временном интервале? Дальше смотреть не надо! Наш индикатор Wolf Waves делает это легко. Вот почему он идеально подходит именно вам: Основные характеристики: Автоматическое обнаружение: Наш индикатор Wolf Wav
MasterArrow
Pavel Krysanov
5 (1)
Для любого трейдера одной из самых главных задач при торговле на форексе является правильное определение точек входа в сделку и выхода из нее. Индикатор MasterArrow создан для помощи трейдерам в решении данной задачи. В нем нет ничего лишнего, индикатор рисует на графике только стрелки, которые являются сигналами для входа в сделку. Стрелка вверх является сигналом на сделку BUY, стрелка вниз на сделку SELL. Настраивать индикатор тоже очень просто. Для изменения частоты появления сигналов нужно и
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
VR Cub
Vladimir Pastushak
VR Cub это индикатор что бы получать качественные точки входа. Индикатор разрабатывался с целью облегчить математические расчеты и упростить поиск точек входа в позицию. Торговая стратегия, для которой писался индикатор, уже много лет доказывает свою эффективность. Простота торговой стратегии является ее большим преимуществом, что позволяет успешно торговать по ней даже начинающим трейдерам. VR Cub рассчитывает точки открытия позиций и целевые уровни Take Profit и Stop Loss, что значительно повы
The   True Magic Oscillator   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate signals from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator is never repainted. The point at which the signal is given does not change.         Features and Recommendations Wor
Волны Вольфа - это естественные торговые модели, присутствующие на всех финансовых рынках и представляющие собой борьбу за равновесную цену. Эти модели могут развиваться в течение коротких и долгосрочных периодов времени и являются одной из самых надежных моделей прогнозного разворота из существующих, обычно предшествующих сильным и долгим движениям цены. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Четкие торговые сигналы Удивительно легк
Dr Trend - это трендовый индикатор для торговой платформы MetaTrader 4. Данный индикатор позволяет находить наиболее вероятные точки разворота тренда. Индикатор авторский такого вы больше не где не найдете. Простая, но эффектиная система для определения форекс-тренда. По скриншотах можете сами увидеть точностью данного инструмента. Работает на всех валютных парах, акциях, сырье, криптовалютах. Вы уже устали от постоянных взлетов и падений? Не стоит становится жертвой неустойчивых движений рын
TrendCompass is a powerful indicator for trading in the currency and cryptocurrency markets on the MetaTrader 4 platform. This innovative tool is designed to simplify analysis and decision-making in trading. The indicator combines various technical indicators and algorithms to provide accurate and timely trading signals. Key Features: Multilevel Strategy: TrendCompass is based on a comprehensive strategy that includes analyzing major trends, support and resistance levels, and various technical
This   Real Magic Trend   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate signals from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator is never repainted. The point at which the signal is given does not change.      Features and Recommendations Time Frame
Real Pro Signal   indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator certainly does not repaint. The point at which the signal is given does not change.     Features and Suggestions Time Frame: H1 W
Индикатор представляет собой видоизмененный индикатор Fibonacci-SS https://www.mql5.com/ru/market/product/10136 . Отличается поведение при размещения отложенных ордеров и линии TP. Автоматическое размещение линий Фибрначчи от максимума до минимума видимых баров: Автоматические отложенные ордера (Buy/Sell) Taking Profit 1, Taking Profit 2 как точки разворота и Taking Profit 3 для улучшения возможной прибыли. Лучшее соотношение риска и прибыли. Простой и мощный индикатор Этот индикатор, наряду с
This is a new strategy for SUPPLY DEMAND areas It is based on a calculation using the tick volume to detect the big price action in market for both bear /bull actions this smart volume action candles are used to determine the supply and demand areas prices in between main supply and demand lines indicate sideway market  up arrows will be shown when prices moves above the main supply and the secondary supply lines Down arrows will be shown when prices moves below the main demand and the secondary
WPR по Профилю, или WPR для Профессионалов Индикатор Geo_WprPro - один из серии знаменитых индикаторов по профилю валюты - осуществляет одновременное отображение в матричном виде состояния двух индикаторов WPR с разными параметрами на всех таймфреймах на нескольких валютных парах, образующих профиль валюты. Как следует из описания, " Индикатор WPR является опережающим индикатором, чаще всего, он опережает график цены. Замечено, что осциллятор очень часто образует экстремумы перед разворотом цены
Индикатор определения флета и тренда. Если цена ниже любой из двух гистограмм и двух линий (красной и синей), это зона продаж. При покупке этой версии индикатора, версия  МТ5  для одного реального и одного демо-счета - в подарок (для получения, напишите мне личное сообщение)! Если цена выше любой из двух гистограмм и двух линий (красной и синей), это зона покупок. MT5 version:  https://www.mql5.com/ru/market/product/70409 Если цена находится между двух линий или в зоне любой из гистограмм, зна
MetaCOT 2 - набор индикаторов и специализированных утилит для анализа отчетов американской комиссии по товарным рынкам CFTC (U.S. Commodity Futures Trading Commission). Благодаря отчетам, издаваемым комиссией, можно анализировать размер и направление позиций крупных участников рынка, что выводит точность долгосрочного прогнозирования цены на новый, более качественный уровень, недоступный большинству трейдеров. Данные индикаторы, относящиеся к фундаментальному анализу, также можно использовать ка
The principle of this indicator is very simple: detecting the trend with Moving Average, then monitoring the return point of graph by using the crossing of Stochastic Oscillator and finally predicting BUY and SELL signal with arrows, alerts and notifications. The parameters are fixed and automatically calculated on each time frame. Example: If you install indicator on EURUSD, timeframe M5: the indicator will detect the main trend with the Moving Average on this timeframe (for example the Moving
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consis
С этим продуктом покупают
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. Пожалуйста, напишите мне после покупки! Я поделюсь своими рекомендациями по использованию индикатора. Также вас ждет отличный бонусный индикатор в подарок! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна от
- Real price is 80$ - 40% Discount ( It is 49$ now ) Contact me for instruction, add group and any questions! Related Product:  Bitcoin Expert , Gold Expert Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends wi
Прежде всего стоит подчеркнуть, что этот торговый индикатор не перерисовывается, не перерисовывает и не отставает, что делает его идеальным как для ручной, так и для роботизированной торговли. Руководство пользователя: настройки, вводы и стратегия. Атомный аналитик - это индикатор ценового действия PA, который использует силу и импульс цены, чтобы найти лучший край на рынке. Оборудованный расширенными фильтрами, которые помогают убирать шумы и ложные сигналы, и повышают торговый потенциал. Испо
Инновационный индикатор, использующий эксклюзивный алгоритм для быстрого и точного определения тренда. Индикатор автоматически рассчитывает время открытия и закрытия позиций, а также подробную статистику работы индикатора на заданном отрезке истории, что позволяет выбрать наилучший торговый инструмент для торговли. Вы также можете подключить свои пользовательские стрелочные индикаторы к Scalper Inside Pro для проверки и расчета их статистики и прибыльности. Scalper Inside PRO (версии 6.5 и выше)
Gold Stuff
Vasiliy Strukov
4.89 (239)
Gold Stuff - трендовый индикатор, разработанный специально для золота, также может использоваться на любых финансовых инструментах. Индикатор не перерисовывается и не запаздывает. Рекомендуемый тайм-фрейм H1.  По данному индикатору написан советник EA Gold Stuff, Вы можете найти его в моем профиле. Свяжитесь со мной сразу после покупки для получения   персонального бонуса!  Вы можете получить бесплатную копию нашего индикатора Strong Support and Trend Scanner, пожалуйста, в личку. мне! Настройки
В настоящее время скидка 20%! Лучшее решение для новичка или трейдера-эксперта! Эта приборная панель работает на 28 валютных парах. Он основан на 2 наших основных индикаторах (Advanced Currency Strength 28 и Advanced Currency Impulse). Он дает отличный обзор всего рынка Forex. Он показывает значения Advanced Currency Strength, скорость движения валюты и сигналы для 28 пар Forex на всех (9) таймфреймах. Представьте, как улучшится ваша торговля, когда вы сможете наблюдать за всем рынком с пом
Enigmera
Ivan Stefanov
5 (3)
ЭНИГМЕРА: ядро рынка https://www.enigmera.com Введение Этот индикатор и торговая система представляют собой удивительный подход к финансовым рынкам. ENIGMERA использует фрактальные циклы для точного расчета уровней поддержки и сопротивления. Он показывает подлинную фазу накопления и дает направление и цели.  Система, которая работает независимо от того, находимся ли мы в тренде или в коррекции.  Как она работает? ENIGMERA состоит из трех линий: линии поддержки/сопротивления, линии цели и ли
TPSproTREND PrO
Roman Podpora
4.79 (19)
TPSpro TREND PRO   —  трендовый индикатор, который автоматически анализирует рынок и предоставляет информацию о тренде и каждой его смене а также дающий сигналы для входа в сделки без перерисовки! Индикатор использует каждую свечу, анализируя их отдельно. относя к разным импульсам – импульс вверх или вниз. Точные точки входа в сделки  для  валют, крипты, металлов, акций, индексов! Version MT5           ПОЛНОЕ ОПИСАНИЕ ИНДИКАТОРА           Рекомендуем использовать с  индикатором -  RFI LEVELS
Dynamic Forex28 Navigator — инструмент для торговли на рынке Форекс нового поколения. В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 49%. Dynamic Forex28 Navigator — это эволюция наших популярных индикаторов, объединяющая мощь трех в одном: Advanced Currency Strength28 Indicator (695 отзывов) + Advanced Currency IMPULSE with ALERT (520 отзывов) + CS28 Combo Signals (бонус). Подробности об индикаторе https://www.mql5.com/en/blogs/post/758844 Что предлагает индикатор Strength нового поколения?  Все, что вам нрав
Trend Punch
Mohamed Hassan
4.95 (19)
This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arrows during strong market trends, making your trading decisions clearer and more confident. Whether you're trading major currency pairs or exotic sym
Trend Screener
STE S.S.COMPANY
4.8 (87)
Индикатор тренда, революционное уникальное решение для торговли и фильтрации тренда со всеми важными функциями тренда, встроенными в один инструмент! Это 100% неперерисовывающийся мультитаймфреймный и мультивалютный индикатор, который можно использовать на всех инструментах/инструментах: форекс, товары, криптовалюты, индексы, акции. ПРЕДЛОЖЕНИЕ ОГРАНИЧЕННОГО ВРЕМЕНИ: Индикатор скринера поддержки и сопротивления доступен всего за 50$ и бессрочно. (Изначальная цена 250$) (предложение продлено) Tre
FX Volume
Daniel Stein
4.58 (33)
Получайте ежедневную информацию о рынке с подробностями и скриншотами в нашем утреннем брифинге здесь, на mql5 , и в Telegram ! FX Volume - это ПЕРВЫЙ и ЕДИНСТВЕННЫЙ индикатор объема, который дает РЕАЛЬНОЕ представление о настроении рынка с точки зрения брокера. Он дает потрясающее представление о том, как институциональные участники рынка, такие как брокеры, позиционируют себя на рынке Forex, гораздо быстрее, чем отчеты COT. Видеть эту информацию прямо на своем графике - это настоящий геймчей
INSTRUCTIONS     RUS   -    ENG                    Рекомендуем использовать с индикатором -   TPSpro  TREND PRO -  Version MT5 Важным ключевым элементом в трейдинге являются зоны или уровни, от которых принимаются решения о покупке или продаже торгового инструмента. Несмотря на попытки крупных игроков скрыть свое присутствие на рынке, они неизбежно оставляют следы. Наша задача заключалась в том, чтобы научиться находить эти следы и правильно их интерпретировать. Основные функции: Отображения ак
Получайте ежедневную информацию о рынке с подробностями и скриншотами через наш утренний брифинг здесь, на mql5 , и в Telegram ! FX Power MT4 NG - это новое поколение нашего популярного измерителя силы валют FX Power. Что же предлагает этот измеритель силы нового поколения? Все, что вы любили в оригинальном FX Power ПЛЮС Анализ силы GOLD/XAU Еще более точные результаты расчетов Индивидуально настраиваемые периоды анализа Настраиваемый предел расчета для еще более высокой производительности Спец
Прежде всего стоит подчеркнуть, что этот Торговый Инструмент является Неперерисовывающимся Нерепейнтинговым Индикатором, что делает его идеальным для профессиональной торговли. Онлайн-курс, руководство пользователя и демонстрация. Индикатор Концепций Умного Действия Цены - очень мощный инструмент как для новичков, так и для опытных трейдеров. Он объединяет более 20 полезных индикаторов в одном, комбинируя передовые торговые идеи, такие как анализ Inner Circle Trader и стратегии торговли конц
Ultimate Gold Advisor для MetaTrader 4 Ultimate Gold Advisor — это продвинутый технологический инструмент, созданный для оптимизации торгового процесса на MetaTrader 4. Разработанный для удовлетворения потребностей опытных трейдеров, этот индикатор сочетает точность, сложный анализ и многофункциональность, предоставляя поддержку для принятия обоснованных торговых решений. Идеально подходит для торговли золотом, но также применим к широкому спектру активов. Ultimate Gold Advisor может помочь вам
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! D
Legacy of Gann
Pavel Zamoshnikov
4.83 (12)
Индикатор очень точно определяет уровни возможного окончания тренда и фиксации профита. Метод определения уровней основан на идеях В.Д.Ганна (W.D.Gann), с использованием алгоритма, разработанного его последователем Кириллом Боровским. Чрезвычайно высокая достоверность достижения уровней (по словам К.Боровского  – 80-90%) Незаменим для любой торговой стратегии – каждому трейдеру необходимо определить точку выхода из рынка! Точно определяет цели на любых таймфремах и любых инструментах (форекс, ме
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tra
Currency Strength Wizard — очень мощный индикатор, предоставляющий вам комплексное решение для успешной торговли. Индикатор рассчитывает силу той или иной форекс-пары, используя данные всех валют на нескольких тайм фреймах. Эти данные представлены в виде простых в использовании индексов валют и линий силы валют, которые вы можете использовать, чтобы увидеть силу той или иной валюты. Все, что вам нужно, это прикрепить индикатор к графику, на котором вы хотите торговать, и индикатор покажет вам ре
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
Этот индикатор является супер комбинацией двух наших продуктов Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . Он работает на всех временных рамках и графически показывает импульс силы или слабости для 8 основных валют плюс один символ! Этот индикатор специализирован для отображения ускорения силы валюты для любых символов, таких как золото, экзотические пары, товары, индексы или фьючерсы. Первый в своем роде, любой символ может быть добавлен в 9-ю строку, чтобы пока
Scalper Vault — это профессиональная торговая система, которая дает вам все необходимое для успешного скальпинга. Этот индикатор представляет собой полную торговую систему, которую могут использовать трейдеры форекс и бинарных опционов. Рекомендуемый тайм фрейм М5. Система дает точные стрелочные сигналы в направлении тренда. Она также предоставляет вам сигналы выхода и рассчитывает рыночные уровни Ганна. Индикатор дает все типы оповещений, включая PUSH-уведомления. Пожалуйста, напишите мне после
Market Structure
Reza Aghajanpour
4.85 (26)
** All Symbols x All Timeframes scan just by pressing scanner button ** *** Contact me  to send you instruction and add you in "Market Structure group" for sharing or seeing experiences with other users. Introduction: Market structure is important for both new and professional traders since it can influence the liquidity and price action of a market (Breakout and Retest). It’s also one of the most commonly used techniques to understand trends, identify potential reversal points, and get a feel f
Matrix Arrow Indicator MT4
Juvenille Emperor Limited
5 (3)
Индикатор Matrix Arrow MT4 — это уникальный индикатор тренда 10 в 1, следующий за 100% неперерисовывающимся индикатором с несколькими таймфреймами, который можно использовать на всех символах/инструментах: форекс, товары, криптовалюты, индексы, акции.  Индикатор Matrix Arrow MT4 будет определять текущую тенденцию на ранних этапах, собирая информацию и данные от до 10 стандартных индикаторов, а именно: Индекс среднего направленного движения (ADX) Индекс товарного канала (CCI) Классические свечи
IX Power , наконец, предлагает непревзойденную точность FX Power для нефорексных символов. Он точно определяет интенсивность краткосрочных, среднесрочных и долгосрочных трендов в ваших любимых индексах, акциях, товарах, ETF и даже криптовалютах. Вы можете анализировать все, что может предложить ваш терминал. Попробуйте и почувствуйте, как значительно улучшается ваш тайминг при торговле. Ключевые особенности IX Power 100% точные результаты расчетов без перерисовки - для всех торговых сим
СЕЙЧАС СКИДКА 31% !!! Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и секретную формулу. Всего на ОДНОМ графике он выдает алерты по всем 28 валютным парам. Представьте, как улучшится ваша торговля, ведь вы сможете точно определить точку запуска нового тренда или возможность скальпирования! Построенный на новых базовых алгоритмах, он позволяет е
Оставьте комментарий после покупки, чтобы получить 4 высококачественных индикатора в качестве бонуса. Индикатор Chart Patterns All-in-One помогает трейдерам визуализировать различные графические модели, которые широко используются в техническом анализе. Он помогает определить возможное поведение рынка, но не гарантирует прибыльность. Рекомендуется протестировать индикатор в демо-режиме перед покупкой. Текущая акция : Скидка 50% на индикатор "Chart Patterns All in One". Включенные модели : Модель
Индикатор Supply Demand использует предыдущее ценовое действие для выявления потенциального дисбаланса между покупателями и продавцами. Ключевым является определение зон с лучшими возможностями, а не просто вероятностей. Индикатор Blahtech Supply Demand обеспечивает функционал, не доступный ни в одной платформе. Этот индикатор 4 в 1 не только выделяет зоны с более высокой вероятностью на основе механизма оценки силы по множественным критериям, но также комбинирует его с мульти-таймфреймовым анал
AW Prime Oscillator
AW Trading Software Limited
5 (1)
Комбинация из двух осцилляторов. Первый отображает точки входа, второй - текущий тренд. Индикатор может отображать сигналы осцилляторов стрелками в двух режимах, все сигналы быстрого осциллятора или сигналы только по текущему тренду. Имеет мультитаймфреймовую панель и три типа уведомлений о появлении сигнала.   Преимущества: Подходит для дневной и скальпирующей торговли Трендовая фильтрация Простая и чувствительная настройка Мультитаймфреймовая панель Подходит для интеграции в советник.  Работа
Другие продукты этого автора
I do not have the exact indicator for MT4 but the nearest possible look alike can be downloaded from here . Also you may check this link . This is the exact conversion from TradingView: "Donchian Trend Ribbon" By "LonesomeTheBlue". One of the coolest indicators out there to detect trend direction and strength. As a trader you always need such indicator to avoid getting chopped in range markets. There are ten buffers as colors to use in EAs also. The indicator is loaded light and non-repaint. Not
To get access to MT4 version please click here . - This is the exact conversion from TradingView: "Hull Suite" By "Insilico". - This is a light-load processing and non-repaint indicator. - You can message in private chat for further changes you need. Here is the source code of a simple Expert Advisor operating based on signals from  Hull Suite . #include <Trade\Trade.mqh> CTrade trade; int handle_hull= 0 ; input group "EA Setting" input int magic_number= 123456 ; //magic number input double fixe
To get access to MT5 version please click here . This is the exact conversion from TradingView: "Zero Lag MACD Enhanced - Version 1.2" by "   Albert.Callisto ". This is a light-load processing and non-repaint indicator. All input options are available.  Buffers are available for processing in EAs. You can message in private chat for further changes you need. Thanks
To download MT4 version please click here . - This is the exact conversion from TradingView: "Linear Regression Candles" By "ugurvu". - The overall look of the indicator is like Heiken Ashi. - It can be used as a trend confirmation indicator to detect the right trend direction. - This indicator lets you read the buffers for Candles' OHLC. - This is a non-repaint and light processing load indicator - You can message in private chat for further changes you need. Thanks
To download MT5 version please click here . This is the exact conversion from TradingView: "B-Xtrender" By "QuantTherapy". - It is an oscillator based on RSI and multiple layers of moving averages. -   It is a two in one indicator to calculate overbought and oversold zones for different RSI settings. -  This indicator lets you read the buffers for all data on the window. - This is a non-repaint and light processing load indicator. - You can message in private chat for further changes you need.
To get access to MT5 version please click   here . This is the exact conversion from TradingView: "ZLSMA - Zero Lag LSMA" by "veryfid". This is a light-load processing indicator. This is a non-repaint indicator. Buffers are available for processing in EAs. All input fields are available. You can message in private chat for further changes you need. Thanks for downloading
This is the Chandelier Exit trend indicator applied to heiken ashi candles based on "G TREND GUNBOT" by "LUIS_GANDATA_G_TREND" on tradingview. Heiken ashi candles filter out many of the chops and therefore as an input to Chandelier Exit you achieve well filtered Buy and Sell signals. Also you can choose to apply the trend indicator to normal candles via input tab. (two in one indicator) This is a non-repaint and light processing load indicator. You can message in private chat for further change
FREE
Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. Strategy description - Detect trend based on GoldTrader rules. - Enter in both direction as much as needed to achieve acceptable amount of profit. - Although this is a martingale bot it is very unlikely to loose your money, because: ==> the money management rules are safe and low risk. ==> entries
FREE
To download MT4 version please click here . The Volume Oscillator measures volume by analyzing the relationship between two Moving Averages. The Volume Oscillator indicator subtracts a fast MA from slow MA. The fast and slow MA periods are configurable via input tab. Volume indicators are an ingredient of trading systems to avoid entry in thin liquidity markets. Having set a threshold on Volume Oscillator you can avoid entering chop. Buffers are available to access via EA.
FREE
Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. martingale version is available here . Strategy description - Detect trend based on EMA18-EMA50-SMA200 alignment in three time frames: M15, H1, H4 - Trade in trend direction and exit when above alignment is broken. - The bot is tuned to trade XAUUSD(Gold). - The bot output is break even in rangi
FREE
To get access to MT5 version please click here . - This is a conversion from TradingView: "Hull Suite" By "Insilico". - This is a light-load processing and non-repaint indicator. - You can message in private chat for further changes you need. note: Color filled areas and colored candles are not supported in MT4 version. Here is the source code of a simple Expert Advisor operating based on signals from  Hull Suite . #property strict input string EA_Setting= "" ; input int magic_number= 1234 ; inp
For MT4 version please click here . This is the exact conversion from TradingView: "Range Filter 5min" By "guikroth". - This indicator implements Alerts as well as the visualizations. - Input tab allows to choose Heiken Ashi or Normal candles to apply the filter to. It means it is a (2 in 1) indicator. - This indicator lets you read the buffers for all data on the window. For details on buffers please message me. - This is a non-repaint and light processing load indicator. - You can message in p
To get access to MT5 version please click here . This is the exact conversion from TradingView: " Better RSI with bullish / bearish market cycle indicator" by TradeCalmly. This is a light-load processing and non-repaint indicator. All input options are available.  Buffers are available for processing in EAs. You can message in private chat for further changes you need.
This Expert is developed to optimize parameters to trade intraday trending markets. Simply use optimization to find the proper inputs for specific symbol you are interested in.  This is a light load EA from processing point of view. You can easily run this on several charts simultaneously. Make sure to set a different magic number for each. note: The screenshot shows a 12% profitability in EURUSD for a period of a year and 2% draw-down using optimization to find best inputs.
FREE
This Expert is developed to optimize parameters to trade in choppy markets. Simply use optimization to find the proper inputs for specific symbol you are interested in.  This is a light load EA from processing point of view. You can easily run this on several charts simultaneously. Make sure to set a different magic number for each. note: The screenshot shows a 20% profitability in USDCAD for a period of 4-months and 5% draw-down using optimization to find best inputs.
FREE
To download MT4 version please click here . - This is vortex indicator. - It is used to detect trend strength and direction. - It consists of two line(buffers). ==> VIM and VIP - There are three types of signals related to this indicator: 1. crossing VIM and VIP 2. threshold on distance between VIP and VIM 3. VIP above VIM vice versa. - This is a non-repaint indicator with light processing.
FREE
This is MacroTrendTrader. It trades in DAILY time frame even if you run it on lower time frames. It opens/closes trades once per day at a specific time that you choose via input tab: - "param(1-5)" are optimization parameters. - "Open/Close Hour" is set via input tab. Make sure to choose this to be away from nightly server shutdown. - "high risk" mode if chosen, sets a closer stop loss level. Therefore higher lot sizes are taken.  This is a light load EA from processing point of view. Calculatio
FREE
To get access to MT5 version please click here . - This is the exact conversion from TradingView: "Trend Regularity Adaptive Moving Average","TRAMA" By "   LuxAlgo   ". - This is a light-load processing and non-repaint indicator. - Buffer is available for the main line on chart. - You can message in private chat for further changes you need. Thanks for downloading
To get access to MT5 version please click here . - This is the exact conversion from TradingView: "Stochastic Momentum Index" By "UCSgears". - This is a popular version of stochastic oscillator on tradingview. - This is a light-load processing and non-repaint indicator. - Buffers are available for the lines on chart. - You can message in private chat for further changes you need. Thanks for downloading
For MT4 version please click here . This is the exact conversion from TradingView: "Average True Range Stop Loss Finder" By "veryfid". - This indicator implements a deviation channel. - The channel determines trend direction as well as stop loss placement. - This is a non-repaint and light processing load indicator. - You can message in private chat for further changes you need.
To get access to MT5 version please click here . This is the exact conversion from TradingView: "Supertrend" by " KivancOzbilgic ". This is a light-load processing and non-repaint indicator. Highlighter option isn't available in MT4 version. You can message in private chat for further changes you need. Here is the source code of a simple Expert Advisor operating based on signals from  Supertrend . #property strict input string EA_Setting= "" ; input int magic_number= 1234 ; input double fixed_lo
To download MT5 version please click  here . The Volume Oscillator measures volume by analyzing the relationship between two Moving Averages. The Volume Oscillator indicator subtracts a fast MA from slow MA. The fast and slow MA periods are configurable via input tab. Volume indicators are an ingredient of trading systems to avoid entry in thin liquidity markets. Having set a threshold on Volume Oscillator you can avoid entering chop. Buffers are available to access via EA.
FREE
To get access to MT5 version please click here . - This is the exact conversion from TradingView: "Didi Index" by " everget ". - This is a popular version of DIDI index on tradingview. - This is a light-load processing and non-repaint indicator. - Buffer is available for the lines on chart and arrows on chart. - You can message in private chat for further changes you need. Thanks for downloading
To download MT4 version please click here . Metatrader users are limited to few moving average types. Therefor I decided to create a package consisting of all MAs I knew. This package suggests 12 different types: { SMA, EMA, DEMA, TEMA, WMA, VWMA, SMMA(RMA), HullMA, LSMA, ALMA, SSMA, TMA } You can configure them via input tab. This is a non-repaint indicator with light load. To implement them I referred to standard  libraries of pine script.
FREE
To download MT5 version please click here . - This is vortex indicator. - It is used to detect trend strength and direction. - It consists of two line(buffers). ==> VIM and VIP - There are three types of signals related to this indicator: 1. crossing VIM and VIP 2. threshold on distance between VIP and VIM 3. VIP above VIM vice versa. - This is a non-repaint indicator with light processing.
FREE
To download MT4 version please click here . This is the exact conversion from TradingView: "RSI versus SMA" By "JayRogers". This indicator lets you read the buffers for all Lines on chart.  Note: This is an indicator, Not an expert. Meaning It does not take trades. If you want the EA please contact via message. You can easily use the indicator to understand the logic behind trades that the TradingView strategy takes. The strategy is profitable if this indicator is applied to the right symbol at
FREE
To get access to MT5 version please click   here . This is the exact conversion from TradingView: "Hammer & ShootingStar Candle Detector" by "MoriFX". This is a light-load processing and non-repaint indicator. All input options are available.  Buffers are available for processing in EAs. You can message in private chat for further changes you need. Thanks.
FREE
To download MT5 version please click here . Metatrader users are limited to few moving average types. Therefor I decided to create a package consisting of all MAs I knew. This package suggests 12 different types: { SMA, EMA, DEMA, TEMA, WMA, VWMA, SMMA(RMA), HullMA, LSMA, ALMA, SSMA, TMA } You can configure them via input tab. This is a non-repaint indicator with light load. To implement them I referred to   standard  libraries of pine script.
FREE
- This is the exact conversion from TradingView: " 200-EMA Moving Average Ribbon" By "Dale_Ansel". - This indicator plots a series of moving averages to create a "ribbon" that offers a great visual structure to price action. - This indicator lets you read buffers. For information on buffers please contact via message. - This is a non-repaint and light processing load indicator
FREE
To download MT5 version please click  here . This is the exact conversion from TradingView: "RSI versus SMA" By "JayRogers". This indicator lets you read the buffers for all Lines on chart.  Note: This is an indicator, Not an expert. Meaning It does not take trades. If you want the EA please contact via message. You can easily use the indicator to understand the logic behind trades that the TradingView strategy takes. The strategy is profitable if this indicator is applied to the right symbol at
FREE
Фильтр:
ACastilla
499
ACastilla 2023.09.01 19:51 
 

High quality from a high quality programmer. Also, it is true that if you need something the programmer will help you. Thank you very much to him. You are in good hands with his indicators. He is the one if you look tradingview indicators for MT4.

Yashar Seyyedin
40374
Ответ разработчика Yashar Seyyedin 2023.09.01 19:55
Thanks for the positive review. Wish you a successful trading career.
elite luis
3351
elite luis 2023.03.19 15:19 
 

Thanks Author for the Amazing work to convert tradingview indicator to MT4, love it so much! and Am Getting MT5 also! Big Thank you to Author please continue converting the popular indicator from TV to MT4,MT5, Happy Coding!

Yashar Seyyedin
40374
Ответ разработчика Yashar Seyyedin 2023.03.19 16:33
Thanks for your positive review. I am converting more indicators.
Ganesh Patil
109
Ganesh Patil 2023.02.21 17:55 
 

Indicator is excellent and very helpful for accurate trend detection, i strongly recommend this indicator

Yashar Seyyedin
40374
Ответ разработчика Yashar Seyyedin 2023.03.19 16:40
Thanks.
Ответ на отзыв
Версия 1.30 2023.11.28
Updated buffers' names.
Версия 1.20 2023.08.17
1. Added signal line option
2. Added linear regression option
Версия 1.10 2023.01.10
A fix about shadows coloring.