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

Goliath Mt5

Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets


Properties:

  • 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, test the Library on a Demo Account (spread no more than 5 for 4 - digit quotes)
  • On the Parameters don't use high lot, just start an account with 100$.
You need to contact me for the file for the usage of the lot size on the parameter!

Before allowing the Library to trade on a particular currency pair, test the symbol on a Demo Account on your Broker, as the Library is sensitive to spread and execution speed. 




























































Рекомендуем также
Carnage
Philip Effiong Philip
Carnage  is an aggressive  pullback  scalper designed for  volatile assets . It uses a sequence of orders and has its own  TP  and  SL . It uses a proven  martingale  system. This EA is using  strong recurrences  of the past to take position(Historical Data) and achieve a  high success rate . It gathers data and runs analysis with the relative strength index. It has a high % of market recovery over time. After purchase, kindly send me a message and indicate your account size so I can give you
Эта библиотека используется для сортировки массивов ключей и значений, нам часто нужно сортировать значения. как на языке питонов 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))         {   
Это стандартная библиотека, созданная для гибких нейронных сетей с учетом производительности. Вызов этой библиотеки очень прост и занимает несколько строк кода:    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
Champion MT5
Evgenii Aksenov
5 (15)
Это мультивалютный советник с интеллектуальной функцией открытия ордеров, Фильтром новостей и динамическим контролем просадки.  Советник анализирует цену каждой свечи и ее динамическое отклонение в потоке котировок и принимает решение только когда свеча закроется. Серия ордеров закрывается только когда достигается положительный результат.  Используется система алгоритмов в сочетании с технологией контроля риска для уменьшения просадки счета. Champion EA подходит для начинающих и опытных трейдеро
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
Применяя эти методы, мне удалось прийти к тонкому выводу, который имеет решающее значение для понимания важности уникальных стратегий в современной торговле. Хотя нейросетевой советник показал впечатляющую эффективность на начальных этапах, в долгосрочной перспективе он оказался крайне нестабильным. Различные факторы, такие как колебания рынка, изменения тенденций, внешние события и т. д., приводят к хаотичности его работы и в конечном итоге приводят к нестабильности. Получив этот опыт, я принял
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
Kapitaltrader
Erick Gabriel Palma Montufar
The price is 450$ for next 10 buyers (Remaining copy :10) Next price: 600$ KAPITAL SECURE EA    : I s a fully automated "arbitrage" trading system, which is especially effective in trading popular currency pairs, it uses 11 pairs at the same time: EURCHF, GBPNZD, AUDNZD, NZDUSD, NZDJPY, GBPAUD, EURCAD, EURUSD, EURJPY. In order to pass the MQL4 tests, we have modified the settings, you just need to download our profitable settings that we use on LIVE accounts. LIVE Signals: Capital #1  50K € Cap
This EA has been developed, tested and traded live on NASDAQ M15 TF. Everything is ready for immediate use on real account. Very SIMPLE STRATEGY with only FEW PARAMETERS.  Strategy is based on  EXPANSION ON THE DAILY CHART .   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR STOP LOSS.   To catch the profits is a  TRAILING PROFIT  function in the strategy.  EA has been backtested on more than 10-year long tick data with 99% quality of mo
Grid Hedging (Modular) Introducing Grid Hedging (Modular), the ultimate trading tool designed to revolutionize your trading experience! This expert advisor (EA) is a powerful and versatile system that opens up a whole new world of possibilities for traders of all levels. Whether you're a seasoned pro or just starting in the trading world, this EA is tailored to adapt to your unique trading style. So, what can this EA do? Grid Hedging (Modular) allows you to trade with a completely modular
Эта библиотека предназначена для помощи в управлении сделками, расчета лота, трейлинга, частичного закрытия и других функций. Расчет лота 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, при прибыли=
Introducing Savage Capital Max Scaling Pro – Your Go-To EA for Trading Success! Make the most of your trading with Savage Capital Max Scaling Pro, a versatile EA for  LIVE MARKETS . Key Features: Maximize Profits Automatically:   The EA places Take Profit (TP) & Stop Loss (SL) and uses a Trail Stop (TS) technique. It even collects money from running trades, even if TP isn't reached. Developed by Pros:   Crafted by an experienced software developer & day-trader with years of EA development an
News Catcher Pro MT5
Valeriia Mishchenko
4.75 (16)
News Catcher Pro is a mean-reversion strategy that uses intraday seasonal volatility patterns caused by high-impact news events. It enters the market at a certain time shortly before a high-impact news event occurs . It does not trade frequently! Supported currency pairs: GBPUSD, EURUSD, EURGBP Recommended timeframe: M5 MT4 version can be found here EA is   FIFO compatible To backtest the EA you should download the news events data file ' NewsEvents.txt ' and copy it to the common MT4/5 dir
Unleash the Power of Precision Trading with XScalpGenesis Experience a new era of trading with XScalpGenesis, the ultimate expert advisor designed to revolutionize your trading experience. With its cutting-edge features and intuitive interface, XScalpGenesis empowers you to navigate the markets with unparalleled precision and efficiency. Exclusive Launch Offer Seize the opportunity to acquire XScalpGenesis at an unbeatable introductory price. As an early adopter, you can secure this groundbr
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
Советник использует скальпинг стратегию в ночное время, торговля состоит из   трёх алгоритмов и каждый алгоритм  работает в своём интервале времени. Советник использует множества умных фильтров для адаптации под практически любые экономические ситуации. Используется отложенные ордера для наименьшего проскальзывания при торговли скальпинга. Советник безопасный и не требует никаких настроек от пользователя, просто установить на график и готова. Советник устанавливает защитный стоп-приказ, поэтому
Ramona
CHUN HUNG MARK TO
Introducing Ramona , the innovative trading bot inspired by the renowned figure in our trading community, RAJA Banks . Built on the smart Raja concept , Ramona specializes in breakout trading with stops at previous highs or lows. As we continue to expand our bot offerings, future bots will be developed based on strategies such as fakeout and continuation trades. At the core of Ramona's philosophy lies risk management - a concept taught by RAJA himself. That's why Ramona incorporates all his teac
Ajuste BRA50
Claudio Rodrigues Alexandre
4.63 (8)
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 pa
FREE
Multi instrument and multi time frame EA, with the best indicators.  The MSD EA can be used for automated and manual trading. Click on the '?' button on the dashboard to obtain information about the various elements of the MSD EA. Uses ATR Take Profits, ATR Stop Losses and ATR Trailing Stops. Comes with an FX Currency Strength meter and a Market Sessions indicator. Has the option to place Trade Lines (Buy, Sell, Close, Alarm). When the price reaches the trendline, the EA will perform the approp
Live Signal:  https://www.mql5.com/en/signals/1807988 The Sytem Equivalent is a breakout trading system in data distribution based on deep machine learning, parameterized neural network technology. Data distribution has different types of breakout - different systems study and analyze in terms of neural network parameters, something progress up to date. The system analyzes every profit from the distribution of breakout types so that it is tested on the backtest and it is very successful.The
Easy Buyer Типичный трейдер всегда будет рассчитывать количество пипсов для фиксации прибыли и стоп-лосса, риск на сделку и объем сделки до того, как сделка будет исполнена. Этот процесс может привести к тому, что трейдеры упустят настройку и другие возможности, которые дают трейдерам преимущество скорость или время имеют решающее значение. Easy Buyer — это самый простой инструмент, используемый трейдерами по всему миру для легкого размещения сделок одним нажатием кнопки. Easy Buyer — это п
Советник позволяет в промоделировать исполнение сделок, совершенных другим экспертом, и сохраненных в csv-файл. Это может пригодиться для проверки результатов торговой стратегии на другом сервере. Воспользуйтесь другой программой, например,   Account History Exporter  для экспорта истории сделок на счёте в csv-файл нужного формата, или подключите к своему эксперту программный код из  Expert History Exporter  для экспорта истории. В начале в файле должна идти такая строка: DATE,TICKET,TYPE,SY
FREE
Zone Swing Trader Pro is a trading robot based on the Quad Exponential Moving Averages, Zone Swing Trading Strategy. The trading robot focuses on Timing, Trend, Momentum, Position Sizing & Minimization of Risk. The Expert works on Indices, Currencies, Commodities, Stocks & Cryptocurrencies; it can be applied to any timeframe.  Key Features Trade All-Market Watch/List Selected/Current Selected Symbol Selection. Tick/Bar/Timer Actions Intervals. Market/Pending Order Execution Modes. Dual Exponenti
Создан для максимальной производительности. Оптимизирован для вывода прибыли. Введена новая опция - тестирование с эмуляцией вывода прибыли. Ultimate Hero - это передовой торговый инструмент, предназначенный для получения максимальной прибыли на рынке Форекс. Это передовое торговое программное обеспечение создано с использованием новейшей технологии GPT-4 и обладает широким набором дополнительных возможностей. Ultimate Hero - это торговый бот, использующий сеточную торговую стратегию, основан
Black Cat FX
Prama Shellaerinda
BlackCAT FX is a simple and powerful Expert Advisor. This robot has a very powerful keylevel determination algorithm embedded. With this keylevel reference, this robot can work effectively and efficiently. BlackCat FX is specifically designed to run on the EURUSD and GBPUSD pairs as we know that’s are low spread pairs, and can be run on the M5 or M15 timeframe   Instrument Specifications Symbol: EURUSD, GBPUSD Timeframe: M5 Account Requirements Type: Hedging Spreads: Low Spread Min Deposit: $200
The sea of tranquility  is a system designed to trade on two pairs the EURUSD and the GBPUSD, could be used in other pairs and other securities such as indices, cryptocurrencies or commodities, but is not optimized for these values, Although it is a multiorder system, the batching of all is constant without increases in lotage along the algorithm. The architecture is a Fully Automatic Autonomous Robot Expert capable of  independently analyzing the market and making trading decisions. MANUAL LOT
Investra
Tsuchitani Kazuhiroshi
For every 10th purchase, the price will increase by $200. ECN account required Investra is an Expert Advisor (EA) that is specialized for the EURAUD currency pair and operates based on 5-minute (5M) chart data. It adopts a high-frequency trading strategy aimed at capitalizing on minor price fluctuations in the forex market. Key features of Investra include sophisticated technical analysis, precise entry and exit strategies, and an automatic risk management function. Here are the details a
Proton AGI is a fully automated Expert Advisor, inspired by BotGPT, and its development took over a year to complete. Thanks to its embedded technology, it can adapt to the situations it encounters over time and analyze the market in real-time to identify trading opportunities. ***Buy Proton AGI EA and you can get any of my EAs for free!***   Add me to your friends and ask privately for more details. ->  Please note that the backtest does not take into account real-time network data, so the r
Ilan
Andrey Khatimlianskii
4.71 (7)
Ilan для MetaTrader 5 Благодаря использованию виртуальных сделок, стала возможной торговля в оба направления - и покупка, и продажа - одновременно. Именно это позволило полноценно перевести популярную стратегию под неттинговый учет позиций, который используется MetaTrader 5.  Настройки советника Настройки советника просты, но позволяют регулировать все важные параметры стратегии. Вам доступны: Уникальный  MagicNumber  для идентификации сделок; Выбор направления торговли ( Trade direction ): то
GO IT - it is a Secure Automated Software for trade Forex market and indices.                                     ONLY RECO M ENDED FOR GBPUSD AND EURUSD Can used this EA whit 100$ in your account The architecture is a Fully Automatic Autonomous Robot Expert capable of  independently analyzing the market and making trading decisions  GO IT It is an advanced trading system. This is a fully automatic Expert Advisor.      It is a 100% automatic system, the system controls both the inputs and
С этим продуктом покупают
Данная библиотека предлагается как средство для использования 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  как показано на приложенных изображениях Для использования библиотеки необходимо включит
Простая в использовании, быстрая, асинхронная библиотека WebSocket для MQL5. Он поддерживает: ws:// и wss:// (защищенный веб-сокет "TLS") текстовые и бинарные данные Он обрабатывает: фрагментированное сообщение автоматически (передача больших объемов данных) кадры пинг-понга автоматически (подтверждение активности) Преимущества: DLL не требуется. Установка OpenSSL не требуется. До 128 соединений WebSocket из одной программы Различные уровни журнала для отслеживания ошибок Возможна синхронизац
Библиотека WalkForwardOptimizer позволяет выполнить пошаговую и кластерную форвард-оптимизацию ( walk-forward optimization ) советника в МетаТрейдер 5. Для использования необходимо включить заголовочный файл WalkForwardOptimizer.mqh в код советника и добавить необходимые вызовы функций. Когда библиотека встроена в советник, можно запускать оптимизацию в соответствии с процедурой, описанной в Руководстве пользователя . По окончанию оптимизации промежуточные результаты сохраняются в CSV-файл и наб
AO Core - ядро алгоритма оптимизации, это библиотека, построенная на авторском алгоритме HMA (hybrid metaheuristic algorithm). Пример применения AO Core описан в статье: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/ru/blogs/post/756509 Данный гибридный алгоритм основан на генетическом алгоритме и содержит лучшие качества и свойства популяционных алгоритмов.  Скоростной расчет в HMA гарантирует непревзойденную точность и высокие поисковые способности, позволяет экономить совокупн
Эта библиотека позволит вам управлять сделками с использованием любого вашего советника, и ее очень легко интегрировать в любой советник, что вы можете сделать самостоятельно с помощью кода сценария, упомянутого в описании, а также демонстрационных примеров на видео - Размещайте лимитные ордера, SL-лимитные и тейк-профитные лимитные ордера. - Размещайте ордера Market, SL-Market, TP-Market - Изменить лимитный ордер - Отменить заказ - Запрос заказов - Изменение кредитного плеча
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. 
MetaCOT 2 CFTC ToolBox - это специальная библиотека, предоставляющая доступ к отчетам CFTC (U.S. Commodity Futures Trading Commission) прямо в терминале MetaTrader. Она включает все индикаторы, построенные на основе этих отчетов. Имея эту библиотеку Вам нет необходимости приобретать каждый индикатор MetaCOT в отдельности. Вместо этого, Вы получаете набор сразу из всех 34 индикаторов, в который входят также индикаторы недоступные в виде отдельной версии. Библиотека поддерживает все типы отчетов,
Это упрощенная и эффективная версия библиотеки для 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
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,
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-
Gold plucking machine   Золотая выщипывание машины является советником разработан специально для торговли золотом. Операция основана на открытии ордеров с использованием индикатора быстрых и медленных линий, поэтому советник работает в соответствии со стратегией «Trend Follow», что означает следовать тренду. Заказать с помощью политики сетки без операции стоп - лосса, поэтому убедитесь, что счет достаточен. magic number      -  is a special number that the EA assigns to its orders. Lot Multipl
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
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
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 );    //复杂开单
Binance Library MetaTrader 5 позволяет использовать его в советниках для торговли и индикаторах для бирж Binance.com и Binance.us напрямую из терминала. Библиотека поддерживает все классы активов на бирже: Spot, USD-M и COIN-M фьючерсы. Доступны все необходимые функции для торговой деятельности: Добавление инструментов с Binance в список символов MetaTrader 5 Получение информации о парах и спецификациях Получение Ask, Bid и времени последней сделки по всем парам Загрузка исторических данных для
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
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
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 
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
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
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.
Фильтр:
Нет отзывов
Ответ на отзыв