• Обзор
  • Отзывы (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) авто
Индикатор поддержки и сопротивления для бинарных опционов Этот индикатор разработан специально для торговли бинарными опционами и отлично показывает откаты от уровней поддержки и сопротивления. Сигналы появляются на текущей свече. Красная стрелка, направленная вниз, указывает на потенциальную возможность продажи, а синяя стрелка, направленная вверх, предлагает возможности для покупки. Все, что вам нужно настроить, это цвет сигнальных стрелок. Рекомендуется использовать его на таймфреймах 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. Продажа: в красной колонке посмотрите на желтую линию вниз по с
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
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 -инновационный индикатор, использующий алгоритм для быстрого и точного определения тренда.Индикатор рассчитывает время открытия и закрытия позиций, алгоритмы индикатора позволяют находить идеальные моменты для входа в сделку (покупки или продажи актива), повышающие успешность сделок у большинства трейдеров. Преимущества индикатора: Прост в использовании, не перегружает график не нужной информацией. Возможность использования  как фильтр для любой стратегии. Работает на рынке
This    Trusty Strong Arrow     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 Ti
С этим продуктом покупают
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. Пожалуйста, напишите мне после покупки! Я поделюсь своими рекомендациями по использованию индикатора. Также вас ждет отличный бонусный индикатор в подарок! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна от
Trend Pulse
Mohamed Hassan
5 (4)
Please contact me after purchase to immediately get your PDF strategy + documentation for Trend Pulse !  Official release price of $89  ( 3 /50 copies left). Next price is $199 . Introducing Trend Pulse , a unique and robust indicator capable of detecting bullish, bearish, and even ranging trends! Trend Pulse uses a special algorithm to filter out market noise with real precision. If the current symbol is moving sideways, Trend Pulse will send you a ranging signal, letting you know that it
Инновационный индикатор, использующий эксклюзивный алгоритм для быстрого и точного определения тренда. Индикатор автоматически рассчитывает время открытия и закрытия позиций, а также подробную статистику работы индикатора на заданном отрезке истории, что позволяет выбрать наилучший торговый инструмент для торговли. Вы также можете подключить свои пользовательские стрелочные индикаторы к Scalper Inside Pro для проверки и расчета их статистики и прибыльности. Scalper Inside PRO инструкция и настро
Прежде всего стоит подчеркнуть, что этот торговый индикатор не перерисовывается, не перерисовывает и не отставает, что делает его идеальным как для ручной, так и для роботизированной торговли. Руководство пользователя: настройки, вводы и стратегия. Атомный аналитик - это индикатор ценового действия PA, который использует силу и импульс цены, чтобы найти лучший край на рынке. Оборудованный расширенными фильтрами, которые помогают убирать шумы и ложные сигналы, и повышают торговый потенциал. Испо
Gold Stuff
Vasiliy Strukov
4.9 (269)
Gold Stuff - трендовый индикатор, разработанный специально для золота, также может использоваться на любых финансовых инструментах. Индикатор не перерисовывается и не запаздывает. Рекомендуемый тайм-фрейм H1.  По данному индикатору написан советник EA Gold Stuff, Вы можете найти его в моем профиле. Свяжитесь со мной сразу после покупки для получения   персонального бонуса!  Вы можете получить бесплатную копию нашего индикатора Strong Support and Trend Scanner, пожалуйста, в личку. мне! Настройки
Trend Punch
Mohamed Hassan
4.91 (22)
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
В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 26% Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и новую формулу. С помощью всего лишь ОДНОГО графика вы можете определить силу валюты для 28 пар Форекс! Представьте, как улучшится ваша торговля, потому что вы сможете точно определить точку запуска нового тренда или возможность скальпирования? Руководство пользователя:
Получайте ежедневную информацию о рынке с подробностями и скриншотами через наш утренний брифинг здесь, на mql5 , и в Telegram ! FX Power MT4 NG - это новое поколение нашего популярного измерителя силы валют FX Power. Что же предлагает этот измеритель силы нового поколения? Все, что вы любили в оригинальном FX Power ПЛЮС Анализ силы GOLD/XAU Еще более точные результаты расчетов Индивидуально настраиваемые периоды анализа Настраиваемый предел расчета для еще более высокой производительности Спец
Currency Strength Wizard — очень мощный индикатор, предоставляющий вам комплексное решение для успешной торговли. Индикатор рассчитывает силу той или иной форекс-пары, используя данные всех валют на нескольких тайм фреймах. Эти данные представлены в виде простых в использовании индексов валют и линий силы валют, которые вы можете использовать, чтобы увидеть силу той или иной валюты. Все, что вам нужно, это прикрепить индикатор к графику, на котором вы хотите торговать, и индикатор покажет вам ре
СЕЙЧАС СКИДКА 31% !!! Лучшее решение для новичка или трейдера-эксперта! Этот индикатор является уникальным, высококачественным и доступным торговым инструментом, поскольку мы включили в него ряд собственных функций и секретную формулу. Всего на ОДНОМ графике он выдает алерты по всем 28 валютным парам. Представьте, как улучшится ваша торговля, ведь вы сможете точно определить точку запуска нового тренда или возможность скальпирования! Построенный на новых базовых алгоритмах, он позволяет е
В настоящее время скидка 20%! Лучшее решение для новичка или трейдера-эксперта! Эта приборная панель работает на 28 валютных парах. Он основан на 2 наших основных индикаторах (Advanced Currency Strength 28 и Advanced Currency Impulse). Он дает отличный обзор всего рынка Forex. Он показывает значения Advanced Currency Strength, скорость движения валюты и сигналы для 28 пар Forex на всех (9) таймфреймах. Представьте, как улучшится ваша торговля, когда вы сможете наблюдать за всем рынком с пом
Scalper Vault — это профессиональная торговая система, которая дает вам все необходимое для успешного скальпинга. Этот индикатор представляет собой полную торговую систему, которую могут использовать трейдеры форекс и бинарных опционов. Рекомендуемый тайм фрейм М5. Система дает точные стрелочные сигналы в направлении тренда. Она также предоставляет вам сигналы выхода и рассчитывает рыночные уровни Ганна. Индикатор дает все типы оповещений, включая PUSH-уведомления. Пожалуйста, напишите мне после
Прежде всего стоит подчеркнуть, что этот Торговый Инструмент является Неперерисовывающимся Нерепейнтинговым Индикатором, что делает его идеальным для профессиональной торговли. Онлайн-курс, руководство пользователя и демонстрация. Индикатор Концепций Умного Действия Цены - очень мощный инструмент как для новичков, так и для опытных трейдеров. Он объединяет более 20 полезных индикаторов в одном, комбинируя передовые торговые идеи, такие как анализ Inner Circle Trader и стратегии торговли конц
Order Block Hunter
Noha Mohamed Fathy Younes Badr
5 (1)
Order block hunter indicator is the best indicator for  hunt the order blocks that area where there has been a large concentration of limit orders waiting to be executed Order blocks are identified on a chart by observing previous price action and looking for areas where the price experienced significant movement or sudden changes in direction .This indicator does that for you by using very complicated codes and helps you to take the best areas To buy and sell because it make marks at the best a
Enigmera
Ivan Stefanov
5 (4)
ЭНИГМЕРА: ядро рынка https://www.enigmera.com Введение Этот индикатор и торговая система представляют собой удивительный подход к финансовым рынкам. ENIGMERA использует фрактальные циклы для точного расчета уровней поддержки и сопротивления. Он показывает подлинную фазу накопления и дает направление и цели.  Система, которая работает независимо от того, находимся ли мы в тренде или в коррекции.  Как она работает? ENIGMERA состоит из трех линий: линии поддержки/сопротивления, линии цели и ли
Trend Screener
STE S.S.COMPANY
4.82 (93)
Индикатор тренда, революционное уникальное решение для торговли и фильтрации тренда со всеми важными функциями тренда, встроенными в один инструмент! Это 100% неперерисовывающийся мультитаймфреймный и мультивалютный индикатор, который можно использовать на всех инструментах/инструментах: форекс, товары, криптовалюты, индексы, акции. Trend Screener - это эффективный индикатор, следующий за трендом, который выдает сигналы тренда в виде стрелок с точками на графике. Функции, доступные в индикаторе
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
Откройте для себя секрет успешной торговли форекс с нашим пользовательским индикатором MT4! Задумывались ли вы, как добиться успеха на рынке Forex, постоянно зарабатывая прибыль при минимизации риска? Вот ответ, который вы искали! Позвольте нам представить наш собственный индикатор MT4, который будет революционизировать ваш подход к торговле. Уникальная универсальность Наш индикатор специально разработан для пользователей, которые предпочитают формирования свечей Renko и Rangebar. Мы пони
Automated Trendlines
Georgios Kalomoiropoulos
5 (17)
Линии тренда являются наиболее важным инструментом технического анализа в торговле на рынке Форекс. К сожалению, большинство трейдеров рисуют их неправильно. Индикатор Automated Trendlines — это профессиональный инструмент для серьезных трейдеров, который поможет вам визуализировать трендовое движение рынков. Есть два типа линий тренда: бычьи линии тренда и медвежьи линии тренда. В восходящем тренде линия тренда Форекс проводится через самые низкие точки колебания ценового движения. Сое
Advanced Supply Demand
Bernhard Schweigert
4.9 (314)
Этот индикатор является уникальным, качественным и доступным инструментом для торговли, включающим в себя наши собственные разработки и новую формулу. В обновленной версии появилась возможность отображать зоны двух таймфреймов. Это означает, что вам будут доступны зоны не только на старшем ТФ, а сразу с двух таймфреймов - таймфрейма графика и старшего: отображение вложенных зон. Обновление обязательно понравится всем трейдерам, торгующим по зонам спроса и предложения. Важная информация Для мак
ПОЖАЛУЙСТА, ПРОЧТИТЕ ИНФОРМАЦИЮ НИЖЕ ПЕРЕД ПОКУПКОЙ! Apollo Pips PLUS SP – уникальный продукт! ЭТО ДЛЯ ТЕХ, КТО ХОЧЕТ ПОЛУЧИТЬ МОЙ НОВЫЙ ИНДИКАТОР «APOLLO PIPS» + БОНУС «SUPER PACK» С ДОСТУПОМ КО ВСЕМ МОИМ ТОРГОВЫМ ИНДИКАТОРАМ! Покупая продукт Apollo Pips PLUS SP, вы фактически приобретаете абсолютно новую версию моего индикатора Apollo Pips. Эта версия индикатора имеет улучшенный алгоритм и простой в использовании параметр, который дает вам возможность использовать индикатор на любом рынке и в
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Этот индикатор обнаруживает разворот цены зигзагообразно, используя только анализ ценового действия и канал Дончиана. Он был специально разработан для краткосрочной торговли, без перекраски или перекраски вообще. Это фантастический инструмент для проницательных трейдеров, стремящихся увеличить сроки своих операций. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Удивительно легко торговать Это обеспечивает ценность на каждом таймфрейме Ре
AW Trend Predictor
AW Trading Software Limited
4.74 (39)
Сочетание тренда и пробоя уровней в одной системе. Продвинутый алгоритм индикатора фильтрует рыночный шум, определяет тренд, точки входа, а также возможные уровни выхода из позиции. Сигналы индикатора записываются в статистический модуль, который позволяет выбирать наиболее подходящие инструменты, показывая эффективность истории сигналов. Индикатор рассчитывает отметки ТейкПрофитов и стоплосса. Руководство пользователя -> Здесь  / MT5 версия -> Здесь Как торговать с индикатором: Торговля с Tre
IX Power , наконец, предлагает непревзойденную точность FX Power для нефорексных символов. Он точно определяет интенсивность краткосрочных, среднесрочных и долгосрочных трендов в ваших любимых индексах, акциях, товарах, ETF и даже криптовалютах. Вы можете анализировать все, что может предложить ваш терминал. Попробуйте и почувствуйте, как значительно улучшается ваш тайминг при торговле. Ключевые особенности IX Power 100% точные результаты расчетов без перерисовки - для всех торговых сим
M1 Arrow
Oleg Rodin
4.73 (15)
Внутридневная стратегия, основанная на двух фундаментальных принципах рынка. В основе алгоритма лежит анализ объемов и ценовых волн с применением дополнительных фильтров. Интеллектуальный алгоритм индикатора дает сигнал только тогда, когда два рыночных фактора объединяются в одно целое. Индикатор рассчитывает волны определенного диапазона, а уже для подтверждения волны индикатор использует анализ по объемам. Данный индикатор - это готовая торговая система. Все что нужно от трейдера - следовать с
Break and Retest
Mohamed Hassan
4.12 (17)
This Indicator only places quality trades when the market is really in your favor with a clear break and retest. Patience is key with this price action strategy! If you want more alert signals per day, you increase the number next to the parameter called: Support & Resistance Sensitivity.  After many months of hard work and dedication, we are extremely proud to present you our  Break and Retest price action indicator created from scratch. One of the most complex indicators that we made with ove
Reversal First Impulse levels (RFI)        INSTRUCTIONS     RUS    -      ENG           Рекомендуем использовать с  индикатором -  TPSpro  TREND PRO -  Version MT5 Важным ключевым элементом в трейдинге являются зоны или уровни, от которых принимаются решения о покупке или продаже торгового инструмента. Несмотря на попытки крупных игроков скрыть свое присутствие на рынке, они неизбежно оставляют следы. Наша задача заключалась в том, чтобы научиться находить эти следы и правильно их интерпретирова
Уникальный индикатор, реализующий профессиональный и количественный подход к торговле на возврате к среднему. Он использует тот факт, что цена отклоняется и возвращается к среднему предсказуемым и измеримым образом, что позволяет использовать четкие правила входа и выхода, которые значительно превосходят неколичественные торговые стратегии. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Четкие торговые сигналы Удивительно легко торговать Настраиваемые цвета и разм
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
Этот индикатор является супер комбинацией двух наших продуктов Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . Он работает на всех временных рамках и графически показывает импульс силы или слабости для 8 основных валют плюс один символ! Этот индикатор специализирован для отображения ускорения силы валюты для любых символов, таких как золото, экзотические пары, товары, индексы или фьючерсы. Первый в своем роде, любой символ может быть добавлен в 9-ю строку, чтобы пока
PRO Renko System - это высокоточная система торговли на графиках RENKO. Система универсальна. Данная торговая система может применяться к различным торговым инструментам. Система эффективно нейтрализует так называемый рыночный шум, открывая доступ к точным разворотным сигналам. Индикатор прост в использовании и имеет лишь один параметр, отвечающий за генерацию сигналов. Вы легко можете адаптировать алгоритм к интересующему вас торговому инструменту и размеру ренко бара. Всем покупателям с удовол
Другие продукты этого автора
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 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 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
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: "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
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 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: "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
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
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. 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: " 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 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 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.
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 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 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 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: "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 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
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
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 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 . - 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 . 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
- 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
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
Фильтр:
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
37927
Ответ разработчика 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
37927
Ответ разработчика 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
37927
Ответ разработчика 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.