• Обзор
  • Отзывы (8)
  • Обсуждение (2)

Ajuste BRA50

4.63

Este script marca no gráfico do ativo BRA50 da active trades o ponto de ajuste do contrato futuro do Mini Índice Brasileiro (WIN),


***ATENÇÃO*** 

para este script funcionar é necessário autorizar a URL da BMF Bovespa no Meta Trader.

passo a passo:

MetaTrader 5 -> Ferramentas -> Opções -> Expert Adivisors

* Marque a opção "Relacione no quadro abaixo as URL que deseja permitir a função WebRequest"

e no quadro abaixo adicione a URL:

https://www2.bmf.com.br/

este indicador usa a seguinte página para buscar o ajuste:

-> https://www2.bmf.com.br/pages/portal/bmfbovespa/boletim1/ajustes1.asp

Após baixado o indicador e autorizado o uso da URL é necessário associar o índice a um atalho de teclado para facilitar seu uso.

passo a passo 

MetaTrader 5-> Exibir -> Navegador -> Localize o script "Ajuste B3->BRA50" -> clique sobre o mesmo com o botão direito do mouse e vá na opção "Determinar Tecla de Atalho" -> Na lista localize o script " Ajuste B3->BRA50" -> Localizado o mesmo adicione uma tecla de controle "Alt" ou "Ctrl" -> Na chave uma tecla qualquer do teclado ex: "U"

Assim no dia a dia para marcar o ajuste no gráfico do ativo BRA50 basta acionar o atalho "ALT" + "U" conforme configuração acima.

Отзывы 8
Rodrigo Cezarino Farrapeira
186
Rodrigo Cezarino Farrapeira 2024.04.16 21:01 
 

Muito bom!!! parabéns pelo script!! ajuda muito!

Menahel
15
Menahel 2023.09.20 03:39 
 

Infelizmente não consegui entender o funcionamento deste robô... Alguém poderia me dizer para o que serve este robô? parheza@yahoo.com.br

Viniappolinario
24
Viniappolinario 2023.08.17 13:23 
 

Muito bom, obrigado!

