• 미리보기
  • 리뷰
  • 코멘트
  • 새 소식

Atmos

Advisor with atomic potential from the first days!

    The advisor is based on chaos theory - disorderly price movement. In the first strategy, the robot identifies the moments when the price becomes most active and opens a grid of pending orders in the direction of the price. In the second strategy, pending orders are placed against the price movement. And finally, in the third strategy, work is carried out on the market without using pending orders.

    Most of the time the advisor is in standby mode, so you should not expect quick results from it. However, a long wait of even several weeks can be justified in just a few hours of active work. This is the whole point of the strategy. Over a long period of time, the robot can test the market and lose small batches of transactions, which is an integral part of the strategy. But as soon as he catches a good price impulse, the deposit can be increased many times over with just one such spurt.

    With a little tweaking, the strategy can be modified using hedging positions. As soon as a certain percentage of drawdown is reached, a position is opened in the opposite direction of the series with the total volume of all open positions + multiplication factor. If, as a result, the price does not change its direction, then the total profit becomes positive and as soon as it reaches the set profit percentage, all positions are closed.

    If, after opening a hedging position, the price turns in the opposite direction, then a second hedging position is opened in the opposite direction from the last one, and so on until, due to a larger volume, the entire series of transactions is closed with a set percentage of profit. Typically, during such price impulses, the price quite quickly breaks out of the intended price corridor. So the chances of making a profit in this way are very high.

    Options

    • n_Strategy:
      • Strategy_0 - disable all strategies;
      • Strategy_1 - pending breakout orders;
      • Strategy_2 - pending orders for release;
      • Strategy_3 - market trading.
    • Strategy_Copy - if you turn off this parameter, the "n_Strategy" option switches to manual control. So let's say you have the "Trade_File_Settings" mode enabled and all settings are copied from the file, but you want to trade with these settings not on a breakout but on a rebound from levels or vice versa (i.e. in the opposite direction), in this case you disable this flag and manually set the trading mode "n_Strategy";
    • Turbo - if enabled, the robot will add pending orders based on signals as soon as existing pending orders are triggered, without waiting for open positions to be closed. This can seriously load the deposit, but the expected profit can also increase significantly;
    • Folder_Number - number of the folder with files;
    • Auto_Magic - used exclusively in conjunction with the "Trade_File_Settings" parameter, this function selects the best files with settings depending on the set priority "MagicNumber", so let's say if "MagicNumber=1", this will mean the highest priority and the robot will search on the server for the best file with settings (the best is considered to be the one that showed the best results in the strategy tester), followed by the next 2, 3, 4 and so on. It makes sense to open dozens of accounts and give the robot different priorities from 1 and higher on each one, and the robot will download and upload different files each time. The highest priority is relative and it is not a fact that it will be the most profitable;
    • MagicNumber - sets the priority for downloaded files and is also an identifier of positions, accordingly it cannot be changed if the advisor has open positions;
    • Settings:
      • Trade_EA_Settings - trading using local advisor settings (without using the file system),
      • Trade_File_Settings - trading using a file system of settings (this can be much more convenient, easier and more efficient);
    • Search_Server - not used;
    • Market_Watch - not used;
    • -----------
    • RiskPercent - percentage of the deposit for automatic lot calculation;
    • Lot - fixed lot (if RiskPercent=0 );
    • Multiplication - multiplication coefficient averaging positions;
    • -----------
    • Max_Loss - drawdown percentage at which all positions and orders are closed ahead of schedule (if 0 is not used);
    • Total_History - the number of days during which the advisor will be prohibited from trading after the early closure of all positions and orders (if 0 is not used);
    • -----------
    • Spread - the maximum allowable spread, above which the robot does not trade;
    • Slippage - permissible slippage;
    • -----------
    • Distance - distance for placing the first pending order;
    • Pending_Orders - number of simultaneously open pending orders;
    • Divergence - distance between orders;
    • Expiration - lifetime of pending orders;
    • -----------
    • Stop_Loss_Percentage - stop loss as a percentage of the deposit;
    • Minimum_Stop_Loss - minimum distance to stop loss;
    • Take_Profit_Percentage - take profit as a percentage of the deposit;
    • Minimum_Take_Profit - minimum distance to take profit;
    • -----------
    • n_Signal:
      • Signal_Candles - trading using candlestick analysis,
      • Signal_Counter - trading on a price rollback from a given trend (on a pullback based on the rubber principle),
      • Signal_Custom - trading using the built-in indicator based on the principle of oversold and overbought markets;
    • -----------
    • Step - price measurement step (Signal_Candles);
    • Power - price change time in seconds (Signal_Candles);
    • -----------
    • Period_MA - period of the MA indicator (Signal_Counter);
    • Step_MA - pull distance in pips (Signal_Counter);
    • -----------
    • Use_Arrow - trade exclusively at the moment the signal is generated (Signal_Custom);
    • Deviations - price deviation (Signal_Custom);
    • -----------
    • Use_Trailing_Stop - use trailing stop;
    • Trail_Start - start;
    • Trail_Step - step;
    • No_Loss - breakeven;
    • Min_Profit_No_Loss - minimum breakeven profit;
    • -----------
    • Percentage_Lock - percentage of the total volume of all open positions on the chart for placing the first lock order;
    • Max_DD - percentage of drawdown of the main series at which the first hedging position is opened;
    • Corridor_Lock - corridor distance for hedging positions;
    • Lot_Exponent_Lock - coefficient of hedging positions;
    • Percentage_Profit_Lock - percentage of profit for closing all positions;
    • Max_Trades_Lock - maximum number of hedging positions;
    • ----------
    • Averaging - averaging of open positions;
    • Max_Trades - maximum number of averaging positions;
    • PipStep - distance between positions in pips;
    • LotExponent - averaging volume multiplier;
    • ----------
    • Use_Time - time filter;
    • BeginTime - start of the trading session;
    • EndTime - end of the trading session;
    • ----------
    • Trailing_Profit - trailing profit in the deposit currency, so let’s say if Trailing_Profit = 100 and a profit of $100 will be recorded on the account - the function will be activated, as a result, if the profit drops to $50, then all positions and orders will be closed forcibly. If, after activating the function, the price moves further and the profit increases, then the closing amount will also increase. Thus, if the profit reaches an amount of approximately $300, then the closing amount will already be $150 by that time, the closing amount on the price rollback will always be 50% of the maximum achieved;
    • ----------
    • Protected_Amount - fireproof deposit amount; if equity drops to this value, all positions and orders will be closed forcibly and trading will stop. It is necessary to take into account that the amount specified here will not participate in trading; therefore, you cannot indicate a fireproof amount of $100 here if you only have a deposit of $100;
    • Protected_Copy - copy value Protected_Amount from a file (if using a settings file system) or locally;
    • ----------
    • Inp_Point - multiplication of pip parameters by a given coefficient;
    • i_Symbol - protection against accidental launch of the advisor on a different symbol (the symbol is written here);
    • i_Period - protection against accidental launch of the advisor on a different period (the period is set here);


      추천 제품
      Flex Grid EA
      Robots4Forex Ltd
      5 (1)
      The Flex Grid EA is a fully automated Expert Advisor that trades based on RSI. The EA trades using market orders with inivisible take profit and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD, USDJPY, EURUSD, USDCAD & GBPUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limite
      FREE
      Magic Grid
      Aliaksandr Charkes
      4.5 (22)
      Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
      FREE
      Start of Movement
      Vladimir Gribachev
      This is an automated Forex Expert Advisor. The system is based on trading in possible flat emergence zones. The EA has a built-in price movement predicting algorithm, which enables the EA to make a decision to open averaging orders or to scale an open position. Depending on parameters, it works with pending (Stop, Limit) or market orders. To diversify risks, the Expert Advisor works simultaneously with short and long positions. Their closure can be either an oppositely directed or unidirectional
      Dr Trade Pro MT4
      Julia Lopez
      5 (3)
      Dr Trade Pro을 소개합니다. 지능적이고 일관된 거래를 위해 정교하게 디자인된 EA입니다. 저희 전문가 어드바이저는 정확성에 의존하여 트렌드 인식 및 정확한 시장 분석을 활용하여 거래를 원활하게 실행합니다. Dr Trade Pro은 각 거래에 대한 전략적인 백업 계획을 갖추어 수익성을 강조하면서 잠재적인 손실을 최소화합니다. Dr Trade Pro을 돋보이게 만드는 특징 중 하나는 다양한 시장 조건에 대응 가능하다는 점입니다. 이는 뉴스 및 시장 변동성에 대한 저항성이 뛰어난 신뢰할 수 있는 EA에 필수적인 특성입니다. 이러한 적응성 덕분에 봇은 시장 변화를 원활하게 감지하고 알고리즘을 업데이트하여 크거나 더 변동성이 있는 시장에서도 안정성과 최적의 성능을 유지합니다. Dr Trade Pro이 거래에서 평균 전략을 채용하고 있다는 점을 주목해주시기 바랍니다. 이 EA 스타일에 익숙하지 않은 경우 구매를 고려하기 전에 기능을 면밀히 검토하는 것이 좋습니다. Dr Trade P
      The robot uses the trading strategy of breaking the lines of the Bollinger Bands indicator. The essence of this strategy lies in the constant analysis of the indicator lines and the search for the most effective breakout points for its lines. When the price breaks through the indicator line in one of the directions, the robot opens a trade in that direction and starts to follow it. But the robot does not open trades every time the indicator lines are broken, but only in those places where it co
      Night Rocker EA
      Sergey Sobakin
      3 (2)
      Night Rocker EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
      Copyright(c) 2019 Superfarabi EA Is the Scalping Forex Expert Advisor for MT4 Working on Timeframes (M5) Best Pair Recomended is EU/UChf=0.4 Calculation is based of Envelopes indicator ===========Rakyat +62 =========== Hak Cipta (c) 2019 Superfarabi EA Merupakan Scalping Forex Expert Advisor untuk MT4 Berjalan pada Time Frame Kecil (M5) Pair Rekomendasi adalah EU / UChf = 0,4 Perhitungan didasarkan pada indikator Envelopes
      EA Budak Ubat
      Syarief Azman Bin Rosli
      5 (2)
      Download Trial EA Budak Ubat Channel Limited Time Price! The price will increase by 10 USD after every 10 purchases! How it works When the EA is active, it will analyze the chart based on the Execution Mode parameter. If there are no existing positions on the chart, the EA will enter a trade based on the parameter. If the trend is bullish, it will enter a buy trade and if it is bearish it will enter a sell trade. And it will also set a Stop loss order at a certain distance from the opened tra
      QuatronPro
      Marek Kvarda
      This robot is designed for major currency pairs and trades several strategies: swings, gaps and SR levels. It uses an advanced algorithm for analyzing price data and looks for the best parameters. Trading signals are filtered by results of analysis of daily and monthly chart for the last 12 periods. It is built on the foundations of the successful EA Triton . This is not a scalping robot. It is not sensitive to spread and slip. It will be traded at all brokers with quotation accurate to point
      EA Thomas PRO
      Vitali Vasilenka
      4.38 (8)
      EA Thomas Pro 는 향상된 거래 알고리즘을 받은   EA Thomas Advisor 의 향상된 버전입니다. Pro 버전 – 위험한 거래 방법 없이 거래할 수 있습니다. 전문가 조언자는 다음을 사용하지 않습니다: 그리드 없음 - 마틴게일 없음 - 더블링 없음 - 평균화 없음 시작 가격은 99달러이며, 시간이 지나면 가격이 인상됩니다. 20개 판매될 때마다 가격이 크게 인상됩니다. 최종 가격 $1500. 새로운 거래 알고리즘은 일주일에 평균 2-3건의 거래를 생성합니다(이 알고리즘을 사용하면 시장의 위험한 상황을 피할 수 있습니다). 어드바이저의 안전한 사용을 위해 주요 거래 알고리즘이 재설계되었습니다. Advisor는 재정 계정에 대한 테스트를 통과하도록 조정되었습니다. 어드바이저는 2020년 초부터 지난 3년간 교육을 받았습니다. (이를 통해 변화하는 시장에 맞게 알고리즘 구조를 최적화할 수 있습니다.) EURUSD의 기본 설정 - M5 기간 내역 분석은 마틴게
      Golden Wings
      Thi Tra Mi Duong
      EA Golden Wings is a fully automated EA designed to trade GOLD. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAUUSD in 2015-2021 period. No dangerous methods of money management used, no martingale, no grid, scalp or hedge. Feature:  + Fully automated trading 24/5 with time filter.  + No need in a large initial deposit.  + Alway
      BollSto EA MT4
      Miss Supatcha Pigulkaw
      EA Grid- BollSto  is a hybrid strategy that has been tested and optimized using 99.9% tick data from 2008 to 2023. Its main signal is based on Bollinger Bands, with Stochastic as a confirming signal to identify trends. It can be used on various timeframes such as M15, M30, H1, H4, and D1, with customizable settings. * Recommended to use 1 timeframe per 1 account to limit risk. The risk management system allows you to choose your preferred risk level. The user-friendly interface, coupled with hig
      Gold Angels
      Hong Ling Mu
      3.8 (5)
      Welcome to the Forex Gold Angel EA , which is a highly stable profit-generating EA. It comes highly recommended. The logic behind the EA is simple. It uses the BAND indicator, which triggers a flag when the price deviates from the band. However, it does not enter a trade at this point. Instead, it carefully monitors the price movement. When the price returns to the band and touches the center line, it enters a trade in the direction of the trend. This strategy is simple, but it yields significan
      FREE
      ShinZuka
      Muhammad Asyraf Bin Mohamad
      Using MACD value for direction. Using RSI as reversal indicator. Using open trading hour. (Recommend Hour 10,11,15 & 19 : MT4-Time) Counter trade if signal failed. Cutloss trade if signal failed. Auto lot calculate based on target profit & takeprofit. Able to set counter trade value. Suitable for commodities & currency.  Timeframe H1. Able to set limit lot open. Able to select day to trade.
      Golden Future
      Liudmyla Bochkarova
      4.2 (5)
      Golden Future Expert Advisor includes a total of 5 different strategies. This is done with the sole purpose of being able to adapt to any type of market, whether in a trend or in a range.  Golden Future EA was created with the use of an extensive genetic algorithm study.  The EA showed stable results while maintaining a low drawdown, especially during market crashes        No dangerous money management techniques, no martingale, hard grid or scalp. Suitable for all broker conditions - not sensi
      Algorithmic trading is a scalping bot for trading major currency pairs. Recommended timeframes for trading M1, M5, M15, M30, H1. The robot automatically analyzes the market with each arrival of a new tick and determines the places of sharp price changes. When a sharp large jump in price appears on the chart, the robot opens a trade. If the price rises sharply, the robot opens a buy trade. If the price drops sharply, the robot opens a sell trade. Due to the fact that the robot analyzes the marke
      The EA of Bollinger Bands are a popular technical analysis tool used by traders and investors to analyze price volatility and potential price reversal points in financial markets, such as stocks, forex, or cryptocurrencies. They consist of three lines: The middle band: This is typically a simple moving average (SMA) of the price over a specific period. The most common period used is 20. The upper band: This is the sum of the middle band and twice the standard deviation of the price over the same
      Smart YTG
      Iurii Tokman
      4.67 (6)
      Smart YTG   MT5 터미널의 어드바이저 버전입니다.   |   전체 상품 Smart YTG는   GBPUSD 통화 쌍, 차트 기간 H1에서 작동하도록 작성되었습니다. 본질적으로 시스템은 추세이며 STOP 주문으로 가격 움직임의 추세 섹션에서 완벽하게 작동하며 추세는   Expert Advisor 내부에 내장된 가격 채널   표시기를 분석하여 결정되므로 표시기를 추가로 설치할 필요가 없습니다. 평지에서는 시장이 불확실하고 시장의 추가 움직임이 결정되면 손실없이 인출 시스템이 작동하며 시장에서 가격 움직임의 방향과 반대되는 포지션이 있으면 그들은 가격 움직임의 방향으로 주문이 겹치고 전체 이익에 도달하면 일련의 전체 포지션이 청산되는 반면, Equity는 하락하지 않고 균형선을 유지하는데 이는 테스트 결과에서 확인할 수 있습니다. 코드의 많은 계산, 그리고 그것의 가장 큰 부분은 정확히 시장이 플랫을 형성하고 하락과 손실이 없는 추세로 빠져나와야 하는 순간에 속합니다. 이를 위
      Frigate EA MT4
      Sigit Hariyono
      Frigate EA  is a fully automatic expert advisor which contains several trading systems mainly based on Moving Averages. Each trading system has it own entry algorithm with fixed stop loss and take profit. This trading robot can be used for all pairs and all time frames, but it is especially designed for   GBPUSD 1H  time frame.  Main Features:    No Martingale.  No Averaging. No Grid.   Setting Parameters: Expert Name   - EA name and trades comment.  Magic Number   - EA identification number
      Maximun alfa trader
      Eduardo Viganotti
      역사상 최고의 US500 로봇 Maximun 알파 트레이더는 이동 평균과 간단하고 신뢰할 수 있는 독점적인 고도의 기울기 반전 예측 알고리즘을 기반으로 합니다. Maximun 알파 트레이더 EA 전략은 여러 지표의 조합입니다 트렌드와 트렌드의 고갈을 감지하는 자체 지표로 동급에서 유일무이한 이 지표는 독특하고 비밀이 아직 시장에 출시되지 않았습니다. 데모를 테스트하려면 화면 캡처에 붙여넣은 구성을 복사하십시오. Maximun 알파 트레이더는 20년 동안 99.9%의 품질로 실제 틱을 사용하여 실제 시장 조건에서 테스트를 거쳐 성공적으로 테스트를 통과했습니다. 로봇은 US500용으로 설계되었습니다. MAGIC NUMBER를 구성할 수 있으므로 동일한 계정을 여러 전략에 사용할 수 있습니다. 각 봇은 MAGIC NUMBER의 주문에 대해서만 작동하고 다른 봇의 주문은 이를 볼 수 없습니다. Maximun alpha trader에는 매우 다양한 제어 입력이 있으며 해당 주제에 대한 전문가
      Phoenix Gold EA MT4
      Nuttapol Chantrasmi
      "Phoenix Gold is a great choice for hands-off investors who plan to do a long-term investment in gold" #Non-Martingale #Always SL #Robust #Adaptive #Fully Automated #AI #XAUUSD Phoenix Gold is a non-martingale expert adviser generated from our AI-driven pipeline which learns diversified trading strategies from 10-years historical data of the gold market. Phoenix Gold  project aims to provide a robust adaptive trading system that can harmonize with the dynamic of the market. We value risk man
      Mistress
      Natalya Sopina
      Mistress  - high speed EA-scalper. Mistress  -  the best EA!  - to my view. Mistress  -universal and simple. Mistress  - trades accurately, frequently and swiftly. Mistress  - independent on TF. Mistress  - worsk on all currency pairs. Mistress  - uses no martingale and no grid Mistress  -needs 20  units of currency for lot 0.01 for each used currency pair. Mistress EA  Parameters : Trading  hours  HH . ММ  (server time) :  trade time limit on time : time to start trading off time : time to en
      Rapture
      Evgeniy Zhdan
      The automated trading system is developed based on the "Comfort Range" theory. According to this theory, the chart of each trading instrument has its own dynamically changing range of movement. The skill of determining such a range allows you to use this information as a leading indicator and predict price movement in the near future. The Rapture Expert Advisor determines the "Comfort Range" of the trading instrument and works in the direction of the expected future movement. The EA does
      The Expert Advisor trades using the Stochastic indicator with the specified parameters. A trade is opened at the crossover of the specified levels. The default levels are K = 11, D = 3, Sl = 3. The EA opens a trade when overbought and oversold levels specified by the trader are crossed. Trades are closed by Take Profit levels, which are hidden form the broker. If a wrong direction is chosen, the EA opens an averaging grid of orders. If there is no signal for opening a position by Stochastic indi
      Sonata MT4
      Evgeniy Zhdan
      The Expert Advisor's strategy is based on proactive forecasting of the most likely price movement. The method for determining this movement is the calculation and ratio of such factors as: short-term OHLC candlestick patterns, the direction of the microtrend, the rate of price change. Only 1 deal on one trading instrument can be opened at a time. Support:   https://www.mql5.com/en/channels/TrendHunter No hazardous trading methods are used. The Expert Advisor has minimal settings, which al
      Advanced Rsi Grid Hedge
      Cesar Napoleon Guio Martinez
      4.67 (3)
      Advanced Rsi Grid Hedge is an expert advisor created to enter the market at times of high probability of a short-term market reversal into overbought or oversold zones, but in the direction of a major trend.  The robot uses a grid hedging system. This bot does not use martingale. The Bot is very simple, it uses two RSI indicators to define the entry signals. This also has a trend filter that looks for the best conditions to trade. MT5   Version Here:  https://www.mql5.com/es/market/product/99073
      Yes
      Joel Protusada
      This Expert Advisor is a combination of different Forex strategies. Hedging - The use of this strategy is two-fold. First, it used to minimized drawdown of losing trades. Second, it is used to lock-in profit of winning trades. Scale-in - This method is implemented to increase profit of winning direction. Averaging - This method is implemented to factor in both winning and losing trades and to make sure if all trades are closed with positive profit. Environment Broker : The EA can work with ECN
      Bfxenterprise CCI
      Ricky Romadona Tri Saputra
      Bfxenterprise CCI When you use this Expert Advisor (EA), transactions will be based on the CCI indicator. Every calculation of trend or price reversal uses CCI. The prowess of this indicator is the reason for optimization in the program. Version of Bfxenterprise The version with the name “Bfxenterprise” focuses on special and thorough sorting of transactions. So this version does not always make transactions, unlike the Expert Advisor version in general. This version relies on accuracy at the t
      Ichimoku 3D
      Anton Karabeinikov
      Ichimoku 3D This Expert Advisor is based on the Ichimoku indicator using the principle of 3 Elder screens. There are 4 types of opening trades in this Expert Advisor: 1 is when there is the same buy or sell signal on 3 timeframes 2-This is when 2 timeframes have the same buy signal and 1 timeframe has the same sell signal or vice versa 3-This is when 1 timeframe is a buy signal and 2 timeframe is a sell signal or vice versa 4-This is when 1 timeframe signal to buy on the average tim
      Universal MT4 MA
      Vladimir Gribachev
      이동 평균 표시기의 거래 로봇 전문가 혜택: 스캘핑, 마틴게일, 그리드 트레이딩. 하나의 주문 또는 주문 그리드로만 거래를 설정할 수 있습니다. 동적, 고정 또는 승수 단계 및 거래 로트가 있는 고도로 사용자 정의 가능한 주문 그리드를 통해 Expert Advisor를 거의 모든 거래 수단에 적용할 수 있습니다. 드로다운 복구 시스템, 손실 주문 및 잔액 보호 중복 그리드 거래가 반등하지 않는 가격 변동에 취약하다는 것은 비밀이 아니지만 주문 복구 시스템 덕분에 고문은 대부분의 하락에서 벗어날 수 있습니다. 드로우다운 탈출은 수익성이 없는 가장 먼 주문과 시장에 가장 가까운 주문을 이익이 있는 주문과 겹치는 방식으로 수행됩니다. 거래 로봇은 수동 거래 또는 다른 전문가가 개설한 거래의 경우 계정에서 손실된 위치를 복구하는 데 사용할 수 있습니다. 매직 넘버로 모든 주문을 픽업하고 처리할 수 있습니다. 필터를 여는 거래. 모든 거래 전략에는
      이 제품의 구매자들이 또한 구매함
      The Gold Reaper MT4
      Profalgo Limited
      4.86 (29)
      소품 회사 준비 완료!   (   세트파일 다운로드   ) 출시 프로모션: 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우
      Gold Trade Pro
      Profalgo Limited
      4.59 (22)
      프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Gold Trade Pro는 금 거래 EA의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시장이 초기 위치와 반대 방향으로 갈 때 거래를 추가합니다.  그들은 종종 "신경망/AI/머신 러닝"으로 위장하지만 외환 및 EA에 약간의 경험이 있는 경우 매
      GoldPulse AI
      Babak Alamdar
      5 (10)
      백테스트가 아닌 실제 거래 시스템을 구매하세요:   Live Signal 1     Live Signal 2 이 가격은 프로모션 기간 동안 일시적이며 곧 인상될 예정입니다 최종 가격: 5000 $ 현재 가격으로 몇장 남지 않았으며, 다음 가격은 -->> 1120 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! 이것은 XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD 및 XAUCNH와 같은 전체 쌍으로 금 또는 XAU를 거래하는 최초의 가장 똑똑한 로봇입니다! 매일매일 뉴스를 확인하며 기술적, 근본적, 감성적 확인이 있는 기회라면 무엇이든 활용합니다! 돈은 참을성 없는 상인의 주머니에서 환자의 주머니로 나올 것입니다! 이 시장에서 당신은 똑똑한 사람들과 경쟁하게 될 것입니다! 그들은 당신의 돈을 얻으려고 하고, 당신도 그들의 돈을 얻으려고 합니다! 가장 정확하고 적극적인 시장
      Quantum Emperor MT4
      Bogdan Ion Puscasu
      4.91 (125)
      소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발했습니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA를 구매하면 Quantum StarMan, Quantum Trade EA 또는 Quantum Gold Emperor를 무료로 받을 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 새로운 라이브 신호 V4:   여기를 클릭하세요 MT5 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 *프로모션 가격: $1199. 10번 구매시마다 가격이 100달러씩 인상됩니
      HFT Prop Firm EA
      Dilwyn Tng
      4.98 (635)
      HFT Prop Firm EA is  also known as Green Man due to its distinctive logo, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. For limited period: Free utilities worth $198 when you buy HFT Prop Firm EA Passing HFT Challenge Performance Monitor (starting at $200): 1) Broker: IC Markets Account Number 66603384 Server: ICmarketsSC-Demo06 Password: Greenman 2)
      Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
      One Gold MT4
      Stanislav Tomilov
      5 (11)
      Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and advanced technologies in neural networks, EA is capable of analyzing historical and current dat
      Oracle MT4
      Stanislav Tomilov
      4.38 (8)
      Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
      Quantum Algo Trading MT4
      Lo Thi Mai Loan
      5 (4)
      현재 가격은 프로모션 가격이며 곧 인상될 예정입니다. 제품의 최종 가격은: $5566입니다. 현재 가격으로는 몇 부만 남아 있으며, 다음 가격은 $566입니다. 여기에서 실시간 결과를 확인하세요: 개인 실시간 신호:   [여기를 클릭하세요] $50K 개인 실시간 신호:   [여기를 클릭하세요] 제안된 실시간 신호:   [여기를 클릭하세요] MT5 버전은 여기에서 확인하세요:   [여기를 클릭하세요] How to install   |   Download SetFile 양자 알고 트레이딩 MT5 EA에 오신 것을 환영합니다. 이 EA는 단순한 기계적 시스템 이상을 위해 설계되었으며, 여러분의 트레이딩 여정 동안 평생 동반자가 될 것입니다. 이 EA는 13년 이상의 트레이딩 및 프로그래밍 경험을 가진 누군가에 의해 최적화된 알고리즘을 사용하여 브레이크아웃 시스템을 활용합니다. 시장에서 과거의 백테스트 결과에만 의존하는 다른 EA와는 달리, 많은 사람들이 과거에 맞추
      Bitcoin Robot MT4
      Marzena Maria Szmit
      5 (8)
      The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
      Daytrade Pro Algo
      Profalgo Limited
      5 (6)
      프로모션 시작: 현재 가격으로 제공되는 제한된 수의 사본 최종 가격: 990$ 신규: 1개를 무료로 받으세요!   (거래 계좌 2개용) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro Algo에 오신 것을 환영합니다!   수년 동안 시장을 연구하고 다양한 전략을 프로그래밍한 후 좋은 거래 시스템에 필요한 모든 것을 갖춘 알고리즘을 찾았습니다. 브로커 독립적입니다. 독립적으로 확산됩니다. MT4, MT5, TDS2 및 여러 브로커에서 쉽게 실제 변수 확산 테스트를 사용하여 매우 안정적인 백 테스트를 보여줍니다. 수백 가지의 다양한 설정이 모두 테스트에서 수익성 있는 결과를 제공합니다(물론 저는 최고의 설정을 선택했습니다!). 매우 강력한 시스템 -> 설정은 상호
      Hercules AI MT4
      Aleksandr Chebotaev
      Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
      Gold Garden MT4
      Chen Jia Qi
      3.67 (3)
      Deep learning is reshaping gold trading, with intelligent assistants tending to trading gardens like skilled gardeners. The "Gold Garden" EA employs deep learning intelligent technology and 20 years of data training to significantly enhance strategy performance. With it, trading becomes more effortless and intelligent. Let's join hands to usher in the intelligent era and transform trading into a blissful garden. This will be your exclusive Gold Garden Steward. The MT5 version: Gold Garden MT5
      US30 Scalper EA MT4
      Lo Thi Mai Loan
      5 (4)
      Launch promo! Only a few copies left at 499$! Next price: 599$ Final price: 999$ Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT5:   https://www.mql5.com/en/market/product/107337?source=Site+Profile+Seller For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EA는 거래 및 코딩 분야에서 높은 경험을 가진 팀에 의해 개발된
      Quantum Trade EA
      Bogdan Ion Puscasu
      4.71 (83)
      소개       Quantum Trade EA   , 권위 있는 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문가 고문! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한 Quantum Trade       EA는 혁신적이고 역동적인 브레이크아웃 영역 전략을 통해 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. 중요한! 구매 후 개인 메시지를 보내 설치 매뉴얼과 설치 지침을 받으십시오. ***Quantum Trade EA를 구매하면 Quantum Gold Emperor EA를 무료로 받을 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 실시간 신호: 여기를 클릭하세요 MT5 버전:       여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 프로모션 가격   5 99.99   달러  ! 가격은 곧 699.99 USD로 인상되며 10회 구매 시마다 100 USD씩 인상됩니다! 양자      
      HFT Prop EA
      Manpreet Singh
      4.95 (249)
      HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. Special benefit for buyers who share their re
      Aura Black Edition
      Stanislav Tomilov
      4.76 (17)
      Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
      Aura White Edition
      Stanislav Tomilov
      4.4 (5)
      Aura White Edition   is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of   Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPU
      TrendMaster FX MT4
      Chen Jia Qi
      4.6 (10)
      Introducing our MT5 EA: Designed with advanced algorithms and utilizing deep learning technology, our Expert Advisor (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recom
      Big Forex Players MT4
      Marzena Maria Szmit
      4.64 (22)
      We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databa
      Boring Pips MT4
      Thi Thu Ha Hoang
      5 (12)
      Have you ever wondered why most expert advisors are not effective in live trading, despite their perfect backtest performance? The most likely answer is Over-fitting . Many EAs are created to ‘learn’ and adapt perfectly to the available historical data, but they fail to predict the future due to a lack of generalizability in the constructed model. Some developers simply don't know about the existence of over-fitting, or they know but don't have a way to prevent it. Others exploit it as a tool to
      AW Recovery EA
      AW Trading Software Limited
      4.29 (69)
      Expert Advisor는 수익성이 없는 포지션을 회수하도록 설계된 시스템입니다.   작성자의 알고리즘은 손실 위치를 잠그고 여러 부분으로 분할하고 각 부분을 별도로 닫습니다. 손쉬운 설정, 하락 시 지연된 시작, 다른 Expert Advisors 잠금, 비활성화, 추세 필터링을 통한 평균화 및 손실 위치의 부분 마감이 하나의 도구에 내장되어 있습니다. 전체 그룹에서만 주문을 마감하는 그리드 전략과 달리 더 낮은 예금 부하로 손실을 줄일 수 있는 부분에서 마감 손실을 사용하여 손실과 함께 더 안전한 작업을 보장합니다. 주문이 복원되는 방법: 1 EA는 선택한 상품의 다른 창을 닫아 수익성이 없는 EA를 끕니다(선택 사항). 2 EA는 처리된 모든 주문에 대해 TakeProfit 및 StopLoss 수준을 재설정하고 해당 식별자가 있는 보류 주문을 삭제합니다. 3 EA는 수익성이 없는 주문의 일부를 충당하고 총 포지션 볼륨을 줄이기 위해 이익을 사용하기 위해 처리된 모든 수익성 있
      강력한 1 분 스케일링 시스템 - Xauusd 통화 쌍의 거래를위한 자동 로봇 스칼퍼 (로봇은 다른 통화 쌍으로 거래되지만 최상의 결과를 얻습니다). 권장 기간 M1 및 M5. 최소 초기 잔액은 $ 500입니다. 이 로봇은 가격 전환 지점을 자동으로 결정하고 미래의 추세 방향으로 몇 가지 연기 된 주문을 설정합니다. 가격이 올바른 방향으로 전개되지 않으면 로봇은 지연 주문을 제거합니다. 그러나 가격이 올바른 방향으로 전개되면 로봇은 최대 결과를 얻기 위해 오픈 주문과 함께 (수정) 오픈 주문을 시작합니다. 로봇은 두 가지 모드로 작동 할 수 있습니다. 로봇 설정의 "로트"매개 변수가 = 0이면 로봇은 각 트랜잭션에 대한 로트의 크기를 자동으로 계산합니다. 로트의 크기는 최소한의 위험으로 최대 결과를 얻기 위해 계산됩니다. 이 모드에서는 로트의 크기가 균형의 성장에 비례하여 증가합니다. "로트"매개 변수가 0.01이 중요하지 않으면 로봇은 고정 로트 크기 = 0.01로 주문을 열
      Gold Trading Algo
      Ho Tuan Thang
      4.63 (8)
      ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. - REAL SIGNAL: Default Setting: https://www.mql5.com/en/signals/2206758 5k Fixed Lot:  https://www.mql5.com/en/signals/2217326 Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the lates
      Dark Algo
      Marco Solito
      4.76 (54)
      Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market trends .
      AI Nodiurnal EA
      Ugochukwu Mobi
      AI Nodiurnal EA는 최첨단 기계 학습 기술을 활용하여 거래 전략을 최적화하고 동적인 외환 시장에서 성능을 향상시키는 고급 Forex 로봇입니다. "Nodiurnal"이라는 용어는 전형적인 주간 거래 시간뿐만 아니라 비표준 기간 동안에도 적응하고 작동하는 능력을 반영하여 외환 거래에 대한 지속적이고 적응적인 접근을 제공합니다. 설정: 통화 쌍의 기본 설정: EURUSD H1. 특별 설정은 구매 후에만 제공됩니다. 실제 신호 계정은 여기에 있습니다:   https://www.mql5.com/ko/signals/1270367 MT5 버전은 여기에 있습니다:   https://www.mql5.com/ko/market/product/ 74716 마켓 론칭 프로모션! USD 5,500에 10개 중 10개만 남았습니다. 다음 가격: USD 7,500 최종 가격: USD 10,000 주요 특징: 기계 학습 알고리즘: AI Nodiurnal EA의 핵심 강점은 기계 학습 알고리즘의 활용에
      Bandwagon
      ADELYN CASTILLO
      4.92 (26)
      22번째 달에 240% 수익을 냈습니다. 2년 실적 Bandwagon 2년 또 는 Bandwagon V2 로 Bandwagon Live Account를 확인할 수 있습니다. *메모: 지금 50% 할인 중이에요! 지금 사본을 받으세요! 매달 가격 인상이 예상됩니다. *경고: 불법 복제를 금지하십시오. 악 대차 EA 사본을 요청하는 사용자를 조심하십시오. Bandwagon은 불법 복제를 감지할 수 있으며 귀하의 계정이 그러한 행위를 하는 것으로 감지되면 EA가 계속해서 정상적으로 작동할 것이라고 약속할 수 없습니다. 악대차 특징: Bandwagon은 스윙, 그리드 및 헤징 EA입니다. 자금 관리는 모든 거래 전략에서 매우 중요합니다. Bandwagon은 적절한 자금 관리를 갖추고 있습니다. Bandwagon은 100% 자동화된 EA입니다. EA는 시장이 후퇴했는지, 아니면 언제 추세가 반전되었는지 알고 있습니다. 모든 메이저 및 마이너 쌍에 대해 작업하는 Multicurrency
      Diamond Titan FX MT4
      Lo Thi Mai Loan
      5 (1)
      런칭 프로모션: 30% 할인! 현재 가격으로 구입할 수 있는 판매가 3개만 남았습니다. 다음 가격: $1033 무료로 US30 Scalper EA와 Quantum Algo EA를 받으세요 -> 구매 후 저에게 연락하세요 Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Prop Challenge 트레이드 히스토리:   https://www.mql5.com/en/blogs/post/757093 자주 묻는 질문:   https://www.mql5.com/en/blogs/post/
      AI NeuroX EA MT4
      Denis Kurnev
      5 (2)
      AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
      Bitcoin Wizard is designed for trading Bitcoin by placing pending orders based on high low at certain periods by taking advantage of strong momentum.   Why Bitcoin Wizard : Bitcoin Wizard is a fully automatic trade system, trade 24/7. Does not use any risky strategies such as hedging, martingale, grid or multiple orders. Every trade is protected by a stoploss of 100 pips. Real Signal | Real Signal 2 | Setfile :  Download here  | MT5 version | Backtest Report   |   Broker Spread Comparison SET U
      제작자의 제품 더 보기
      Cobra Throw
      Aleksandr Valutsa
      Advisor "Cobra Throw" - designed to quickly accelerate your deposit in the Forex market. The advisor draws support and resistance levels based on data from one of the selected indicators - Moving Average, Bollinger_Band or Envelopes, and waits for the price to break through one of the lines. Then, after breaking through, the robot places a pending order with the expectation of a price rebound from a strong price level. If the price rebounds (this happens in most cases), the pending order is trig
      Files
      Aleksandr Valutsa
      Downloader of files from the server necessary for the operation of our advisors. If you are a user of our robots, then you may need this utility. Terminal setup Before launching the application, you need to carry out an easy setup of the terminal, indicating the following URLs in the "Expert Advisors" section (remove spaces in the addresses): https:// emilon .ru https:// my.roboforex .com http:// ec.forexprostools .com https:// api.telegram .org http:// client-api.instaforex .org https:// api.vk
      FREE
      Space
      Aleksandr Valutsa
      One application and dozens of ready-made signals - choose, connect and relax. All you need to do is select our signal from those presented on   " myfxbook"   and connect to it using this utility.   The connection is very simple; in the utility parameters you need to specify the number of the folder with the files (Folder_Number) and the kit number (Magic_Number), this information will be in the description of each signal. Signals You can copy all signals whose names contain the prefix - "Space"
      필터:
      리뷰 없음
      리뷰 답변
      버전 2.53 2024.04.15
      - Code optimization.
      버전 2.52 2023.12.23
      - Code optimization.
      버전 2.51 2023.12.22
      - Code optimization.
      버전 2.50 2023.12.22
      - Code optimization.
      버전 2.41 2023.10.27
      - The function of forcing an advisor to be removed from the chart is disabled if the use of “DLL” is prohibited.
      버전 2.40 2023.10.19
      - Corrections and improvements.
      버전 2.39 2023.10.04
      Added functions that can significantly change the course of trading:
      - Averaging;
      - UseTime;
      - Trailing_Profit;
      - Protected_Amount;
      Read more about the new features in the parameter descriptions.
      버전 2.33 2023.09.19
      - Added a function for automatically selecting a chart period when loading a file with settings.
      버전 2.30 2023.09.14
      - Code optimization.
      버전 2.26 2023.08.13
      - Improved the work of all functions of the adviser.