• Обзор
  • Отзывы (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
3331
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
73
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) авто
The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns , including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patte
Индикатор поддержки и сопротивления для бинарных опционов Этот индикатор разработан специально для торговли бинарными опционами и отлично показывает откаты от уровней поддержки и сопротивления. Сигналы появляются на текущей свече. Красная стрелка, направленная вниз, указывает на потенциальную возможность продажи, а синяя стрелка, направленная вверх, предлагает возможности для покупки. Все, что вам нужно настроить, это цвет сигнальных стрелок. Рекомендуется использовать его на таймфреймах 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. Продажа: в красной колонке посмотрите на желтую линию вниз по с
Forex Gump
Andrey Kozak
2.83 (6)
Forex Gump - это полностью готовая полуавтоматическая торговая система. В виде стрелок на экран выводятся сигналы для открытия и закрытия сделок. Все, что вам нужно, это следовать указаниям индикатора. Когда индикатор показывает синюю стрелку, Вам нужно открывать ордер на покупку. Когда индикатор показывает красную стрелку, нужно открывать ордер на продажу. Закрываем ордера когда индикатор рисует желтый крестик. Для того, чтобы получить максимально эффективный результат, рекомендуем использовать
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
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
Master scalping M1 -инновационный индикатор, использующий алгоритм для быстрого и точного определения тренда.Индикатор рассчитывает время открытия и закрытия позиций, алгоритмы индикатора позволяют находить идеальные моменты для входа в сделку (покупки или продажи актива), повышающие успешность сделок у большинства трейдеров. Преимущества индикатора: Прост в использовании, не перегружает график не нужной информацией. Возможность использования  как фильтр для любой стратегии. Работает на рынке
С этим продуктом покупают
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. Пожалуйста, напишите мне после покупки! Я поделюсь своими рекомендациями по использованию индикатора. Также вас ждет отличный бонусный индикатор в подарок! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна от
Прежде всего стоит подчеркнуть, что этот торговый индикатор не перерисовывается, не перерисовывает и не отставает, что делает его идеальным как для ручной, так и для роботизированной торговли. Руководство пользователя: настройки, вводы и стратегия. Атомный аналитик - это индикатор ценового действия PA, который использует силу и импульс цены, чтобы найти лучший край на рынке. Оборудованный расширенными фильтрами, которые помогают убирать шумы и ложные сигналы, и повышают торговый потенциал. Испо
Gold Stuff
Vasiliy Strukov
4.9 (267)
Gold Stuff - трендовый индикатор, разработанный специально для золота, также может использоваться на любых финансовых инструментах. Индикатор не перерисовывается и не запаздывает. Рекомендуемый тайм-фрейм H1.  По данному индикатору написан советник EA Gold Stuff, Вы можете найти его в моем профиле. Свяжитесь со мной сразу после покупки для получения   персонального бонуса!  Вы можете получить бесплатную копию нашего индикатора Strong Support and Trend Scanner, пожалуйста, в личку. мне! Настройки
Инновационный индикатор, использующий эксклюзивный алгоритм для быстрого и точного определения тренда. Индикатор автоматически рассчитывает время открытия и закрытия позиций, а также подробную статистику работы индикатора на заданном отрезке истории, что позволяет выбрать наилучший торговый инструмент для торговли. Вы также можете подключить свои пользовательские стрелочные индикаторы к Scalper Inside Pro для проверки и расчета их статистики и прибыльности. Scalper Inside PRO инструкция и настро
Trend Punch
Mohamed Hassan
5 (17)
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
Reversal First Impulse levels (RFI)        INSTRUCTIONS     RUS    -      ENG           Рекомендуем использовать с  индикатором -  TPSpro  TREND PRO -  Version MT5 Важным ключевым элементом в трейдинге являются зоны или уровни, от которых принимаются решения о покупке или продаже торгового инструмента. Несмотря на попытки крупных игроков скрыть свое присутствие на рынке, они неизбежно оставляют следы. Наша задача заключалась в том, чтобы научиться находить эти следы и правильно их интерпретирова
Currency Strength Wizard — очень мощный индикатор, предоставляющий вам комплексное решение для успешной торговли. Индикатор рассчитывает силу той или иной форекс-пары, используя данные всех валют на нескольких тайм фреймах. Эти данные представлены в виде простых в использовании индексов валют и линий силы валют, которые вы можете использовать, чтобы увидеть силу той или иной валюты. Все, что вам нужно, это прикрепить индикатор к графику, на котором вы хотите торговать, и индикатор покажет вам ре
Получайте ежедневную информацию о рынке с подробностями и скриншотами через наш утренний брифинг здесь, на mql5 , и в Telegram ! FX Power MT4 NG - это новое поколение нашего популярного измерителя силы валют FX Power. Что же предлагает этот измеритель силы нового поколения? Все, что вы любили в оригинальном FX Power ПЛЮС Анализ силы GOLD/XAU Еще более точные результаты расчетов Индивидуально настраиваемые периоды анализа Настраиваемый предел расчета для еще более высокой производительности Спец
В настоящее время скидка 20%! Лучшее решение для новичка или трейдера-эксперта! Эта приборная панель работает на 28 валютных парах. Он основан на 2 наших основных индикаторах (Advanced Currency Strength 28 и Advanced Currency Impulse). Он дает отличный обзор всего рынка Forex. Он показывает значения Advanced Currency Strength, скорость движения валюты и сигналы для 28 пар Forex на всех (9) таймфреймах. Представьте, как улучшится ваша торговля, когда вы сможете наблюдать за всем рынком с пом
Прежде всего стоит подчеркнуть, что этот Торговый Инструмент является Неперерисовывающимся Нерепейнтинговым Индикатором, что делает его идеальным для профессиональной торговли. Онлайн-курс, руководство пользователя и демонстрация. Индикатор Концепций Умного Действия Цены - очень мощный инструмент как для новичков, так и для опытных трейдеров. Он объединяет более 20 полезных индикаторов в одном, комбинируя передовые торговые идеи, такие как анализ Inner Circle Trader и стратегии торговли конц
Trend Screener
STE S.S.COMPANY
4.81 (90)
Индикатор тренда, революционное уникальное решение для торговли и фильтрации тренда со всеми важными функциями тренда, встроенными в один инструмент! Это 100% неперерисовывающийся мультитаймфреймный и мультивалютный индикатор, который можно использовать на всех инструментах/инструментах: форекс, товары, криптовалюты, индексы, акции. Trend Screener - это эффективный индикатор, следующий за трендом, который выдает сигналы тренда в виде стрелок с точками на графике. Функции, доступные в индикаторе
M1 Arrow
Oleg Rodin
4.73 (15)
Внутридневная стратегия, основанная на двух фундаментальных принципах рынка. В основе алгоритма лежит анализ объемов и ценовых волн с применением дополнительных фильтров. Интеллектуальный алгоритм индикатора дает сигнал только тогда, когда два рыночных фактора объединяются в одно целое. Индикатор рассчитывает волны определенного диапазона, а уже для подтверждения волны индикатор использует анализ по объемам. Данный индикатор - это готовая торговая система. Все что нужно от трейдера - следовать с
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
TPSproTREND PrO
Roman Podpora
4.78 (18)
TPSpro TRENDPRO   —  трендовый индикатор, который автоматически анализирует рынок и предоставляет информацию о тренде и каждой его смене а также дающий сигналы для входа в сделки без перерисовки! Индикатор использует каждую свечу, анализируя их отдельно. относя к разным импульсам – импульс вверх или вниз. Точные точки входа в сделки  для  валют, крипты, металлов, акций, индексов! -  Version MT5             ПОЛНОЕ ОПИСАНИЕ ИНДИКАТОРА           Рекомендуем использовать с  индикатором -  RFI LEVE
Advanced Supply Demand
Bernhard Schweigert
4.92 (313)
Этот индикатор является уникальным, качественным и доступным инструментом для торговли, включающим в себя наши собственные разработки и новую формулу. В обновленной версии появилась возможность отображать зоны двух таймфреймов. Это означает, что вам будут доступны зоны не только на старшем ТФ, а сразу с двух таймфреймов - таймфрейма графика и старшего: отображение вложенных зон. Обновление обязательно понравится всем трейдерам, торгующим по зонам спроса и предложения. Важная информация Для мак
В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 26% Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и новую формулу. С помощью всего лишь ОДНОГО графика вы можете определить силу валюты для 28 пар Форекс! Представьте, как улучшится ваша торговля, потому что вы сможете точно определить точку запуска нового тренда или возможность скальпирования? Руководство пользователя:
FX Volume
Daniel Stein
4.61 (36)
Получайте ежедневную информацию о рынке с подробностями и скриншотами в нашем утреннем брифинге здесь, на mql5 , и в Telegram ! FX Volume - это ПЕРВЫЙ и ЕДИНСТВЕННЫЙ индикатор объема, который дает РЕАЛЬНОЕ представление о настроении рынка с точки зрения брокера. Он дает потрясающее представление о том, как институциональные участники рынка, такие как брокеры, позиционируют себя на рынке Forex, гораздо быстрее, чем отчеты COT. Видеть эту информацию прямо на своем графике - это настоящий геймчей
Представляем       Quantum Breakout PRO   , новаторский индикатор MQL5, который меняет ваш способ торговли в зонах прорыва! Разработанная командой опытных трейдеров с опытом торговли более 13 лет,   Quantum Breakout PRO   предназначена для того, чтобы вывести ваше торговое путешествие на новые высоты благодаря своей инновационной и динамичной стратегии зон прорыва. Quantum Breakout Indicator покажет вам сигнальные стрелки на зонах прорыва с 5 целевыми зонами прибыли и предложением стоп-лос
The AT Forex Indicator MT4 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This   powerful indicator   simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AT Forex Indicator uses   advanced algorithms   to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliabl
" All in One Chart Patterns"  Текущая цена будет действовать только первые 3 дня, окончательная цена составит 150$. Этот индикатор объединяет несколько графических паттернов в один единый инструмент для MetaTrader 4 (MT4). Он предоставляет возможность включать или отключать каждый паттерн прямо с графика, что позволяет настраивать и проводить анализ более эффективно. Вот подробное описание индикатора и включенных в него паттернов: Включенные паттерны: Паттерн 1-2-3 Описание : Этот паттерн испол
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Этот индикатор обнаруживает разворот цены зигзагообразно, используя только анализ ценового действия и канал Дончиана. Он был специально разработан для краткосрочной торговли, без перекраски или перекраски вообще. Это фантастический инструмент для проницательных трейдеров, стремящихся увеличить сроки своих операций. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Удивительно легко торговать Это обеспечивает ценность на каждом таймфрейме Ре
Cycle Sniper
Elmira Memish
4.41 (37)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before pu
Dear Traders this is my another tool called " Swing Master Indicator ". As the name above the indicator is designed to help you in swing trading by capturing the low and highs of the price. You may us this tool with any trading strategy and style from scalping to position trading. It is made for level of traders including newbies and advanced traders even prop-firms, hedge funds and banks to help them make sold market analysis. I create tools for serious traders who want to make a difference in
СЕЙЧАС СКИДКА 31% !!! Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и секретную формулу. Всего на ОДНОМ графике он выдает алерты по всем 28 валютным парам. Представьте, как улучшится ваша торговля, ведь вы сможете точно определить точку запуска нового тренда или возможность скальпирования! Построенный на новых базовых алгоритмах, он позволяет е
IX Power , наконец, предлагает непревзойденную точность FX Power для нефорексных символов. Он точно определяет интенсивность краткосрочных, среднесрочных и долгосрочных трендов в ваших любимых индексах, акциях, товарах, ETF и даже криптовалютах. Вы можете анализировать все, что может предложить ваш терминал. Попробуйте и почувствуйте, как значительно улучшается ваш тайминг при торговле. Ключевые особенности IX Power 100% точные результаты расчетов без перерисовки - для всех торговых сим
Сейчас 147 долл. США (увеличиваясь до 499 долл. США после нескольких обновлений) - неограниченные учетные записи (ПК или Mac Руководство пользователя + Обучающие видео + Доступ к приватному Discord-каналу + VIP-статус и мобильная версия + Лицензия на 5 ПК с неограниченным количеством аккаунтов и терминалов MT4. Сколько раз вы покупали индикатор торговли с замечательными обратными тестами, доказательствами производительности на живых счетах и зашикарными цифрами и статистикой, но после испол
Откройте для себя секрет успешной торговли форекс с нашим пользовательским индикатором MT4! Задумывались ли вы, как добиться успеха на рынке Forex, постоянно зарабатывая прибыль при минимизации риска? Вот ответ, который вы искали! Позвольте нам представить наш собственный индикатор MT4, который будет революционизировать ваш подход к торговле. Уникальная универсальность Наш индикатор специально разработан для пользователей, которые предпочитают формирования свечей Renko и Rangebar. Мы пони
AW Trend Predictor
AW Trading Software Limited
4.74 (39)
Сочетание тренда и пробоя уровней в одной системе. Продвинутый алгоритм индикатора фильтрует рыночный шум, определяет тренд, точки входа, а также возможные уровни выхода из позиции. Сигналы индикатора записываются в статистический модуль, который позволяет выбирать наиболее подходящие инструменты, показывая эффективность истории сигналов. Индикатор рассчитывает отметки ТейкПрофитов и стоплосса. Руководство пользователя -> Здесь  / MT5 версия -> Здесь Как торговать с индикатором: Торговля с Tre
ECM Elite Channel is a volatility-based indicator, developed with a specific time algorithm, 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 channel theory 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's a trading opportunity. The
Legacy of Gann
Pavel Zamoshnikov
4.85 (13)
Индикатор очень точно определяет уровни возможного окончания тренда и фиксации профита. Метод определения уровней основан на идеях В.Д.Ганна (W.D.Gann), с использованием алгоритма, разработанного его последователем Кириллом Боровским. Чрезвычайно высокая достоверность достижения уровней (по словам К.Боровского  – 80-90%) Незаменим для любой торговой стратегии – каждому трейдеру необходимо определить точку выхода из рынка! Точно определяет цели на любых таймфремах и любых инструментах (форекс, ме
Другие продукты этого автора
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 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 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.
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
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
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 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
To get access to MT5 version please click here . This is the exact conversion from TradingView:"HIGH AND LOW Optimized Trend TrackerHL OTT" by "kivancozbilgic" This is a light-load processing indicator. It is a non-repaint indicator. Colored Candle and Highlighting options are not available. Buffers are available for processing in EAs. You can message in private chat for further changes you need. Thanks.
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
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
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 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 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 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 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 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
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
B Xtrender
Yashar Seyyedin
5 (1)
To download MT4 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.
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 MT4 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
For MT4 version please send private message. - This is the exact conversion from TradingView source: "Hurst Cycle Channel Clone Oscillator" By "LazyBear". - For bar color option please send private message. - This is a non-repaint and light processing load indicator. - Buffers and inputs are available for use in EAs and optimization purposes. - You can message in private chat for further changes you need.
To get access to MT5 version please contact via private message. This is the exact conversion from TradingView:Nadaraya-Watson Envelope" by " LuxAlgo ". This is not a light-load processing indicator. It is a 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 get access to MT5 version please click here . This is the exact conversion from TradingView: "SwingArm ATR Trend Indicator" by " vsnfnd ". Also known as : "Blackflag FTS" by "Jose Azcarate" This is a light-load processing and non-repaint indicator. All input options are available except multi time frame Buffers are available for processing in EAs. Extra option to show buy and sell signal alerts. You can message in private chat for further changes you need.
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: "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
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 . 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 . 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
Фильтр:
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
36820
Ответ разработчика Yashar Seyyedin 2023.09.01 19:55
Thanks for the positive review. Wish you a successful trading career.
elite luis
3331
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
36820
Ответ разработчика Yashar Seyyedin 2023.03.19 16:33
Thanks for your positive review. I am converting more indicators.
Ganesh Patil
73
Ganesh Patil 2023.02.21 17:55 
 

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

Yashar Seyyedin
36820
Ответ разработчика 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.