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

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.52 (23)
      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
      Volodymyr Hrybachov
      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
      Market Prop은 인공지능 기반의 완전 자동화된 트레이딩 전문가 고문(EA)입니다. 이 EA는 여러 시간대를 동시에 분석하여 90%의 확률로 수익을 낼 수 있는 진입점을 찾습니다. Market Prop EA는 고급 알고리즘 전략을 통해 프로프 펌의 챌린지를 성공적으로 통과하여 프로프 펌 계좌에서 거래하기에 이상적입니다. 각 거래에서 EA는 자동으로 스톱 로스 및 테이크 프로핏 레벨을 설정하여 신뢰할 수 있는 리스크 관리를 제공합니다. 각 거래의 리스크 레벨은 개별적으로 조정할 수 있습니다. 주요 장점: AI 기반의 거래 전략:   EA의 거래 전략은 시장 데이터를 분석하고 해석하기 위해 인공지능을 기반으로 하여 시장 진입의 높은 정확도를 보장합니다. 프로프 펌에 적합:   이 EA는 프로프 펌의 챌린지를 통과하는 데 사용할 수 있으며, 이후 프로프 계좌에서 계속 거래할 수 있습니다. 자동 스톱 로스 및 테이크 프로핏 설정:   각 거래에서 자동 스톱 로스 및 테이크 프로핏 설정
      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 (3)
      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
      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
      The King Advisor MT4
      Guillem Boix Martin
      5 (1)
      킹 어드바이저는 고도로 발전된   신경망   알고리즘입니다. 이 전략은   정교한 자가 학습   시스템과 수년간의 경험과 작업으로 고안된   트레이딩   시스템을 통해 지지선, 저항선, 추세선을 식별하는 것을 기반으로 합니다. 숙련된 트레이더로 구성된 팀이 개발했습니다. 예시 200개로 제한됩니다 --> 업데이트된 총 판매 부수: 80개 킹 어드바이저는 체결을 제어할   수 있습니다. 거래를 하기 전에 로봇은 거래 쌍에 대한   유동성 흡수량을   평가하여 슬리피지를 최소화하고   최상의 조건에서   거래가 체결되도록 합니다.   킹 어드바이저는 리스크 관리가   매우 우수하여 주문을 제어합니다. 이 전문 어드바이저는 최악의 시장 상황에서   엄격한 테스트를   거쳐 다양한 시장 시나리오에 적응할 수 있는 능력을 입증했습니다. 또한 전문가는 다음 데이터를 사용하여   99.9   %의 모델링 품질로   20 년   이상 최적화 및 테스트를 거쳤습니다.   Dukascopy . 더 킹
      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는 하락하지 않고 균형선을 유지하는데 이는 테스트 결과에서 확인할 수 있습니다. 코드의 많은 계산, 그리고 그것의 가장 큰 부분은 정확히 시장이 플랫을 형성하고 하락과 손실이 없는 추세로 빠져나와야 하는 순간에 속합니다. 이를 위
      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
      Volodymyr Hrybachov
      이동 평균 표시기의 거래 로봇 전문가 혜택: 스캘핑, 마틴게일, 그리드 트레이딩. 하나의 주문 또는 주문 그리드로만 거래를 설정할 수 있습니다. 동적, 고정 또는 승수 단계 및 거래 로트가 있는 고도로 사용자 정의 가능한 주문 그리드를 통해 Expert Advisor를 거의 모든 거래 수단에 적용할 수 있습니다. 드로다운 복구 시스템, 손실 주문 및 잔액 보호 중복 그리드 거래가 반등하지 않는 가격 변동에 취약하다는 것은 비밀이 아니지만 주문 복구 시스템 덕분에 고문은 대부분의 하락에서 벗어날 수 있습니다. 드로우다운 탈출은 수익성이 없는 가장 먼 주문과 시장에 가장 가까운 주문을 이익이 있는 주문과 겹치는 방식으로 수행됩니다. 거래 로봇은 수동 거래 또는 다른 전문가가 개설한 거래의 경우 계정에서 손실된 위치를 복구하는 데 사용할 수 있습니다. 매직 넘버로 모든 주문을 픽업하고 처리할 수 있습니다. 필터를 여는 거래. 모든 거래 전략에는
      Fitpro 10 Scalper Expert Advisor  is a automated forex trading robot designed to work on the most traded currency any pair. The strategy is based on using several MT4 indicators , each entry point is calculated using an advanced input filter based on the analysis of the movement of the price chart. Each order is secured by a fixed stop-loss while, no martingale, no grid, scalp or hedge.   Paramater •    Magic Order - is a special number that the EA assigns to its orders •    Take Profit - take
      이 제품의 구매자들이 또한 구매함
      The Gold Reaper MT4
      Profalgo Limited
      4.72 (32)
      소품 회사 준비 완료!   (   세트파일 다운로드   ) 출시 프로모션: 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우
      AI Gen XII MT4
      Denis Kurnev
      5 (10)
      AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
      Adapt EA
      Alexander Kozachuk
      5 (5)
      지난 24년간 (2000년부터) 백테스트 높은 수익성 다양한 시장 상태에 대한 적응형 알고리즘 모든 브로커와 호환 가능 검증된 감소 제어 시스템 쌍: USDCAD, EURUSD, AUDUSD, EURGBP, USDJPY 표준 백테스트 다운로드: 여기를 클릭하세요 99% TickData (Ducascopy) 백테스트 다운로드: 여기를 클릭하세요 라이브 계정 : 여기를 클릭하세요 라이브 계정(공격적) : 여기를 클릭하세요 개발 정보: 저희는 15년 이상 Forex Expert Advisors(로봇) 개발을 전문으로 해온 전문 트레이더 팀입니다. 우리가 만드는 대부분의 로봇은 실제로 최종 클라이언트에 도달하지 않습니다. 그 이유는 결국 모든 테스트 후에 수익성 있고 신뢰할 수 있는 로봇에 대한 우리의 기준을 충족하지 못하기 때문입니다. 개발에 대한 우리의 접근 방식은 진정으로 뛰어난 몇 가지 개발품만 출시하기 위해 수십 개의 "일반적인" 로봇을 폐기하는 것을 선호하는 것입
      HFT Prop Firm EA
      Dilwyn Tng
      4.97 (670)
      HFT Prop Firm EA는 고유한 로고로 인해 Green Man으로도 알려져 있으며, 고빈도 거래(HFT) 전략을 허용하는 독점 트레이딩 회사(prop firms)의 도전 과제나 평가를 극복하기 위해 특별히 제작된 전문가 자문(EA)입니다. 한정 기간: HFT Prop Firm EA를 구매하면 $198 상당의 무료 유틸리티 제공 MT5 버전: https://www.mql5.com/en/market/product/117386 HFT 챌린지 성능 모니터(시작가 $200): 브로커: IC Markets 계좌 번호: 66603384 서버: ICmarketsSC-Demo06 비밀번호: Greenman 브로커: IC Markets 계좌 번호: 21718043 서버: ICmarketsSC-Demo02 비밀번호: Greenman 결과 1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 결과 2: https://c.mql5.com/3
      Way To Stars는 낮은 위험 기회를 활용하기 위해 시장 변동성이 낮은 기간에 거래하도록 특별히 설계된 야간 암표 EA입니다.이 야간 암표 EA는 잦은 거래를 위한 작은 가격 움직임을 포착하여 시간이 지남에 따라 수익을 축적하는 데 집중합니다.거래당 잠재적 손실을 제한하기 위해 엄격한 스톱로스 조치를 사용하여 효과적인 리스크 관리를 보장합니다.Way To Stars는 소위 말하는 신경망, 인공 지능, ChatGPT 또는 완벽한 직선 백테스팅 결과에 의존하지 않는 진실되고 정직한 거래 시스템입니다. MT5       사용 설명서   신호 :   https://www.mql5.com/en/signals/2220466 다음 가격: $699 setfile of signal 이 EA의 특징: 적합한 통화쌍:GBPUSD Load timeframe:임의의 시간 그리드도 없고, 마팅게일도 없고, 한 번에 한 번 트레이드 주문을 소규모로 분할하여 리스크를 줄입니다 최대 포지션 제한 및 최대
      AI TradingVision GPX MT4
      Yu Mei Cheng
      4.94 (16)
      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
      Gold Trade Pro
      Profalgo Limited
      4.63 (24)
      프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro는 금 거래 EA의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시
      Big Forex Players MT4
      Marzena Maria Szmit
      4.71 (28)
      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
      GRain EA MT4
      Roman Erokhin
      4.63 (8)
      Good afternoon. My name is Roman, I am the creator of Gold Rain EA. I have been preparing for its realization for a long time, went through a lot of tests and now I finished the product and went on sale with a live good signal. My motto is to use only live signals, I do not release products without history or lack of real accounts. Now you have the opportunity to try Gold Rain EA in your hands. I will help every client to customize and install EA, from beginner to pro. Tired of complicated EA mo
      Quantum Emperor MT4
      Bogdan Ion Puscasu
      4.86 (133)
      소개       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 Queen 및 Quantum Gold Emperor를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 새로운 라이브 신호 V4:   여기를 클릭하세요 MT5 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 * 여름 세일 : $999. 10번 구매시마다 가격이 100달러씩 인상됩니다.
      Diamond Titan FX MT4
      Lo Thi Mai Loan
      5 (4)
      런칭 프로모션 현재 가격으로 구입할 수 있는 판매가 3개만 남았습니다. 다음 가격: $1233 무료로 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/757094 Di
      Z4scalp
      Cence Jk Oizeijoozzisa
      5 (2)
      이 이름을 다시는 잊지 않도록 주의하세요 ****** Z4 ******* 궁금하신 점은 구매 전 저에게 꼭 물어보시면 안내해드릴 수 있어요 5장만 -완성 후 가격은 2600달러로 인상됩니다. 3년간의 검토와 분석을 거쳐 여러분을 위한 스크립트가 준비되었습니다. 현재까지 어디에도 판매된 적이 없습니다. 그리고 시장의 과거를 이용하지 않습니다. 부정 행위가 없습니다. 더 잘 이해하려면 저에게 연락하세요. 우리는 당신을 위해 백만 달러 규모의 차트를 제공하지 않았습니다. ------------------------------------- --------------------------------- 지난 몇 년 동안 개인 전략을 통해 힘을 얻었습니다. 손실한계가 매우 작으며 고주파를 사용하지 않습니다. 지난 몇 년 동안 개인 전략을 통해 힘을 얻었습니다. 손실 한도는 3핍으로 매우 작습니다. 고주파를 사용하지 않습니다. 모든 브로커에서 사
      FXMachine
      Alexander Kozachuk
      4.67 (15)
      2020년 이후 실제 계정 통계 지난 13년간의 백테스트 낮은 손실 전략 다중 통화 알고리즘 모든 브로커와 호환 가능 검증된 감소 제어 시스템 2020년 이후 실제 계좌에서 거래 : 여기를 클릭하세요 USDCAD, EURGBP, GBPUSD, EURUSD 거래: 여기를 클릭하세요 EURGBP 거래: 여기를 클릭하세요 GBPUSD 거래: 여기를 클릭하세요 여기에서 다운로드할 수 있는 FXMachine EA의 전체 백테스트: 여기를 클릭하세요 회사 소개: FXMachine 및 기타 로봇의 개발 및 지원은 외환 분야에서 14년 이상의 경험 을 보유한 전문 팀에 의해 수행됩니다. 지난 14년 동안 우리는 개발을 개선하고 더 좋고 효과적인 거래 접근 방식을 찾아왔습니다. 저희에게 저희가 드릴 수 있는 최고의 조언<이 무엇인지 묻는다면 어떤 EA가 좋고 어떤 것이 좋지 않은지 판단하기 위해 다음과 같은 답변을 제공합니다. 가장 중요한 것은 실제 현금 계좌
      TrendMaster FX MT4
      Chen Jia Qi
      4.89 (18)
      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
      The Expert Advisor works on the basis of wave-like changes in price movements. The dynamic regression channel allows you to accurately predict the price movement in the short term. The Expert Advisor uses the indicator in its trading: https://www.mql5.com/en/market/product/64252 Trading instruments (TF 5m): GBPUSD, EURUSD, USDJPY. The Expert Advisor has been successfully tested with 99% quality quotes, floating spread and random ping since 2003. Optimization of the advisor is not requir
      CyBRG RX Mt4
      Arseny Potyekhin
      5 (1)
      Introducing CyBRG RX: The Next-Generation Trading Assistant Step into the future of trading with CyBRG RX, your cutting-edge trading companion designed to elevate your trading experience. Harnessing the power of advanced neural networks, CyBRG RX is engineered to analyze and adapt to ever-changing market conditions with unparalleled precision. Signals:   Live Signal 1 Live Signal 2 Because this strategy is so unique, I only want to sell a limited number of licenses. Therefore, the price w
      FT Gold Robot MT4
      Marzena Maria Szmit
      4.53 (36)
      Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
      AW Recovery EA
      AW Trading Software Limited
      4.34 (74)
      Expert Advisor는 수익성이 없는 포지션을 회수하도록 설계된 시스템입니다.   작성자의 알고리즘은 손실 위치를 잠그고 여러 부분으로 분할하고 각 부분을 별도로 닫습니다. 손쉬운 설정, 하락 시 지연된 시작, 다른 Expert Advisors 잠금, 비활성화, 추세 필터링을 통한 평균화 및 손실 위치의 부분 마감이 하나의 도구에 내장되어 있습니다. 전체 그룹에서만 주문을 마감하는 그리드 전략과 달리 더 낮은 예금 부하로 손실을 줄일 수 있는 부분에서 마감 손실을 사용하여 손실과 함께 더 안전한 작업을 보장합니다. 주문이 복원되는 방법: 1 EA는 선택한 상품의 다른 창을 닫아 수익성이 없는 EA를 끕니다(선택 사항). 2 EA는 처리된 모든 주문에 대해 TakeProfit 및 StopLoss 수준을 재설정하고 해당 식별자가 있는 보류 주문을 삭제합니다. 3 EA는 수익성이 없는 주문의 일부를 충당하고 총 포지션 볼륨을 줄이기 위해 이익을 사용하기 위해 처리된 모든 수익성 있
      Bitcoin Robot MT4
      Marzena Maria Szmit
      5 (13)
      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
      Magnat
      Alexander Buseinus
      A professional Expert Advisor designed for trading any instrument of the Metatrader 4 platform. Work Features: A large number of input parameters, with a wide range of settings, allow you to work on all instruments with any broker trading conditions. Depending on trading conditions, it can work with direct market positions or dynamic pending orders. When switching the corresponding input parameter, the Expert Advisor always opens only one trading position at a time, or it can open many posit
      BitBull EA MT4
      Arseny Potyekhin
      Dear Traders, I am very pleased to introduce our latest project to you. EA BitBull . Real cryptocurrency trading has now become a reality! Signals: Live Signal 1 Live Signal 2 Because this strategy is so unique, I only want to sell a limited number of licenses. Therefore, the price will steadily increase to limit sales. Next price is   690 USD . With the help of our esteemed partners from all over the world, we have succeeded in developing an innovative crypto strategy. This strategy seam
      Sequoia mt4
      Yvan Musatov
      5 (1)
      The Sequoia Expert Advisor is a professional market analyst working using a specialized algorithm. Based on the analysis of prices over a specific time interval, it reveals the strength and amplitude of prices using a unique indication system based on real data. When the strength of the trend and its direction changes, the expert closes the current position and opens a new one. The bot's algorithms include signals about overbought and oversold markets. A purchase occurs if the signal falls belo
      실시간 신호-1: 여기를 클릭하세요 MT5 버전: 여기를 클릭하세요 Quantum Algo EA를 무료로 받으세요 (2개 거래 계좌용) -> 구매 후에 저에게 연락주세요 Nasdaq Algo Trading에 오신 것을 환영합니다 이 EA (Expert Advisor)는 13년 이상의 프로그래밍 및 거래 경험을 가진 팀에 의해 생성 및 설계되었습니다. 이 EA는 장기적이고 안정적인 수익을 제공할 수 있는 시스템을 개발하는 데 중점을 둡니다. 리스크가 없는 전략을 사용하며, 마틴게일, 그리드, 헤징 방법이나 사실상 스톱로스가 없는 것과 같은 지나치게 긴 스톱로스를 사용하는 전략을 피합니다. 이 EA는 거래 봇에 대한 당신의 시각을 바꿀 것입니다. 상세 기능 - Dravas 돌파 사고방식에 기반하여 진입점을 찾기 위해 가격 행동 전략을 사용합니다. - Prop firm에 적합한 기능을 포함하고 있습니다: 드로우다운 관리, 뉴스 관리, 거래 시간 관리 등. - 선택할
      # Neon Trade MT4 우리의 텔레그램 커뮤니티 우리는 선진적인 머신 러닝 방법을 사용하여 화폐 시장에서 알고리즘 거래 분야에서 독특한 혁신인 Neon Trade 를 소개합니다.  우리의 고문은 완전히 자율적이며, 어떤 차트와 타임프레임에도 설치 후 즉시 작동 준비가 되어 있습니다. 그림을 걸고 잊어버린 것처럼 작동합니다. 할 일이 하나뿐인데 터미널 설정에서 API " https://xmpp.madsysadm.ru "에 대한 접근을 허용하고 DYNAMIC 모드를 활성화하는 것입니다. 나머지는 고문이 할 것입니다. 무역 모니터링 !!! MetaTrader 5 용 버전 !!! MetaTrader 4 용 무료(가벼운) 버전   설치 및 운영 가이드 별도로 강조해야 할 사항은 왜 이 어드바이저를 구매해야 하는지 인데, 많은 사람들이 무료 버전이 거의 원본과 동일하다고 생각할 수 있습니다. 그것은 사실이 아닙니다. 무료 버전에는 데모 기능만 내장되어 있으며, 모든 설정을 직접 선택해
      Candle EA MT4
      Mansour Babasafary
      4.43 (49)
      This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs Attributes: Can be used in the EURUSD, GBPUSD, AUDUSD, USDCAD  currency pairs Can be used in M30, H1, H4 time frames Has profit limit an
      Gold Trading Algo
      Ho Tuan Thang
      3.53 (15)
      ONLY 3 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $399. 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 latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
      Quantum Algo Trading MT4
      Lo Thi Mai Loan
      5 (8)
      이 가격에 남은 복사기는 2개뿐입니다. 다음 가격은 $1533입니다 다음에서 실시간 결과를 확인하세요: $50K 개인 신호:   [여기를 클릭] Prop 회사 라이브 신호:   [여기를 클릭] MT5 버전은 여기에서 확인할 수 있습니다:   [여기를 클릭] Quantum Algo Trading MT4 EA 에 오신 것을 환영합니다. 이 EA는 단순한 기계적 시스템 이상을 목표로 설계되었으며, 당신의 트레이딩 여정에서 평생의 동반자가 될 것입니다. 이 EA는 13년 이상의 거래 및 프로그래밍 경험을 가진 누군가에 의해 최적화된 브레이크아웃 시스템을 사용합니다. 시장에서 다른 EA들과 달리, 과거의 백테스트 결과에만 의존하는 것이 아니라 많은 EA들이 과거에 맞게 결과를 조작하는 것과는 달리, Quantum Algo Trading은 완전히 자연스러운 백테스트를 거쳤으며, 결과를 강제로 과거와 일치시키지 않았습니다. 또한, 실제 결과와 백테스트 결과를 비교한 전방테스트 단
      Diamond PRO
      Fanur Galamov
      4.83 (18)
      Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position management algorithm. Main goal of Diamond PRO
      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 및 여러 브로커에서 쉽게 실제 변수 확산 테스트를 사용하여 매우 안정적인 백 테스트를 보여줍니다. 수백 가지의 다양한 설정이 모두 테스트에서 수익성 있는 결과를 제공합니다(물론 저는 최고의 설정을 선택했습니다!). 매우 강력한 시스템 -> 설정은 상호
      Dark Algo
      Marco Solito
      4.79 (62)
      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 .
      제작자의 제품 더 보기
      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
      Hedging positions
      Aleksandr Valutsa
      5 (2)
      This EA attempts to recover losing trades. Start the robot on the chart, and as soon as it detects an open trade on the chart (or a trade series) that was opened manually or using another EA, the robot instantly calculates the total breakeven point and starts drawing the trade out of the drawdown, regardless of the number of trades and their types. The trades can be both buy and sell with any identifiers. The robot is able to detect and monitor any order. After all the calculations the robot sta
      Optimus Prime
      Aleksandr Valutsa
      3.67 (3)
      The EA is able to successfully trade different currency pairs. By default, the EA is configured for the following pairs - AUDCAD , GBPCAD , AUDNZD , USDCAD , GBPUSD , AUDCHF , GBPAUD , NZDCAD , CADJPY , NZDUSD , AUDUSD . However, this is not the full list of currency pairs the EA can be configured to work on. The list will be complemented in the new versions of the EA. Parameters PeriodEA - the EA operation period; isNewBar - enable working based on the Open prices exclusively; CloseAllOrders -
      Hyper
      Aleksandr Valutsa
      The strategy is based on the breakdown of important support and resistance levels. An important feature of the adviser is that it is able to constantly monitor the average spread and slippage (this is not just a record of spread and slippage, but a comparison of their values in relation to each other in percentage terms) at the time of transactions. Monitoring https://www.mql5.com/en/signals/2241062 This is a rather complicated and very useful feature that allows you to check and compare the qu
      MFT - advisor is designed for trading on any currency pairs, has a built-in multi-trend indicator, in the strategy tester the indicator works only on the current period as a leading one, it is possible to connect other periods       on the chart       as auxiliary (optional). To do this, 9 buttons are displayed on the chart indicating the period and direction of the trend - the red color of the button means that the trend is downward, the blue color is upward, the yellow color of the button is
      Night
      Aleksandr Valutsa
      The advisor can work both at a certain time of the day and around the clock. Trading takes place inside a certain channel in overbought and oversold markets, precisely at the time when the likelihood of a rebound from strong levels is highest. To protect the deposit, market and virtual stops are used, as well as closing orders based on the opposite signal from the indicators. Options CloseAll - close everything immediately StopAfterLastTrade - stop trading after the last trade is closed TargetEq
      Backer
      Aleksandr Valutsa
      Advisor for overclocking small deposits, the advisor is very risky, so you can’t risk a large amount with it, while   in case of favorable conditions   the robot can enormously disperse a small deposit. LimitOrders - trading with pending limit orders, StopOrders -   deferred trading       stop orders, VirtualOrders - instead of pending orders, virtual orders are placed, while the load on the server is significantly reduced, but the quality of execution of transactions will deteriorate, Balance
      Emperor
      Aleksandr Valutsa
      The robot constructor can be used both with ready-made trading strategies and to create your own strategies. Monitoring All our signals whose names or descriptions contain the name of the advisor "Emperor":   https://www.mql5.com/en/users/robotstroi/seller Novice trader Step-by-step steps for a quick start: Configure the terminal by adding the necessary URLs in the “Expert Advisors” section (see the description of the parameters); Upload the finished file with basic settings (the link to the f
      필터:
      리뷰 없음
      리뷰 답변
      버전 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.