• 概要
  • レビュー (3)
  • コメント (3)
  • 最新情報

Candles Power

4.5

This adviser analyzes the candles, determines their strength and volume. It trades when there is a high probability of continuing a trend that has formed a little earlier (based on several candles, the number of which is adjustable). Has the ability to use several methods for analyzing the strength of movement by candlelight. Many options are customizable.

Input parameters

  • Lots - lot size;
  • MinProfitForAutoClose - automatic closing of a transaction upon a return signal when the profit in points exceeds this value (0 - do not use automatic closing of transactions, they will be closed only by take profit or stop loss).
  • Max spread - the maximum spread for opening a transaction (for accounts with a floating spread, so that the transaction opens when the spread is not too large);
  • Magic - a unique identifier (it is necessary to make it different if several expert advisors are running in the same terminal);
  • StopLoss - stop loss (in points), with a dynamic task, it can be less;
  • TakeProfit - take profit (in points), with a dynamic task, it can be less;
  • Factor dynamic TakeProfit - coefficient of dynamic take profit (0 - do not use);
  • Factor dynamic StopLoss - coefficient of dynamic stop loss (0 - do not use);
  • PowerCandlesMethod - methods for calculating the power of candles;
  • MinimumStrengthForAllMethods - minimum signal strength (number of signals) when all calculation methods are enabled (1-5);
  • CandlesFactor - coefficient for calculating the power of candles (recommended from 0.5 to 5);
  • CountCandles - the number of candles for calculations and finding the average length (recommended from 10 to 100);
  • CountCandlesInRow - the number of candles in a row, where each new one is stronger than the previous one (recommended from 1 to 5);
  • Count volume candles - the number of candles for calculating volumes (recommended from 5 to 100);
  • CandlesVolumeAverage - enable calculation of the average value of volumes;
  • CandlesVolumeFactor - coefficient for calculating the volume of candles;
  • ADXForStrengthPower - ADX indicator period for correction of CandlesFactor coefficients (0 - do not use);
  • ADXPeriodForCalculations - period of the ADX indicator for calculating signal strength;
  • MinADXLevel - the minimum required level of the ADX indicator to open deals;
  • MinHighLow - minimum length (with the exception of the following parameter) of the last closed candle to open a trade;
  • MinHLFactorForADX - calculation coefficient minimum length of the candle, depending on ADX (0 - not used);
  • FastOptimizationParameter - parameter for fast optimization of the EA. The higher the value, the faster the optimization, but the quality of the trade is worse. For real trading, it is better to set the values ​​to no more than 1;
  • ProfitToLossRatio - profit to loss ratio (during testing);
  • MaxLossesCount - the maximum number of losing trades after which to stop trading (0 - not set);
  • CommentToOrders - comment on opening deals;
  • ShowInformation - show information (true - show, false - do not show).
This EA can only trade on the H1 timeframe, for trading on different timeframes, use the Max Candles Power Expert Advisor, which also implements other useful functions (for example, trailing stop, automatic lot determination, depending on the percentage of money in the account, customizable hours for trade):  https://www.mql5.com/en/market/product/42154


レビュー 3
MattyTrading
2268
MattyTrading 2023.11.20 18:12 
 

Excelente EA muy buen TRABAJO .GRACIAS

Miguel Jimenez Cordero
6764
Miguel Jimenez Cordero 2021.03.21 10:21 
 

Good job.