Рекомендуем также
This is an EXPERT with a FOCUS on LEARNING and PROFESSIONAL DEVELOPMENT!!! The idea of this product is to commercialize the source code, allowing those who want to develop their own robots, or start a professional activity developing customized experts, to have a reference source code that helps them in the learning and development process. This source code will be increased, that is, new functionalities will be created, thus allowing the project to continue evolving. For every 10 sales a new v
Ajuste MINDOL
Claudio Rodrigues Alexandre
5 (1)
Este script marca no gráfico do ativo MINDOL da activ trades o ponto de ajuste do contrato futuro do Mini Dolar (WDO), ***ATENÇÃO***  para este script funcionar é necessário autorizar a URL da BMF Bovespa no Meta Trader. passo a passo: MetaTrader 5 -> Ferramentas -> Opções -> Expert Adivisors * Marque a opção "Relacione no quadro abaixo as URL que deseja permitir a função WebRequest" e no quadro abaixo adicione a URL: https://www2.bmf.com.br/ este indicador usa a seguinte página para buscar o
FREE
Breakeven line calculator
Wafa Mohammed Omar Abou Alwafa
5 (2)
This indicator shows the breakeven line level for the total number of open positions of the current symbol with P/L value and total volume. This indicator is helpful to decide the exit level when using a trading grid strategy. The style of the breakeven line is customizable to choose the color, line shape and font size of the positions description. Send mobile notification when crossing a positive P/L target
FREE
1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
Использование в тестере стратегий данных с биржевого стакана Основные возможности: Одновременное использование нескольких инструментов, до 7 штук Визуализация стаканов С визуализацией стаканов доступно моделирование реального времени, так же ускорение или замедление Работа с библиотекой: Для данного продукта ещё необходима утилита для сохранения данных:  https://www.mql5.com/ru/market/product/71642 Утилита для управления скоростью:   https://www.mql5.com/ru/market/product/81409 Включаемый файл:
FREE
TradeCopy  is an efficient MT4, MT5 trade copy software,using as EA on MT4 real account. You can download the Demo unlimit version to test on Demo account: Trade Copy MT4 Demo Free Trade Copy MT5 Demo Free Features: 1.Can achieve  cross-MT4 and MT5 trade copy . 2. The Sender and the receiver are in the same file, which is convenient to use. 3.Can achieve cross-broker trade copy. 4.More trade copy style,  you can copy by balance,equity, lot ratio or fixed lot . 5.Can enlarge or reduce the amou
MT4/5通用交易库(  一份代码通用4和5 ) #import "K Trade Lib5.ex5"    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单    void SetMagic( int magic, int magic_plus= 0 ); void SetLotsAddMode(int mode=0,double lotsadd=0);    long OrderOpenAdvance( int mode, int type, double volume, int step, int magic, string symbol= "" , string comm
FREE
Introducing "TG Trade Service Manager" — your all-in-one solution for seamless trade management in both MQL4 and MQL5 environments. With a focus on speed, reliability, and convenience, this powerful library simplifies the complexities of trade execution and management, empowering developers with a single interface for enhanced efficiency. Metatrader4 Version   |   All Products   |   Contact   Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   a
Библиотека WalkForwardOptimizer позволяет выполнить пошаговую и кластерную форвард-оптимизацию ( walk-forward optimization ) советника в МетаТрейдер 5. Для использования необходимо включить заголовочный файл WalkForwardOptimizer.mqh в код советника и добавить необходимые вызовы функций. Когда библиотека встроена в советник, можно запускать оптимизацию в соответствии с процедурой, описанной в Руководстве пользователя . По окончанию оптимизации промежуточные результаты сохраняются в CSV-файл и наб
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
Volume Profile Indicator used by professional Traders at Traders Inside Ltd. If you want to succeed in trading you need to know if current price is cheap, expensive or fair valued. Key features: Fair price (Point of control, POC), high and low price zones (POH, POL) POC in different timeframes for better orientation Symbol and timeframe Chart resize on open positions/orders, VPRmax/min Historic POC - see, how POC has changed the last periods Button to show/hide VPR Calculated Bars (best results
--- StudentK Ict Smc Structure --- 1. Inner Circle Trading 2. Smart Money Concept 3. Structure --- What are included in tool --- 1. Market Session Box 2. Kill Zone 3. High/Low 4. Imbalance 5. FU Candle 6. Thicker Wick + Doji Candlestick 7. StudentK's Structure Line 8. Pivot Point --- Context --- StudentK is not indicated as a master or K Sir for knowledgeable person who claims for winning all the time. (But lots of traders should know the fact that it is rarely truth, especially
MintyGrid
Christopher Benjamin Hemmens
4.2 (5)
Always backtest before using. MintyGrid is a simple EA that has an RSI indicator. On winning trades MintyGrid will take profit based on configuration. On losing trades MintyGrid uses a grid strategy to place resistance points using a martingale/reverse-martingale strategy to be prepared for when the market swings in the opposite direction. MintyGrid can be configured to run on many currency pairs simultaneously and will work as long as the pairs are similar in price. MintyGrid always trades w
FREE
Supply and Demand Monster
Tsog Erdene Borjigon Enkhkhudulmur
Supply and demand zones are at the heart of   supply and demand trading . These zones are areas that show  liquidity at a specific price.  The supply zone is also called the distribution zone, while the demand zone is called the accumulation zone.   Our indicator automatically draw supply and demand zones in Metatrader 5. It give opportunity to understand trading zone and avoiding risk.
Volume Profile Pro
Makarii Gubaydullin
5 (1)
Visualization of the trade deals, distributed by price levels. You can set any period for calculation: between 2 vertical lines, or set a fixed time interval. The histogram levels are relative: a wider bar means more trading volume. Distribution extremes can be used as a support and resistance levels. All styles, sizes and colors are customizable. My  #1 Utility : includes 65+ functions  |   Contact me  if you have any questions  |  MT4 version In the settings of the indicator, you can config
Матрица является основой сложных торговых алгоритмов, поскольку она помогает выполнять сложные вычисления без особых усилий и без необходимости слишком больших вычислительных мощностей. хранится в форме массива в оперативной памяти нашего компьютера, Используя некоторые функции из этой библиотеки, я смог создать роботов с машинным обучением, которые могли принимать большое количество входных данных. Для эффективного использования этой библиотеки требуются некоторые математические знания о линей
Gold plucking machine   Золотая выщипывание машины является советником разработан специально для торговли золотом. Операция основана на открытии ордеров с использованием индикатора быстрых и медленных линий, поэтому советник работает в соответствии со стратегией «Trend Follow», что означает следовать тренду. Заказать с помощью политики сетки без операции стоп - лосса, поэтому убедитесь, что счет достаточен. magic number      -  is a special number that the EA assigns to its orders. Lot Multipl
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account,
Graphic Shapes -используя историю,проецирует в текущий момент четыре вида графических фигур, позволяющих определить основные диапазоны движения цены в будущем,а так же даёт понимание основных разворотов рынка ,при этом давая точки входа по приоритету!В панели расположены три вида величины фигур выраженные таймфреймами. Позволяют проводить полный анализ рынка,не используя дополнительные инструменты! Индикатор является мощным инструментом прогноза движения цены на рынке форекс!
Это стандартная библиотека, созданная для гибких нейронных сетей с учетом производительности. Вызов этой библиотеки очень прост и занимает несколько строк кода:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_net
Простая в использовании, быстрая, асинхронная библиотека WebSocket для MQL5. Он поддерживает: ws:// и wss:// (защищенный веб-сокет "TLS") текстовые и бинарные данные Он обрабатывает: фрагментированное сообщение автоматически (передача больших объемов данных) кадры пинг-понга автоматически (подтверждение активности) Преимущества: DLL не требуется. Установка OpenSSL не требуется. До 128 соединений WebSocket из одной программы Различные уровни журнала для отслеживания ошибок Возможна синхронизац
50% off. Original price: $375 Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT4 version   here You only open the first order. When your trade
The EA Protection Filter ( MT4 version here ) provides a news filter as well as a stock market crash filter, which can be used in combination with other EAs. Therefore, it serves as an additional protective layer for other EAs that do provide such filters.  During backtest analysis of my own night scalpers, which already use a stock market crash filter, I noticed that the historic drawdown,  especially during stock market crash phases like 2007-2008, was reduced significantly by using such a fil
Signal Copy Multiplier automatically copies trades on the same account, for example, to get a better entry and adjusted volume on a subscribed signal. MT4-Version:  https://www.mql5.com/de/market/product/67412 MT5-Version:  https://www.mql5.com/de/market/product/67415 You have found a good signal, but the volume of the provider's trades is too small?  With Signal Copy Multiplier you have the possibility to copy trades from any source (Expert Advisor, Signal, manual trades) and change the volume
Market View MT5
Kyra Nickaline Watson-gordon
Definition : Market View is a dashboard (scanner) to view price graphs of all symbols and all timeframes at a glance. The utility is designed user friendly and added a wide range of customization options. Main features of Market View : Visual settings window on the chart Customizable list of symbols and timeframes Different shapes : Real Candles, Schematic Candles, Arrows Customizable number of candles Changeable size of dashboard (scanner) Highlight timeframes with gaps on candles Open appr
This utility copies the trading activity from MT5 to Binance Futures USD-M . Manual or trades from EAs. - Can handle multiple orders with different SL and TP. Can handle partial closes. - In the parameters, you can establish a mutliplier between the size on MT5 and the size to open on Binance. - You can filter the symbols to monitor on metatrader, and also the magic number range. - The EA uses hedge mode on binance, and for decrease risk exposure uses isolate margin mode on each binance
Intersection EA является полностью автоматизированной программой (торговый робот), выполняющий торговые сделки на валютном рынке в соответствии заданному алгоритму и индивидуальным, для каждого инструмента, торговым настройкам. Intersection EA прекрасно подходит как для начинающих трейдеров, так и для профессионалов, которые имеют солидный опыт торговли на финансовых рынках. Трейдеры и программисты нашей компании, Kalinka Capital OU, работали над созданием и развитием форекс робота Intersection
Make csv for Deep learning data. This sript use on Strategy Tester. (If you like it, please buy it) Output file to [ C:\Users\<user name>\AppData\Roaming\MetaQuotes\Tester\***AppId***\Agent-*\MQL5\FIles\ ]  (sry, depending on the environment) ItemName description MaPeriod Base MovingAverage period. PredictPeriod ex) BarTime1h, PredictPeriod=30  -> predict price after 30 hours. InputRange  ex) InputRange=24  ->  Get price from 24 hours ago to the present. file example:  https://gist.github.com
Индикатор Priuce Spectrum раскрывает возможности детального анализа рынка. Преимущества: Создание профиля объемов рынка: Индикатор помогает анализировать динамику объемов торгов на рынке. Это позволяет трейдерам выявлять важные уровни поддержки и сопротивления, а также определять структуру рынка. Фильтрация несущественных объемов: Использование индикатора помогает отфильтровывать несущественные объемы, позволяя трейдерам сосредотачиваться на более значимых движениях рынка. Гибкая система наст
С этим продуктом покупают
Эта библиотека позволит вам управлять сделками с использованием любого вашего советника, и ее очень легко интегрировать в любой советник, что вы можете сделать самостоятельно с помощью кода сценария, упомянутого в описании, а также демонстрационных примеров на видео - Размещайте лимитные ордера, SL-лимитные и тейк-профитные лимитные ордера. - Размещайте ордера Market, SL-Market, TP-Market - Изменить лимитный ордер - Отменить заказ - Запрос заказов - Изменение кредитного плеча
MetaCOT 2 CFTC ToolBox - это специальная библиотека, предоставляющая доступ к отчетам CFTC (U.S. Commodity Futures Trading Commission) прямо в терминале MetaTrader. Она включает все индикаторы, построенные на основе этих отчетов. Имея эту библиотеку Вам нет необходимости приобретать каждый индикатор MetaCOT в отдельности. Вместо этого, Вы получаете набор сразу из всех 34 индикаторов, в который входят также индикаторы недоступные в виде отдельной версии. Библиотека поддерживает все типы отчетов,
Данная библиотека предлагается как средство для использования API OpenAI напрямую в MetaTrader максимально простым способом. Для получения дополнительной информации о возможностях библиотеки прочитайте следующую статью: https://www.mql5.com/en/blogs/post/756106 The files needed to use the library can be found here: Manual ВАЖНО: Для использования EA необходимо добавить следующий URL для доступа к API OpenAI  как показано на приложенных изображениях Для использования библиотеки необходимо включит
AO Core - ядро алгоритма оптимизации, это библиотека, построенная на авторском алгоритме HMA (hybrid metaheuristic algorithm). Пример применения AO Core описан в статье: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/ru/blogs/post/756509 Данный гибридный алгоритм основан на генетическом алгоритме и содержит лучшие качества и свойства популяционных алгоритмов.  Скоростной расчет в HMA гарантирует непревзойденную точность и высокие поисковые способности, позволяет экономить совокупн
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
Эта библиотека предназначена для помощи в управлении сделками, расчета лота, трейлинга, частичного закрытия и других функций. Расчет лота Mode 0: фиксированный лот. Mode 1: Лот по Мартингейлу (1,3,5,8,13) может по-разному использоваться для расчета при убытке=1, при прибыли=0. Mode 2: Лот по Множителю (1,2,4,8,16) может по-разному использоваться для расчета при убытке=1, при прибыли=0. Mode 3: Лот по Инкременту (1,2,3,4,5) может по-разному использоваться для расчета при убытке=1, при прибыли=
Это упрощенная и эффективная версия библиотеки для walk-forward анализа торговых экспертов. Она собирает данные о торговле эксперта во время процесса его оптимизации в тестере MetaTrader и сохраняет их в промежуточные файлы в каталоге MQL5\Files. Затем на основе этих файлов автоматически строится кластерный walk-forward отчет и уточняющие его rolling walk-forward отчеты (все они - в одном HTML-файле). С помощью вспомогательного скрипта WalkForwardBuilder MT5 можно на тех же промежуточных файлах
Order Book, известный также как Market Book, глубина рынка, стакан цен, Level 2, - это предоставляемая брокером динамически обновляемая таблица с данными по текущим объемам торговых заявок на покупку и продажу для различных уровней цен вблизи Bid и Ask конкретного финансового инструмента. MetaTrader 5 предоставляет возможность трансляции стакана цен , но только в реальном времени. Данная библиотека OrderBook History Library позволяет считывать состояния стакана в прошлом из архивов, создаваемых
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEv
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
Binance Library MetaTrader 5 позволяет использовать его в советниках для торговли и индикаторах для бирж Binance.com и Binance.us напрямую из терминала. Библиотека поддерживает все классы активов на бирже: Spot, USD-M и COIN-M фьючерсы. Доступны все необходимые функции для торговой деятельности: Добавление инструментов с Binance в список символов MetaTrader 5 Получение информации о парах и спецификациях Получение Ask, Bid и времени последней сделки по всем парам Загрузка исторических данных для
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installa
Эта библиотека используется для сортировки массивов ключей и значений, нам часто нужно сортировать значения. как на языке питонов sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) функция импорта Пример сценариев использования 1. Ордера Grid EA сортируются по цене открытия void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if (m_position.SelectByIndex(i))         {   
Intro to Range Breakout Strategy (pre-close clearance) Range = yesterday high - Yesterday low On track = opening price + range *k; Lower rail = Open price - range *K Stop-loss closing position: When the price breaks up the upper track or breaks down the lower track, it breaks the opening price of the day again Parameters: Pairs List (comma separated)       = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD,USTEC"; - TimeFrame = PERIOD_D1; - MagicNumber      = 60037;          - OrderComment     = "RangeBre
Want to get all events like Previous/Forecast/Actual values for each news to analyze/predict it? By this simple library you can do it easily,Just import/integrate the library into your system,then get all possible values for each news   Even In Strategy Tester   . Note: Please add the address " https://www.forexfactory.com/ " of news feed at your MT5 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL. Since the WebRequest() function can't be called from indicator ba
A Simple Moving Average (SMA) is a statistical indicator used in time series analysis. This indicator represents the arithmetic mean of a sequence of values over a specific period of time. SMA is used to smooth short-term fluctuations in data, helping to highlight the overall trend or direction of changes. This aids analysts and traders in better understanding the general dynamics of the time series and identifying potential trends or changes in direction.  More information you can find in Wiki 
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the cl
Применяя эти методы, мне удалось прийти к тонкому выводу, который имеет решающее значение для понимания важности уникальных стратегий в современной торговле. Хотя нейросетевой советник показал впечатляющую эффективность на начальных этапах, в долгосрочной перспективе он оказался крайне нестабильным. Различные факторы, такие как колебания рынка, изменения тенденций, внешние события и т. д., приводят к хаотичности его работы и в конечном итоге приводят к нестабильности. Получив этот опыт, я принял
Introducing "TG Risk Service Manager" — your comprehensive toolkit for swift and precise risk management and lot size calculations in the dynamic world of trading. Designed to streamline development processes and enhance trading strategies, this indispensable library equips developers with essential tools for optimizing risk assessment and trade profitability. Metatrader4 Version |  All Products  |  Contact   Key Features: Efficient Lot Size Calculation : Harness the power of precise lot size
This trailing stop application will helping trader to set the trailing stop value for many open positions, that apply a grid or martingale strategy as a solution. So if you apply a grid or martingale strategy (either using an EA or trading manually), and you don't have an application to set a trailing stop, then this application is the solution. For EAs with a single shot strategy, just use the FREE trailing stop application which I have also shared on this forum.
Эта библиотека позволит вам управлять сделками с использованием любого вашего советника, и ее очень легко интегрировать в любой советник, что вы можете сделать самостоятельно с помощью кода сценария, упомянутого в описании, а также демонстрационных примеров на видео - Размещайте лимитные ордера, SL-лимитные и тейк-профитные лимитные ордера. - Размещайте ордера Market, SL-Market, TP-Market - Изменить лимитный ордер - Отменить заказ - Запрос заказов - Изменение кредитного плеча
MetaCOT 2 CFTC ToolBox - это специальная библиотека, предоставляющая доступ к отчетам CFTC (U.S. Commodity Futures Trading Commission) прямо в терминале MetaTrader. Она включает все индикаторы, построенные на основе этих отчетов. Имея эту библиотеку Вам нет необходимости приобретать каждый индикатор MetaCOT в отдельности. Вместо этого, Вы получаете набор сразу из всех 34 индикаторов, в который входят также индикаторы недоступные в виде отдельной версии. Библиотека поддерживает все типы отчетов,
Данная библиотека предлагается как средство для использования API OpenAI напрямую в MetaTrader максимально простым способом. Для получения дополнительной информации о возможностях библиотеки прочитайте следующую статью: https://www.mql5.com/en/blogs/post/756106 The files needed to use the library can be found here: Manual ВАЖНО: Для использования EA необходимо добавить следующий URL для доступа к API OpenAI  как показано на приложенных изображениях Для использования библиотеки необходимо включит
AO Core - ядро алгоритма оптимизации, это библиотека, построенная на авторском алгоритме HMA (hybrid metaheuristic algorithm). Пример применения AO Core описан в статье: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/ru/blogs/post/756509 Данный гибридный алгоритм основан на генетическом алгоритме и содержит лучшие качества и свойства популяционных алгоритмов.  Скоростной расчет в HMA гарантирует непревзойденную точность и высокие поисковые способности, позволяет экономить совокупн
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
Эта библиотека предназначена для помощи в управлении сделками, расчета лота, трейлинга, частичного закрытия и других функций. Расчет лота Mode 0: фиксированный лот. Mode 1: Лот по Мартингейлу (1,3,5,8,13) может по-разному использоваться для расчета при убытке=1, при прибыли=0. Mode 2: Лот по Множителю (1,2,4,8,16) может по-разному использоваться для расчета при убытке=1, при прибыли=0. Mode 3: Лот по Инкременту (1,2,3,4,5) может по-разному использоваться для расчета при убытке=1, при прибыли=
Другие продукты этого автора
Mede Candle
Claudio Rodrigues Alexandre
5 (1)
this indicator has the finality of show in graph the size of candle in formation to show the force of market in some moments of the day. This indicator is free and based on example disponible on the comunity. I'm disponibilizing here to anyone who don't know about programing. Please enjoy this indicator and leave a coment or a rate to help this indicator to other people who needs.
FREE
Ajuste MINDOL
Claudio Rodrigues Alexandre
5 (1)
Este script marca no gráfico do ativo MINDOL da activ trades o ponto de ajuste do contrato futuro do Mini Dolar (WDO), ***ATENÇÃO***  para este script funcionar é necessário autorizar a URL da BMF Bovespa no Meta Trader. passo a passo: MetaTrader 5 -> Ferramentas -> Opções -> Expert Adivisors * Marque a opção "Relacione no quadro abaixo as URL que deseja permitir a função WebRequest" e no quadro abaixo adicione a URL: https://www2.bmf.com.br/ este indicador usa a seguinte página para buscar o
FREE
Фильтр:
Rodrigo Cezarino Farrapeira
186
Rodrigo Cezarino Farrapeira 2024.04.16 21:01 
 

Muito bom!!! parabéns pelo script!! ajuda muito!

Shigeo Sorihashi
99
Shigeo Sorihashi 2024.03.24 11:14 
 

よくわかりません。

Menahel
15
Menahel 2023.09.20 03:39 
 

Infelizmente não consegui entender o funcionamento deste robô... Alguém poderia me dizer para o que serve este robô? parheza@yahoo.com.br

Viniappolinario
24
Viniappolinario 2023.08.17 13:23 
 

Muito bom, obrigado!

Yasin Emre Aydin
35
Yasin Emre Aydin 2023.05.28 20:35 
 

ty.

spectrus
114
spectrus 2023.03.25 00:01 
 

Muito bom! Parabéns pelo trabalho. Obrigado por compartilhar!

Anderson Keiber
35
Anderson Keiber 2023.02.17 18:47 
 

Perfect, thanks! Is it possible for MinDol/ActivTrades?

Pedro Cecconello
18
Pedro Cecconello 2022.11.06 02:29 
 

Beleza!

Ответ на отзыв