おすすめのプロダクト
Fimathe Mt4
Mario Miguel Marques Vara
自動化Fimathe MT4戦略 - 効率と精度で取引 説明: Fimathe戦略はその収益性で広く認識されていますが、市場の監視には長時間が必要とされることでも知られています。この問題に対処するために、Fimathe MT4を導入し、戦略の実行を自動化するロボットです。 動作方法: Fimathe MT4は「半自動」モードで動作します。あなたが分析を行い、その分析に基づいてロボットが取引を実行します。 利点: 取引を行うために画面の前で何時間も待つ必要がなくなります。 ロボットは適切な場合に「ゼロ・ゼロ」テクニック(ブレイクイーブン)を自動的に適用します。 市場を常に監視しないことで機会を逃すことを防ぎます。 感情から自由な取引の決定を行い、規律を維持します。 あなたの分析が正確に実行されます。 なぜこのEAを取得するのですか: 実証済みの戦略:当社のEAは市場のトレンドを利用するために開発およびテストされた勝利の戦略を組み込んでいます。さまざまな市場状況での実績が証明されており、堅実な取引アプローチを提供します。 信頼性のある自動化:このEAを取得することで、戦略の実行
This is a Trend and Reverse based EA. No martingale or hedging strategy is used here. It works on MetaTrader 4 with all major pairs. Here you can see more details about our EA.   Entry Logic: Support resistance to determine the area of buying and selling. We don't enter market if its a ranging market.we filter ranging market with Bollinger band. Also we check the market trend. We use reverse trend strategy Exit Logic: Usually, we have a fixed stop loss which is very low according to the Take pr
Circinus 2021  is a versatile algorithm which can use wide range of deposit. Suitable for EURUSD pair. Backtesting showed more than 220% profits in 12 months for initial deposit 100 USD and initial Lot 0.01 (TP_money =10) Backtesting showed more than 140% profits in 12 months for initial deposit 1,000 USD and initial Lot 0.1 (TP_money =10) Backtesting showed more than  140% profits  in 12 months for  initial deposit 10,000 USD  and  initial Lot 1.0 (TP_money =100) Circinus 2021 is combination of
FOREXのマーケットは人生そのものです。 安定な人生などありません。 FOREXでも同じことがいえます。 常に、一定の価格レンジを推移すればいいのですが、 ときどき、レンジから大きく逸脱することもあります。 人生も然りです。 そのなとき、気軽に待ってあげましょう。 やがて、また安定したレンジに戻ってきます。 大きくレンジから外れたときはチャンスです。 このチャンスを逃してはいけません。 このロボットは、エンベロープのインジケーターを使い、大きく価格が推移から外れた時にエントリーを行います。 その判断にはZigZagインジケーターを使用しています。 // エンベロープを外れた時にエントリーするサンプルコード extern int period = 20 ; // エンベロープの期間 extern double deviation = 0.1 ; // エンベロープの偏差 extern double stopLossPips = 50 ; // ストップロスのピップ数 void OnTick () {      double upperBand = iEnvelo
FREE
CAP Rebate Trading EA  is an automatic trading robot, a high-frequency grid trading system. EA performs a great number of trades allowing it to make profit not only from Forex market but also from receiving rebates (returning part of a spread). Since the security margin for a locking position is about 25-50% (depending on the broker), CAP Rebate Trading EA works in two directions simultaneously in case the appropriate signals are present. [    Installation Guide  |  Update Guide  |  Submit Your
Bands Plus
Alexander Chertnik
4.36 (11)
Designed mainly for  USDCAD 1H market. Minimum trading account 100 $. Expert advisor operates by unique   Bands strategy and transaction algorithm. settings: minBalance - minimum account balance for trading maxSpread - maximum allowed spread for trading  maxLoss - maximum loss for stop trading lotControl - lot control and auto lot activation bandsPeriod - indicator period tradeProfit - profit for exit USEtradeRange - if true, will operate with range between trades tradeRange - range distance
FREE
Revolutionize Your Forex Trading with TrendSurfer Turnpoint! Are you ready to take your forex trading to the next level? Introducing TrendSurfer Turnpoint—an advanced automated trading system driven by the MetaTrader 4 indicator, Envelopes. Let's explore why TrendSurfer Turnpoint is the ultimate solution for traders seeking success in the dynamic forex market: Harness the Power of Envelopes: Envelopes are a versatile technical indicator that consists of two moving averages, one above and on
This is a Price Action based EA. No martingale or hedging strategy is used here. The EA is for EURUSD Only. Entry Logic: Support resistance to determine the area of buying and selling. We don't enter market if its a ranging market.we filter ranging market with Bollinger band and ADX. Also we check the market trend.only enter for buy if its an uptrend and sell if its a sell market. Exit Logic: Usually, we have a fixed stop loss which is very low according to the Take profit. Also we have trailin
The HedgeFund Experiment This is a basic version of the professional version; The HedgeFund Manager  https://www.mql5.com/en/market/product/85241 It is a multi-currency EA that needs only to be loaded in one chart. It will access all Forex pairs or CFD provided by your broker and will only trade those with a spread less than or equal to MaxSpread specified in the settings. It uses standard Metatrader4 indicators to generate signals but with a customized trend filter to pick which pairs to includ
FREE
A very simple Ea that put Buy or Sell at Break-out of Maximun of the day before. Here the external variable: 1  Lots (Lot for Buy and Sell() 2 Stop (Stop for Buy and Sell with value * Point) 3 Take (Take for Buy and Sell with value * Point) 4 UpMax (A value that increase the open position on Buy) 4 DownMin(A value that decrease the open position on Sell) This Ea work on all Forex Graphics For all dubts or problem contact me at crashmens@gmail.com
FREE
Cusiosity    12 The Pullback Signal    It is an advanced trading system. This is a fully automatic Expert Advisor, which allows you to presize the trade according to the preferences of the trader.   Cusiosity  12 The Pullback Signal   have more than 260 customization options for your trade. Different options for different styles of trade.  This EA using signals to place orders.  Is a revolution in the  customization of the trading. The algorithms developed for the identification of areas of chan
MANUAL OF RECOVERY GRIP The recovery grip system can recover both an isolated loss and a loss produced by a grip or multiple orders, the algorithm gradually compensates the losses until the equity returns to zero. The time it takes for the algorithm to reverse the loss is proportional to the volatility of the pair and the size of the loss.This system allows you to test the algorithm prior to purchase.For this, it has a powerful simulation system in which you can choose whether your loss i
Eliminator EA is a professional and fully automated scalper. Easy to use, proved strategy many years and just focused on GBPCAD. This EA uses some calculated price and time actions with 6 indicators' confirmations. No need for unnecessary EA parameters. The EA sets everything automatically. Advantages NO Grid, NO Martingale, NO Averaging and high risk strategies. The EA always uses Stop Loss and Trailing. No needs to enter stop loss or take profit manually. Dropdown style Money Management can
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The Expert Advisor is based on three trend indicators. The Expert Advisor has a   filter by the higher timeframe,   TP, SL, Trailing Stop and averaging. The entry is performed on the signal of trend indicators, two opposite orders are opened in averaging. By default, the GBPUSD, H1 currency pair (possibly other currency pairs, and a dif
FREE
Euro Gift (EURUSD M15) I am celebrating my birthday, so i will publish some EAs for FREE. This EA has been developed for EURUSD M15.  Strategy is based on ICHIMOKU indicator and has very little parameters - so its VERY ROBUST. It uses Stop pending orders with   ATR   Stop Loss . At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust these times to your broker time. Preset values are for UTC+2 only!!! For every candle the pending orders are modified to adapt the mar
FREE
Feature No Martingale, grid trading or averaging in this EA. Logic is original,sound and robust. Augmented by machine learning. Fixed Stoploss and Takeprofit = Safe. Win rate is 99%. ProfitFactor is over 5. One trade at a time. The Ultimate EA Finally,the EA with real edge has come to MQL5 Market. This EA is easy to use.No Optimization is needed. Currency Pairs This EA works on USDJPY. On strategy tester and live trading,choose symbol "USDJPY". Parameters Parameter name Descriptio
ScalperGhost
Agus Wahyu Pratomo
4.14 (7)
EA SCALPER GHOST PRO This is single Entry type EA. It use smart alghoritme to detect market movement. It also use Stop loss and take profit . EA will not use any dangerous system like martingale, grid, averaging etc which can cause account blown in a second Tis EA use More than one pair to reduce risk. Right now im using 13 pair at the same time PROMO SALE PRICE Only $99 For first 10 copies!!   4 copies left Next Price will be ====>> $xxxx UP RAMADHAN KAREEM PROMO ONLY $55 FOR LIFE TIME.. GR
FREE
MamyShares
Mohammed Abdulwadud Soubra
This EA is designed specially for trading stock market (shares). However, it has no limitation in symbols and/or time frames. It can work with any broker and any market such as Forex and Oil.. and so on. It is a nice scalper which has a custom built in indicator. Note that this EA will not win every trade but generally difference between won trades and lost ones might be in Positive. Back to the performed back tests, we would like to inform you that all of our tests were performed in a simulated
BabyShares
Mohammed Abdulwadud Soubra
This EA is designed specially for trading stock market (shares). However, it has no limitation in symbols and/or time frames. It can work with any broker and any market such as Forex and Oil.. and so on. It is a nice scalper which has a custom built in indicator. Note that this EA will not win every trade but generally difference between won trades and lost ones might be in Positive. Back to the performed back tests, we would like to inform you that all of our tests were performed in a simulated
BuckWise   is a fully automated scalping Expert Advisor that can be run successfully using EURUSD currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks
This Expert Advisor is based on pivot points. Users can choose entry level and direct themselves. Expert use martingale strategy to recover unsuccessful trades. When going into drawdown it starts its slipping mode in which it always tries to keep the whole set of trades on a steady course level. In hedging mode, all take profits will be deleted and the basket will try to close at breakeven price. EA can also be used as normal with Stop loss. Please test before using with Stop loss. The EA can tr
KT BreakGrid Pro MT4
KEENBASE SOFTWARE SOLUTIONS
Unleash the power of precision and innovation in your trading with the KT BreakGrid Pro EA. Seamlessly blending the strategic prowess of breakout and grid trading, this expert advisor is your ultimate solution to navigating the complex Forex landscape with unmatched confidence and efficiency. Recommendations Symbol: EURUSD TimeFrame: M5 Account Type: Hedge Leverage: 1:500 Set Files: Not required. Default inputs provides best results.  Features Breakout-Infused Grid Strategy: Experience th
The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
Multi Feature Robot suit for trading in semi automatic mode. The robot uses Heiken Ashi indicator to form signals. It provides two options for trades. 1. Heiken Ashi trade - use signal trade for buy and sell. 2. Reverse trade - use Heiken Ashi stop loss for buy stop and sell stop. Also, provide additional feature for a trader which is: 3. Trend line trade - use trend line for buy and sell. This trend line trade feature is not for fully automated trading because it needs trend line input. Trader
The EA trades will pending order when break price of wave 1 and run wave 3 . Best time frame 1h , Any pair any broker no limited, recommend minimum deposit 500$ SETTING Symbole - Set symbol to trade. Wave_depth - Set the wave size. Wave_deviation  -   Set wide of the wave. Lots - start lot. Multiple_lots - Multiply lot for next order. Max_lots -    maximum lot. Grid_boost -  Frequency of opening position (Less more order). Grid_minimum_pips - Check distance grid from last order. TP_pips - take
Expert description The Expert Advisor's trading system is based on entry and exit at a certain deviation of the asset price from the moving average value. The Expert Advisor has a number of parameters, by manipulating which you can implement different trading systems and also get different results when trading on different assets, keep this in mind when setting up an Expert Advisor and do not use standard settings on all instruments and time frames. Recommendations for use The EA working t
FREE
NIGHTCrusher Lite FREE
Christian Opperskalski
4.5 (2)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. The Lite - Version is limited to minimal Lot per Pair and dont has lot mulitplier and dynamic function you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if n
FREE
ProTradeBot is a fully automated trading advisor. The configuration of the advisor's program settings is based on the use of a safe trading strategy, which implies closing a trade when a positive progression of profitability of several points is achieved, which allows the buyer to minimize the leakage of funds from opening unprofitable trades. The Expert Advisor has special utilitarian macros and settings that implicitly help the user to achieve a profitable indicator of profitability from trad
Introducing Dumangan MT5 - The Philippine God Of Harvest  ( MT5 Version -  https://www.mql5.com/en/market/product/98640 ) Experience the abundance of successful trades with Dumangan MT5, our new Expert Advisor available on MQL5.com. Named after the revered Philippine God of Harvest, Dumangan, this tool embodies the essence of reaping profits from the fertile ground of the markets, just like Dumangan blessed the fields with bountiful crops. A Focused Strategy with Customizable Settings Dumangan
FREE
エントリーポイントPro EA MT4、MT5用トレーディングロボット 購入後すぐに、このサイトのプライベートメッセージで私に連絡し、説明書と非常に強力なボーナスを入手してください。 Entry Points Pro EAは、MQL5で450以上のポジティブなフィードバックを受け、何千ものインジケーターの中で1年以上1位を維持している伝説のインジケーター、Entry Points Proをベースにしています。 ここでは、MT4とMT4端末でトレーディングアドバイザーがどのように動作するかのビデオです、最後までご覧ください。 トレーディングロボットってどんなことをするんですか? トレーディングアドバイザーは、暗号通貨、金属、指数、株式など、あらゆる資産で機能します。エントリーポイントプロEAは、トレーダーの選択により、自動または半自動で株式取引を行い、自律的に取引開始・維持します。これは、インジケータとの大きな違いです。インジケータは、取引に参入し、決済するための最適な瞬間を示すだけで、それ自体で取引するわけではありません。  エントリーポイントプロEAのメリット - MT4、MT
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT4
Profalgo Limited
4.81 (21)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Quantum Emperor MT4
Bogdan Ion Puscasu
4.9 (123)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Empire EA を購入すると、Quantum StarMan、Quantum Trade EA、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が10
オリジナルの英語の製品ページはここにあります。 https://www.mql5.com/en/market/product/104871 製品の説明をよくお読みください。この製品を理解するには、英語に精通した人に手伝ってもらうとよいでしょう。 私はこの Expert Advisor の機能を明確かつ正直に書きましたが、「Prop Firm」が何なのか理解できず、上記の英語の説明も理解できない場合は、この製品を購入しないでください。 読んでくれてありがとう。 このEAは「Prop Firm」に合格するためのものであり、ライブ/リアルの 「  Broker」用ではありません。 ご購入前に英語のソフトウェア説明をよく読み、このEAの目的を理解してください。 私の他の製品とサービス: https://www.mql5.com/en/users/rodeong/seller
One Gold MT4
Stanislav Tomilov
5 (7)
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
Gold Trade Pro
Profalgo Limited
4.53 (19)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (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 の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール システムであり、市場が初期ポジションに逆らったときに取引を追加します。  それらは「ニューラル ネットワーク/AI/機械学習」として偽装されることがよくありますが、
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
Forex GOLD Investor
Lachezar Krastev
4.89 (27)
SHOCK DEAL --> VERY LIMITED COPIES AT THIS PRICE !!! + BONUS -> PREMIUM EA! Forex GOLD Investor Signal Account:  https://www.mql5.com/en/signals/1510678 Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 trades at a time. It has been tested rigorously to get the most
HFT Prop EA
Manpreet Singh
4.95 (241)
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.75 (16)
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
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT5バージョン: MT5へ移動 EAはまもなく価格を上げる予定です。興味があれば、お早めにご購入ください。 実行の推奨事項 推奨通貨ペア:GBPUSD、USDCAD、AUDUSD、EURUSD、USDCH
EA Gold Stuff
Vasiliy Strukov
4.74 (956)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオータロットオータロット 各0.01ロットの無料証拠金-各0.01ロット単位の開口部のための無料証拠金の量
深層学習が金の取引を再構築し、インテリジェントアシスタントが庭師のように取引の庭を手入れします。「ゴールドガーデン」EAは、深層学習の知的技術を採用し、20年分のデータトレーニングにより、戦略のパフォーマンスを大幅に向上させます。これにより、取引がより簡単でインテリジェントになります。一緒にインテリジェント化の時代を切り開き、取引を幸せな庭園に変えましょう。これはあなただけのGold Garden Stewardになります。 MT5バージョン: Gold Garden MT5   現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI TradingVision GPX」の使用権を得ることができます。詳細についてはお問い合わせください。 現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI Tr
バックテストではなく、実際の取引システムを購入してください。   Live Signal 1     Live Signal 2 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 現在の価格では残り 2 部のみです。次の価格は -->> 334 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります!
Quantum Trade EA
Bogdan Ion Puscasu
4.74 (78)
ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってください。 ***Quantum Trade EA を購入すると、Quantum Gold Empire EA を無料で入手できます!*** 詳細については非公開でお問い合わせください。 ライブシグナル: ここをクリックしてください MT5バージョン:       ここをクリック 量子EAチャネル:       ここをクリック のみのプロモーション価格  5 99.99ドル !価格は間もなく 699.99 ドルに値上がりし、その後 10 回購入する
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 databas
Dragon Multi EA MT4
Mansour Babasafary
4.73 (15)
78% discount for the next 10 buyers (original price $3000): 1 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can
XG Gold Robot MT4
Marzena Maria Szmit
4.57 (21)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Diamond PRO
Fanur Galamov
5 (9)
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
Live signal : TrendMaster FX The MT5 version : TrendMaster FX MT 5 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) 特別注意: Currently recommended :GBPUSD, AUDUSD, EURUSD リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは
Special Offer Day: $ 598 for one day only, after which it goes back to $ 1,198 . TopBottomEA's advantage: the first support for small capital work EA, real trading for more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of 12 hours or so, with a limit of $ 20 principal challenge backtesting ran through more than 10 years. Every interval of three days to increase
あらゆる取引戦略をポジション取引戦略に変換したり、不利な動きをしたポジションの自動ドローダウン制御システムを含む実証済みの RSI および ADR ベースのポジション取引戦略を取引したりできます。 この EA は、Market Structure Trader Web サイトで長年にわたって教示されているポジション取引戦略に使用されてきた MRA EA を進化させ、簡素化したものです。 ウェブサイトへのリンク、無料のポジション取引コース、その他の商品については、私のプロフィールをご覧ください。 EA は、「エラスティックバンド理論」を使用して市場構造の動きに自動的にスケールし、RSI 指標または取引したい外国為替商品の平均日幅 (ADR) の拡張を使用して、銀行や金融機関がとった動きを反転します。 ポジション取引は、小さなリスクと複数のエントリーを使用して市場にエントリーする方法です。つまり、最初の取引エントリーの精度は、エントリー後の EA による取引の管理方法ほど重要ではありません。 市場は予測不可能であり、長期的に持続可能な正確さで動きのタイミングを計ることは事実上不可能で
ONLY 3 COPIES OUT OF 10 LEFT AT $99! After that, the price will be raised to $199. HFT  Propfirm Challenge Performance Monitor(Starting from $200) Account Number:  66668979 Server: ICmarketsSC-Demo06 Password: quantumhft1 You will get BONUS  worth $399 after you pass the HFT Prop Firm challenge round Quantum HFT Prop Firm is the EA is designed to pass the competition of HFT Prop Firms.  Please be aware that this Expert Advisor (EA) should not be used with a real account. Its sole pur
SSX Titan TT MT4
Artem Minchuk
2.55 (11)
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading. Neural network advisors, despite showcasing impressive efficiency in the initial stages, proved to be highly unstable in the long run. Vario
Candle EA MT4
Mansour Babasafary
4.58 (38)
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 The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading St
Gold Excel
Gregory Hay
4.5 (4)
へようこそ     GoldExcel EA   、XAUUSD (ゴールド) 通貨ペアのデイトレーダー。私たちのチームによって開発され、通常のアカウント、スポンサー付きプロップアカウント、プロップコンテストで利用できます。高頻度取引は使用しないでください。 See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller 導入開始価格は数週間ごとに値上げされます。 Live $1K account Aggressive :  https://www.mql5.com/en/signals/2133201 Live $5K Low Risk:  https://www.mql5.com/en/signals/2133189 Live ICMarkets Test account Medium Risk :  https://www.mql5.com/en/signals/2133192 ジン・ジュオ   これは、金ペアのみを使用するユニークなデイトレード戦略です。金ペアは、日々の変動が大きく、
ET9 New on the Market, Launch promo! Only a few copies left at: $599 Next price: $799 Final price: $1599 The Best  Expert Advisor  on   XAUUSD   any timeframes , It can also be used on GBPUSD at the same time! ET9  for MT4 Updated 4.00 !!   Important update:    Enable automatic closing of profits,  Various parameters of the ET1 strategy can be modified,   Optimized the stability of ET1 strategy Include Free  ET1 for MT4:  https://www.mql5.com/en/market/product/113219 Descriptions ET9 for MT4
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
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 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 アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY
現在のプロモーション: 残り 1 個 349$ 最終価格: 999$ プロモーション ブログ で「 究極の EA コンボ パッケージ」 をチェックしてください 。   NEW: イーサリアムもサポートするようになりました! Bitcoin Scalp Pro は市場で唯一の取引システムです。  サポートとレジスタンスレベルのブレイクアウトを取引することにより、ビットコイン市場のボラティリティを悪用することに完全に焦点を当てています. EA の焦点は安全性にあります。これは、極端に低いドローダウンと取引の非常に優れたリスク/報酬比につながります。 EA は、ビットコインの実際の価格に基づいて、ストップロス、テイクプロフィット、トレーリングSL だけでなく、エントリーとロットサイズも計算する「スマート適応パラメーター システム」を内部で使用します。 つまり、ビットコインが 6000 または 30000 で取引されている場合、すべてのパラメーターの値が異なります。 EA は 2022 年 6 月以降、実際のライブ アカウントでフォワード テストされており、これまでのところ結果は
作者のその他のプロダクト
This indicator finds and displays the Double Bottom and Double Top technical analysis patterns. Signals (displays a message on the screen) if the shape was formed recently. Often after the appearance of these patterns, the trend reverses or a correction occurs. In order not to search for them yourself, or not to miss their appearance, it is enough to add an indicator to the chart. The indicator can be used on different timeframes and currency pairs, there are settings for a better search on a c
FREE
This indicator forms a channel based on the readings of the ADX (Average Directional Movement Index) indicator, displays and informs the trader of a price reversal at the boundaries of this channel, and can also report when the price touches the channel boundaries. It also draws additional dotted lines, which depend on the readings of the + DI and -DI of the ADX indicator. It also has an option for filtering signals depending on the readings of the stochastic. The channel drawn by this indicato
FREE
This EA trades with the trend using several methods to identify and enter a trade. For example, it uses trendlines, Gator and Stochastic indicators to analyze the market. In addition to trading, it can also display trend lines that it trades based on. It has filters for ADX and MA indicators, as well as a sufficient number of settings to be able to optimize on various currency pairs and timeframes. The EA sets stop loss and take profit for each trade, does not have risky trading methods. It i
This indicator draws price channels. Easy to use. It has various settings, for example, you can configure it to show channels only for buy or sell, you can display trend lines instead of channels. There are many trading strategies that are based on trading in channels, you can trade on the rebound from the borders of the channels, or the breakdown of the channel.   Parameters History - the maximum number of bars for building channels; Distance - the minimum distance from one maximum (or minimum
The indicator analyzes the chart and identifies Doji candlesticks. Shows their appearance and signals the appearance of such a candle (if allowed in the parameters). Also, this indicator shows the strength of the reversal in the form of bars of different colors (the more green, the more likely the rise, the more red - the fall in price). The direction of the signal depends on the direction of the previous candles, as the Doji signals a reversal or correction. In the indicator settings, you can
FREE
Easy Bollinger Bands
Alexander Nikolaev
3.88 (8)
This Expert Advisor trades based on the Bollinger Bands indicator. It performs trades after a price rebound from the borderlines of the indicator. It is simple to use, contains only a few settings, which are easy to understand. This is the simplified version of the Master Bollinger Bands Expert Advisor. For better trading results, it is recommended to use the full version of the EA: https://www.mql5.com/en/market/product/21788 The free version does not provide the ability to use multiple indicat
FREE
ADX Channel
Alexander Nikolaev
4.83 (6)
ADX Channel is an indicator that plots the channel depending on the values of the ADX (Average Directional Movement Index) indicator. The resulting channel is a little similar to the Envelopes, but its lines depend on the market volatility. The sell trade is usually executed fast when the price touches and bounces from the upper line of the channel, buy - from the lower. It is recommended to trade when there is no significant news. The recommended timeframes: M5 - H1. The indicator is not design
FREE
Free indicator to quickly detect trendline breakouts and high or low of a price range. It displays lines based on the highs and lows of prices, and also finds and displays inclined trend lines. As soon as the price goes beyond the line and the candlestick closes, the indicator signals this with an arrow (you can also enable an alert). This indicator is easy to use and also free. The number of candles for defining trend lines as well as the high and low of the trading range is configurable. It w
FREE
Easy Channels
Alexander Nikolaev
4 (5)
The indicator draws price channels. It can be customized so that only buy or sell channels are displayed. Also, trend lines can be displayed instead of channels. This indicator is easy to use, but nevertheless, there are many trading strategies based on channel trading. Advisor based on this indicator:  https://www.mql5.com/en/market/product/37952 Parameters History - maximum number of bars to build channels; Distance - minimum distance from one High (or Low) to another when constructing a chann
FREE
Easy Parabolic Sar
Alexander Nikolaev
4.22 (9)
The Expert Advisor places orders based on the points of the Parabolic Sar indicator. If your trading strategy utilizes this indicator, the EA will save you from the necessity to move your pending orders after every candlestick (e.g. 5 minutes or 1 hour) and will do it automatically. You can set the EA to open only BuyStop or only SellStop or both. Buy default both Buy and Sell are enabled. The EA does not use any indicators other than Parapolic Sar. Therefore you are to decide the time to run th
FREE
Easy Candles
Alexander Nikolaev
3.25 (4)
This is a simple and free Expert Advisor that trades candlesticks. It compares several nearest bars and their volumes, and opens a trade based on that data. Unlike the professional version , it analyzes only 1 timeframe. The recommended timeframes for this EA are H1, H4, D1, it works with any currency pairs. The parameters always need to be optimized before trading, as well as after some period of trading. Input Parameters Lots - lot size (if Lots=0, then the lot will be calculated based on th
FREE
The indicator finds strong trend movements of a currency pair over the specified number of bars. It also finds correction to this trend. When the trend is strong enough, and the correction becomes equal to the values specified in the parameters, the indicator generates a signal. You can set different correction values, while the best suiting are 38, 50 and 62 (Fibonacci levels). In addition, you can configure the minimum length of trend, the number of history bars for search and other parameters
FREE
Break Lines
Alexander Nikolaev
4.8 (5)
The indicator draws lines the the price highs and lows. Break through the high or low usually indicates trend change (or continuation). Once the price moves through a line, and the candlestick closes, the indicator draws an appropriate arrow (also, you can enable alerts). A deal should be conducted in the breakthrough direction immediately or after a slight rollback. It is best to trade following the trend on a larger timeframe. This indicator is easy to use, but nevertheless, there are many tra
FREE
This EA is easy to use, it does not have too complicated settings and algorithms for performing trading operations. It’s not optimized for long, it may appeal to those who recently decided to engage in trading on the exchange with the help of advisers, or who do not want to understand the settings for a long time. The basis of his work is several indicators (moving average, RSI, stochastic, ATR). Despite its simplicity, it has a custom trailing stop function, which can reduce the risks for a dep
This indicator is able to determine the price levels at which there was the most volume for the specified period of history. In the future, the price often bounces off such levels, and this can be successfully applied in trading. They are displayed as lines, some parameters for determining the levels can be adjusted. This indicator is simple, therefore, it does not report signals, and only builds levels on EUR/USD. Parameters HistoryBars - the number of bars to determine the near volume levels;
FREE
Bollinger with WPR demo
Alexander Nikolaev
3.75 (4)
This Expert Advisor is the free version of "Bollinger with WPR scalper", which is based on the Bollinger bands and Williams' Percent Range indicators. Limitations of the free version: lot is fixed to 0.01, only the EURUSD currency pair is supported, trading time cannot be selected, trailing stop is not available. Nevertheless, it can make quite a lot of deals, so you do not have to wait for positions to be opened (with the appropriate settings and timeframes below H1). The EA can be used on time
FREE
Moving averages are very often used for analyzing currency pairs and trading. This Expert Advisor can analyze many moving averages at once and trade based on this. When the required number of moving averages signal a purchase, the adviser makes a purchase, if the indicators signal a sale, the advisor sells. Also, there is filtering spurious signals at low volatility based on the ADX indicator. In the settings of the adviser, you can set the required number of sliding ones, their period (the init
Volume Levels is a very important indicator for exchange trading. Most of the trades were performed on those levels. This indicator displays the price level that had the most trade volumes over a certain period of time. Often, the price bounces from those levels in the future, and it can be successfully used in trading. This is a demo version that works only on the USD/JPY currency pair. To work on all currency pairs, install the full version: https://www.mql5.com/en/market/product/15888 Param
FREE
Three Fractals demo
Alexander Nikolaev
2 (1)
This Expert Advisor identifies trend reversals based on fractals and some other indicators. It is a free lite version of Three fractals Brief description of the trading strategy: when the fractals were formed after a prolonged fall, and the last fractal did not update the minimum of the previous bar's lower fractal, then a trend reversal is determined (at the same time, there must be a fractal in the middle, which is higher than the others). Similarly, opposite for growth. In case other indicato
FREE
The demo version of the Colored Candles indicator - calculates the parameters of each candle, as well as its volume. After that, it paints the candles depending on their strength and direction. Bullish candles are colored green and bearish candles - red. The greater the power of the bulls or the bears, the brighter the color. You can change the colors if you want. The indicator helps to analyze the price movement, as well as market entry points. The more accurate signals are formed on the higher
FREE
The utility manages other EAs' orders as well as the ones opened manually. It is capable of trailing the price (trailing stop function), set a stop loss and take profit if they have not been set before. When configuring the utility for an EA having no trailing stop function, place it to the new window with the same currency pair specifying the same Magic value (as for the EA orders the stop loss is to be applied to). You can set any timeframe. It does not affect the utility operation. Set Magic
FREE
Volumes are one of the most important factors of trading, as it is the high volumes that move the market in either direction. But there are very few standard indicators for volumes in MetaTrader 4. The Volume Candles analyses the volumes of the trades and displays candles depending on these volumes. The candle appears once the required number of volumes has passed during trading (the VolumeCandle parameter). If the candles close frequently and are thin, then the volumes on the market are current
Volume Levels
Alexander Nikolaev
5 (3)
Volume Levels is a very important indicator for exchange trading. Most of the trades were performed on those levels. This indicator displays the price level that had the most trade volumes over a certain period of time. Often, the price bounces from those levels in the future, and it can be successfully used in trading. It works on any currency pair. Parameters HistoryBars - the number of bars to determine the near volume levels; Range - the maximum distance above and below the current price t
This EA implements the EMA 8/18 strategy, which is used by many traders. Brief description of the strategy: The Buy is determined when the EMA 8 indicator crosses the EMA 18 from below, with the price moving more than 50 points from the crossing. The buy position is opened when the price touches the EMA for the first time, after that, as the price rises, the trade is maintained by a trailing stop with a step of 30-35 points. The opposite is for opening a sell position. The parameters of the fast
ProCandles
Alexander Nikolaev
Some experienced trades can tell where the price will go even without indicators, as the direction of the price can be found using the ordinary candlesticks. The EA compares several nearest bars and their volumes, and opens a trade based on that data. Also, it is able to analyze the candles on two timeframes at the same time to make the entry more accurate and less risky. In addition, the EA can automatically determine the take profit and stop loss size depending on the size of the previous cand
Some candles have a strong tendency to continue the movement or to revert it. With the help of the Colored candles indicator such movements are clearly visible. This indicator calculates the parameters of each candle, as well as its volume, and after that it paints the candles depending on its strength and direction. Bullish candles are colored green and bearish candles - red. The greater the power of the bulls or the bears, the brighter the color. You can change the colors if you want. The indi
It is good to know the presence of a trend on multiple timeframes at once. And even better - on multiple currency pairs at once. This indicator allows to quickly determine the presence of a trend or a flat on 8 timeframes and from 1 to 15 currency pairs at once. Multi Alligator Signals analyzes the signals of the Alligator indicator by Bill Williams on every timeframe (from M1 to W1) and multiple currency pairs (up to 15) simultaneously. If there is a buy signal, a green upward arrow is drawn, i
Parabolic And CCI
Alexander Nikolaev
5 (1)
The EA detects strong movements using the Parabolic indicator and opens a trade. The Commodity Channel Index (CCI) is used as an auxiliary indicator. The CCI levels may depend on the ADX indicator values, which allows for better trading with different volatility. Also, the trades are opened depending on the RSI indicator values on a certain timeframe. Recommended timeframes: M5, M15, M30. Make sure to optimize the parameters of the EA for your account before trading. Input Parameters Lots - lo
The indicator draws lines based on the price Highs and Lows, as well as slant trend lines. Break through the trend line, High or Low usually indicates trend change (or continuation). Once the price moves through a line, and the candlestick closes, the indicator draws an appropriate arrow (also, you can enable alerts). This indicator is easy to use, but nevertheless, there are many trading strategies, which are based on a breakthrough of the trend lines. The number of candlesticks used to determi
Channels Pro
Alexander Nikolaev
5 (5)
The indicator determines and plots price channels or lines, reading information from multiple timeframes (from current, second and third) simultaneously. Color and width of lines for each timeframe can be customized. It is also possible to set different distance between the Highs and Lows for plotting channels or lines. Parameters History - maximum number of bars to plot channels or lines; Distance - minimum distance from one High (or Low) to another when plotting lines; Shift - shift for seve
フィルタ:
agrushev777
2329
agrushev777 2024.02.19 21:00 
 

ユーザーは評価に対して何もコメントを残しませんでした

MattyTrading
2268
MattyTrading 2023.11.20 18:12 
 

Excelente EA muy buen TRABAJO .GRACIAS

Miguel Jimenez Cordero
6764
Miguel Jimenez Cordero 2021.03.21 10:21 
 

Good job.

レビューに返信
バージョン 1.1 2019.10.12
Added MinProfitForAutoClose parameter - automatic closing of a transaction upon a return signal when the profit in points exceeds this value (0 - do not use automatic closing of transactions, they will be closed only by take profit or stop loss).