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

The US30 Market Maker

4.8

The Dow Jones index, also known as the US30, is a very well diversified index with a unique way of weighting it’s components. These factors often make this index’s open a bit more rangebound, so instead of trading breakouts, The US30 Market Maker uses limit orders and stop-limit orders to trade the opening range. Both take-profit and stop-loss is based on current volatility, and the EA does NOT use martingale, grid systems, hedging or other types of risky money management tactics! I have traded the strategy manually for over a year now and it has performed well, so I decided to automate it and share it with the MQL5 community.

LIVE signal running the default settings can be found here.

The set file for the Default settings can be downloaded by clicking here.

If you have any questions please contact me on mql5: https://www.mql5.com/en/users/njtrading

IMPORTANT recommendations:

Testing: You should ALWAYS download the demo and do some testing on your own broker before buying ANY EA on the MQL5 market. You can watch the video below for information on how to test the EA correctly or contact me on here if you have any questions.

Set files: Set files for the default input settings can be found in the comment section and through the link in the parenthesis above.

Risk: If you’re using the default settings, I’d recommend anything from 0.2% to 3.5% risk per trade. Depending on how aggressive you want to trade.

Market: Should only be used on the US30.

Timeframe: The strategy uses the 5 min timeframe, but it will still work just as well if you have your chart set to another timeframe.

Minimum deposit: $500.

Account type: Preferably ECN, raw or Razor with low spreads.

Brokers: I’d recommend ICMarkets, Pepperstone or any other reputable broker that offers low spreads and good executions. For prop trading I’d recommend FTMO. The EA works on all brokers though!

MT5 account type: Preferably Hedge.

 

Detailed explanation of EA input settings:

Entry settings:

"Auto-detect US opening hour" = If you switch this input to "true" the EA will automatically detect the opening hour for the US30 based on your broker's timezone. Beware that this setting does not work in strategy tester so you can't use it for testing purposes. It does however work for real trading. I would recommend enabling the "Show US opening time on Chart" setting as well if you plan on enabling this feature.

"US opening hour for current broker" = The hour of the day where the US stock market opens based on your broker’s time. The broker’s time is the time you see on your chart. The US stock market opens at 09:30am New York time, so use that for reference.

"ATR Period" = The ATR indicator is used to help with the volatility calculations so here you can change the ATR length if you want to.

"Entry Diviation" = This input decides how much the market must go above/below the range in order to trigger the pending order. (A value of 100 equals 1 point in the Dow index)

"Entry Diviation InsideBar trades" = This input decides how much the market must go above/below the inside bar in order to trigger the pending order. (A value of 100 equals 1 point in the Dow index)

"Entry Diviation Breakout trades" = This input decides how much the market must go above/below the trading range in order to trigger the pending order. (A value of 100 equals 1 point in the Dow index)

Risk management:

"Percentage of Balance risked per trade" = Here you decide how many percent of your account balance you’re willing to risk on every trade. (A value of 1 means that 1% of the total account balance is risked per trade)

"Risk per trade on days with big news events" = You can use this setting to differentiate the risk taken per trade on days where there are big news events coming up. (A value of 1 meants that 1% of the total account balance is risked per trade)

"Enable Manual Lot Size" = This input is used to turn the manual lot size on and off. If the input is set to "true" the manual lot size is on and if the input is set to "false" the manual lot size is turned off and the EA will use the percentage based risk input instead.

"Manual Lot Size" = This input determines the lot size of every order the EA opens if the manual lot size option is enabled.

Exit Settings:

"Stop Loss Diviation" = You can use this input to fine-tune the stop loss a bit if you want to. (A value of 100 equals 1 point in the Dow index)

"ATR Stop Loss (mon-tues)" = This input determines how far away the stop loss should be in terms of the current ATR value, for normal trades taken on Mondays and Tuesdays.

"ATR Stop Loss (wed-thurs-fri)" = This input determines how far away the stop loss should be in terms of the current ATR value, for normal trades taken on Wednesday, Thursdays and Fridays.

"Take Profit Diviation" = You can use this input to fine-tune the take-profit a bit if you want to. (A value of 100 equals 1 point in the Dow index)

"ATR Take Profit (mon-tues)" = This input determines how far away the take profit should be, in terms of the current ATR value, for normal trades taken on Mondays and Tuesdays.

"ATR Take Profit (wed-thurs-fri)" = This input determines how far away the take profit should be, in terms of the current ATR value, for normal trades taken on Wednesdays, Thursdays and Fridays.

"ATR Take Profit InsideBar trades (mon-tues)" = This input determines how far away the take profit should be, in terms of the current ATR value, for InsideBar trades taken on Mondays and Tuesdays.

"ATR Take Profit InsideBar trades (wed-thurs-fri)" = This input determines how far away the take profit should be, in terms of the current ATR value, for InsideBar trades taken on Wednesdays, Thursdays and Fridays.

"ATR Stop Loss InsideBar trades (mon-tues)" = This input determines how far away the stop loss should be, in terms of the current ATR value, for InsideBare trades taken on Mondays and Tuesdays.

"ATR Stop Loss InsideBar trades (wed-thurs-fri)" = This input determines how far away the stop loss should be, in terms of the current ATR value, for InsideBar trades taken on Wednesdays, Thursdays and Fridays.

"ATR Take Profit Breakout trades" = This input determines how far away the take profit should be, in terms of the current ATR value, for Breakout trades.

"ATR Stop Loss Breakout trades" = This input determines how far away the stop loss should be, in terms of the current ATR value, for Breakout trades.

"ATR Stop Loss - Time Based Reversal trades" = This input determines how far away the stop loss should be, in terms of the current ATR value, for Time Based Reversal trades.

"ATR Take Profit - Time Based Reversal trades" = This input determines how far away the take profit should be, in terms of the current ATR value, for Time Based Reversal trades.

Trailing Stop Loss Settings:

"Enable Trailing Stop Loss" = This input enables the Trailing Stop feature. The input is set to "false" by default which means it is disabled. If you want to enable the feature you need to change the input to "true".

"Trailing Stop Loss trigger" =  This input determines how far the market needs to move in the direction of the position before the Trailing Stop Loss feature starts working. This input requires the Trailing Stop Loss input above to be enabled.

"ATR based Trailing Distance" =  This input lets the user decide the Trailing Stop Loss distance in terms of the ATR value of the last 5min bar.

"Point based Trailing Distance" =  This input lets the user decide the Trailing Stop Loss distance in points.

General Settings:

"Show US opening time on Chart" =  You can enable this feature by switching the input setting to "true" which will make the EA show the opening time of the US30 based on your broker's server time. Beware that the feature does not work correctly in the strategy tester as the strategy tester doesn't support GMT time.

"Enable Buy Orders" =  If this input is set to true the EA will open Buy orders but if the input is changed to false the EA will stop opening Buy orders.

"Enable Sell Orders" =  If this input is set to true the EA will open Sell orders but if the input is changed to false the EA will stop opening Sell orders.

"Enable Normal Trading" = This input is set to "true" by default. Switching it to "false" will stop the EA from opening all "normal" orders which is the majority of orders.

"Enable InsideBar Filter" = This input decides whether the EA applies the inside bar filter. The inside bar filter makes the EA deal with inside bars around the open in a more effective manner.

"Enable InsideBar Trading" = This input gives the EA the green light to place orders around the inside bar’s range on top of the normal opening range orders.

"Enable InsideBar Breakout Trading" = If this input is set to "true" it will allow the EA to place breakout orders outside of the InsideBar range. If this input is set to "false" the EA will not place breakout orders.

"Enable Time Based Reversal Trading" = If this input is set to "true" it will allow the EA to take Time Based Reversal trades. If this input is set to "false" the EA will not take Time Based Reversal trades.

"Enable Splintering of orders" = If this input is set to true the EA will split the original orders into smaller orders. The smaller orders all vary slightly as they have different stop loss levels, different take profit levels and different entry levels. They also have different position sizes but the total risk of all the small orders combined will be the amount that is allocated for a position in the "Percentage of Balance risked per trade" input setting. This option can help the user lower drawdowns and increase win rate slightly through the diversification of having multiple orders with different settings.

"Number of Splinter Orders" = This input gives the user the option to choose how many orders they want the EA to open for each of the levels. The minimum is 1 and the maximum is 7. This input only works if the "Splintering of orders" input is enabled.

"Random pip modifier for orders (100 = +/- 1 US30 point) = This input adds/subtracts a random amount to orders. The input decides the maximum that can be added/subtracted to the order levels.

"Comment for trades taken by the EA" = A unique comment for the EA so you can easily identify the trades taken by the EA.

"Magic Number for the EA" = This is just an EA identification number, but you should make sure that this number is unique from any other EAs you’re using!

If you have any questions about the strategy or how to test it, please feel free to send me a message on here!


レビュー 5
Dougal
179
Dougal 2024.01.09 19:03 
 

One of the very few genuinely profitable bots i have found on here & it was created by a very helpful person whom I now trust after using this bot for a few months. The bot has around a 50/50 win rate but don't let that put you off as each time it wins it wins more than each time it loses and this quickly adds up. You can expect around 0 to 2 trades most days all placed in the first 60min after Dow open then the same again the next day. On a 5k account with 1% risk this bot would more than pay for itself with 2 profitable trades, no grid, no martingale. I hope Lasse comes up with more profitable bots in the future, I can thoroughly recommend this bot.

Rednaxela55
129
Rednaxela55 2023.12.02 15:15 
 

Ich habe mir den EA heute gekauft. Im Backtest hat er mir gut gefallen. Diese Woche werde ich im Demokonto testen.....

TradFMED62
354
TradFMED62 2023.09.08 16:39 
 

Hello, of course I also use the second EA The US Market Maker by Lasse. It is already running successfully in the real money account and, like The DAX Morning scalp, is an absolute top class among the many EAs available. THANK YOU Lasse, I hope you will conjure up another EA of this kind sometime... Hallo, ich habe natürlich auch den zweiten EA The US Market Maker von Lasse im Einsatz. Er läuft bereits erfolgreich im Echtgeldkonto und ist wie The DAX Morning scalp eine absolute Spitzenklasse unter den vielen verfügbaren EA `s. DANKE Lasse ich hoffe du zauberst irgendwann noch einmal eine weiteren EA dieser Art...

おすすめのプロダクト
Discover the pinnacle of trading strategies, meticulously crafted by a trader with over a decade of market expertise . Our strategy specializes in trading based on news events , offering an average of five trade signals daily . By analyzing the sentiment of news—whether positive or negative—we align our trades to capture market momentum accurately. For those interested in real-time performance and risk assessment, we provide comprehensive account monitoring. View Real Account Performance on
Trading strategy: Scalping. Trading on impulses in automatic trading has been used for a long time and the scheme is not new to traders. It is difficult to catch such moments manually, but the adviser copes instantly. Automated trading uses 2 approaches to trade in such cases: look for pullbacks after impulses. trade in the direction of momentum. The search for entry points is done like this: the adviser measures the rate of price change for which this change should occur, if the conditions for
Secret Code トレーディングアドバイザーは、有名トレーダーの長年の経験に基づいて開発された高度なトレーディングシステムです。 このアドバイザーは、EUR/USD 通貨ペアの取引に焦点を当てており、高リスクの取引方法の使用を回避しているという事実によって区別されます。 特に、グリッド取引、マーチンゲール法、ダブリングダウン法などのアプローチは使用しません。 注目のトレーダー。 部数は100~150部までとさせていただきます。 25 部ごとにアドバイザーのコストが 200 ドル増加します 購入後、次のレベルのアドバイザーをギフトとして受け取るために私に連絡してください!!! シークレットコードアドバイザーの主な特徴:   セキュリティ: 危険な取引方法を排除することで、過度のリスクを回避するトレーダーにとって、より予測可能で信頼できるオプションになります。   戦略: アドバイザーの戦略は、自動取引に適応された実証済みの取引原則に基づいています。   ツール: EUR/USD 通貨ペアに特化することで、アドバイザーはこの市場の特定の特徴に合わせてアルゴリズム
Ultra KZM
Nattapat Jiaranaikarn
Ultra KZM is an Expert Advisor that using the unique trading operation. It's strategy is based on the combination of grid and correlation system which is the new method that I invented and developed for a long time. You can see Live Signal from these links : (delete space) 1.  https: //www .myfxbook.com/portfolio/ultra-kzm-eurjpyeurchf/10224608 2.  https: //www .myfxbook.com/portfolio/ea-ultra-kzm-real-account/10374382 Note that this EA should run in ECN swap-free account. When you backtest
Exclusive FOREX account HEDGE FuzzyLogicTrendEA is based on fuzzy logic strategy based on  analysis 5 indicators and filters. When the EA analysis all this indicators, it decides, based on its fuzzy strategy, which trade will be better: sell or buy. As additional functions, it´s possible defines spread maximum, stop loss and others. Recomm. Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUDCAD, EURCAD e USDJPY Recomm. timeframe: H1. Backtest were done on EURUSD, H1, 01/07/2023 - 26/0
Basic working principles of EA will have 2 main systems. 1. Timed order opening means that at the specified time the EA will open 1 Buy order and 1 Sell order. 2. When the graph is strong, the EA will remember the speed of the graph. is the number of points per second which can be determined You can set the number of orders in the function ( Loop Order ). The order closing system uses the trailling moneym Loss system, but I set it as a percentage to make it easier to calculate when the capital
This robot is based on an MACD strategy for trending markets. The description of the strategy can be found on the attached youtube video. The video explains the strategy and shows a basic backtest and optimisation on a few symbols. It is advised to carry out a a backetst and optimisation of your own before using the robot. The video can be found at >> https://www.youtube.com/watch?v=wU_XCM_kV0Y&nbsp ;
A trending strategy using a combination of two popular indicators Bollinger Bands and RSI provides reliable signals. The logic of the advisor Entering a short position is carried out when the price touches the upper Bollinger band, while the RSI indicator should be in the overbought zone, i.e. above level 70. Entering a long position is carried out when the price touches the lower Bollinger band, while the RSI indicator should be in the oversold zone, ie below level 30. It is possible to tr
This algorithm is based on the grid strategy and performs dynamic position management to make it work on netting accounts. Unlike other robots, this grid system bases its entries on profit over time of the asset instead of using pips. This parameter is the one that corresponds to "Average Distance".  You can trade all 28 major currencies simultaneously.  Parameters: +------------------------------------------------------------------+ :-:-:-:-:-:-:-:EXPERT SETTINGS:-:-:-:-:-:-:-: +--------------
As the name suggests, the scalper opens trade only when precise conditions are met in the market based on strict entry criteria.  The entry points are calculated using price action, trend analysis and candlestick analysis without relying on any lagging indicators.  Every trade has fixed stop loss . Take Profit to Stop Loss ratio is more than 3:1 in default settings. The EA trades best on EURUSD  on the M5 timeframe (refer screenshot).  You can contact me after purchase to help you set up the EA.
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
KT London Breakout MT5
KEENBASE SOFTWARE SOLUTIONS
First thirty minutes are essential for a trading session. The early reaction of traders and market players sets a path for the rest of the day. KT London Breakout EA takes advantage of this phenomenon, and after analyzing the first thirty minutes of London session, it places two bidirectional pending orders. One of pending order is eventually canceled after realizing the market direction with certainty. It has been strictly tested and developed for EUR/JPY using 30-Min Time Frame. You can ex
This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
Announcement: All EAs (Expert Advisors) from QuanticX are currently available for free, but only for a limited time! To enjoy a Lifetime QuanticX support and continue receiving free EAs, we kindly request you to leave a review and track the performance of our EAs on Myfxbook. Additionally, don't hesitate to reach out to us for exclusive bonuses on EAs and personalized support. Seaguard by QuanticX Step into the cutting-edge domain of QuanticX , a leading FinTech startup reshaping the landscape
Little Swinger    (Best choice for passive income lovers) Developed by RobotechTrading   key features: Financial Freedom Back testing results will match with real live trading results Proper TP and SL Controlled Risk Highly Optimized settings Running on our Real Live Accounts Little Risk, Little Drawdown, Little Stress, Little BUT stable income, just set and forget. Strategy: Not Indicator based No Martingale  No Grid  No Repaint strategy Safe and Secure calculation of Live data and than t
[ MT4 Version ] Advanced Bollinger Bands RSI EA MT5 Advanced Bollinger Bands RSI EA is an Expert Advisor based on the worldwide known strategy BB & RSI. This strategy uses the Bollinger Bands indicator in combination with the RSI, the signal triggers only when both the BB and the RSI indicate at the same time overbought or oversold conditions. Both indicators make a great combination to anticipate big explosive moves. Advanced Bollinger Bands RSI EA grants the user the posibity to use 3 differen
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among th
US30 Scalper EA MT5
Lo Thi Mai Loan
4.89 (9)
Launch promo! Only a few copies left at 399$! Next price: 499$ Final price: 999$ Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT4:  https://www.mql5.com/en/market/product/113580?source=Site+Market+Product+Page For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EAは、トレードとコーディングに豊富な経験を持つチームによっ
Heiken Ashi EA MT5
Juvenille Emperor Limited
4.93 (15)
Heiken Ashi EA ΜΤ5   は、まったく新しいアプローチでクラシックまたはスムージング平均足キャンドルを取引するための完全に自動化された Expert Advisor です。   Heiken Ashi EA MT5  は、最初の異なる色のローソク足が閉じた後に単一の取引を開始し、平均足の色の変化ごとに反対の取引を開始します。 この EA を使用するには、異なる色の最初の平均足ローソクが閉じられた後に最初の取引を開始し、その後、平均足ローソクの色が変わらない限り、すべてのローソクで新しい同じ方向の取引を開始するオプションがあります。 一連のユニークな設定により、この EA は非常に多用途になっています。たとえば、最初の取引が開始される平均足ローソク足の数を 2 番目から 10 番目まで選択するオプションや、同様のレベルの取引が多すぎるのを避けるために同じ方向の取引間の距離を制限するオプションなどです。 平均足ローソク足のトレーリング設定は、取引の SL を過去の平均足ローソク足に配置することで、動きの遅いまたは速い市場に適応するのに役立ちます。 この EA には、ECN
V75ea
Dan Charles Leach
Introducing V75EA This Groundbreaking EA works good on V75. Works on 1H timeframe and will target long term up or down trends. This is a low-risk, high reward EA. Recommended settings: Volatility 75 Timeframe: 1H Chart SL:180 000 Lot Size: 0.001 - 1 determine on account size. Min accounts size: 100$ - 0.001 lot 1000$ - 0.01 lot Enjoy the EA and feel free to leave a review.
Crash Mil Hero
Ignacio Agustin Mene Franco
Crash 1000 Hero is a passive bot dedicated to the CRASH 1000 of Synthetic Indices (Deriv) works with the Stochastic strategy + 2 mobile EMAS one of 21 periods and another of 5 periods helping to get a better entry and you can better hunt the trend candle! used only on CRASH 1000 pair In 1 minute period the bot does its job passively, as it makes inputs fairly and not aggressively The only thing that has to be modified in the parameters is the SL and TP in addition to the VOLUME VolumeSize 1 or i
Note : i only sell this EA on MQL5, any other sellers is fake. Orbit Rage Final, a cutting-edge trading strategy meticulously designed around the bull/bear candle approach and divergence analysis. This powerful tool is engineered to empower you to shape the life you desire. To embark on this transformative journey, simply download and seamlessly integrate it into your MetaTrader 4 platform by placing it in the experts advisors folder. Orbit Rage Final revolutionizes trading by offering a risk-f
Croxer
Tsuchitani Kazuhiroshi
10回購入されるごとに、200$値上げします。 ・04/13/2024 10個販売 ECN口座必須, MT5 Croxerは、EURUSDの通貨ペアに特化し、5分足(5M)のチャートデータを基にして動作するエキスパートアドバイザー(EA)です。このEAは、為替市場の小さな価格変動から利益を得ることを目指した高頻度取引戦略を採用しています。Croxerの主な特徴としては、高度なテクニカル分析、精密なエントリーとエグジット戦略、そして自動リスク管理機能が挙げられます。以下に、Croxerの詳細な説明を記します。 主な特徴 高度なテクニカル分析: Croxerは、複数のテクニカル指標を組み合わせた独自のアルゴリズムを使用しています。このアルゴリズムは、市場のトレンドとボラティリティをリアルタイムで分析し、最適な取引機会を見極めます。 精密なエントリーとエグジット戦略: EAは、設定されたパラメータに基づき、利益を最大化するためのエントリーポイントと、損失を最小限に抑えるためのエグジットポイントを自動で決定します。 リスク管理機能: Croxerには、各取引におけるリスク
Dr Trade Proをご紹介します。知的で一貫性のある取引のために精巧に設計されたEA(専門家アドバイザー)です。 当社の専門家アドバイザーは、トレンドの認識と正確な市場分析を利用して取引をシームレスに実行する精度を重視しています。Dr Trade Proは、各取引に戦略的なバックアッププランを備えており、収益性を重視し潜在的な損失を最小限に抑えています。 Dr Trade Proの特徴的な点は、異なる市場状況に適応できることであり、ニュースや市場の変動に強い、信頼性のあるEAの重要な特徴です。この適応性により、ボットは市場の変化をスムーズに検出し、アルゴリズムを更新し、大規模またはより波乱のある市場でも安定性と最適なパフォーマンスを確保します。 Dr Trade Proには取引に平均戦略が組み込まれていることに注意してください。このEAのスタイルに馴染みがない場合は、購入を検討する前にその機能を慎重に確認することをお勧めします。 Dr Trade Proの能力を探索して、取引体験を向上させるために設計された洗練されたEAをご覧ください。信頼性に対するあなたの信頼が私たちの最優先
The EA is based on three very effective strategies. 1- trading on price consolidation, 2- breakdown of the price level and 3 distribution of trading volume. In addition to these three main strategies, the adviser also uses the tactics of closing long-distance positions at the expense of opposite profits, averaging volume and locking a false breakdown. It is almost impossible to describe the strategy consistently, since at every moment of time the adviser chooses his tactics and it can only be p
Recovery Bad Order MT5  (System to recovery lost trader whit recovery algorithm). This system used algorithm in the ea for initial recovery algorithm, this system close one part of loses trader, whit algorithm recovery. (the lot recovery is a factor o lot used in the entry recommended used 0,1 for lot and 0,01 for recovery lot).  https://youtu.be/FlpOhpiy7Pc Recovery Bad Order MT5  is an Expert Advisor for recovering losses of positions that were opened in the wrong direction (that were opened
Introducing our MetaTrader 5 Expert Advisor (EA) based on the Double Exponential Moving Average (DEMA) indicator. This EA has been designed to provide traders with a robust strategy for the forex market. **Key Features and Functionality** - **User Inputs:** The script allows for user-defined inputs such as the DEMA period and the lot size for the trades, offering a level of customization to suit your trading needs. - **Trade Execution:** The CTrade object within the script allows for effi
Pullback ATR
Sergio Tiscar Ortega
Introducing our innovative Expert Advisor (EA) designed to capitalize on pullback opportunities in the forex market, with the support of the Average True Range (ATR) indicator. This strategy focuses on identifying moments when the price temporarily retraces within a dominant trend, offering potential entry points with controlled risk. The ATR is a volatility indicator that measures the amplitude of price movements over a given period of time. By integrating the ATR into our EA, we can assess the
ACDO Brasil
Edson Cavalca Junior
The robo t opens a buy or sell position using the signs. Know our products   Position openings are based on the parameters identified as signals, if you activate all the robot will issue a trading order only if the number of signals is greater than the minimum stipulated by the user. The  filters  are used to increase the accuracy of the signals and if activated and not met your criteria, the order is not sent. EA also offers MOBILE STOP with the Parabolic SAR indicator and also by dis
Hamster Scalping mt5
Ramil Minniakhmetov
4.7 (190)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT5
Profalgo Limited
4.81 (43)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポ
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (247)
ご紹介     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:   ここをクリックしてください MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が100
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT4バージョン: MT4へ移動 EAはまもなく価格を上げる予定です。興味があれば、お早めにご購入ください。 実行の推奨事項 推奨通貨ペア:GBPUSD、USDCAD、AUDUSD、EURUSD、USDC
Gold Trade Pro MT5
Profalgo Limited
4.81 (31)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール システムであり、市場が初期ポジションに逆らったときに取引を追加します。  それらは「ニューラル ネットワーク/AI/機械学習」として偽装されることがよくありま
Aura White Edition MT5
Stanislav Tomilov
4.97 (32)
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, GBPUSD,
GoldPulse AI MT5
Babak Alamdar
4.75 (16)
バックテストではなく、実際の取引システムを購入してください。   Live Signal 1     Live Signal 2 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 現在の価格では残りわずかです。次の価格は -->> 745 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Hig
Brent Oil
Babak Alamdar
5 (3)
「2 人の専門アドバイザー、1 つの価格: あなたの成功を促進します!」ブレント オイル スキャルピング エキスパート + ブレント オイル スインギー エキスパートを 1 つのエキスパート アドバイザーで統合 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $  現在の価格では残りわずかです。次の価格は -->> 1120  $ ブレント石油へようこそ Brent Oil のエキスパート アドバイザーは、正確かつ機敏に、不安定なエネルギー市場をマスターできるように設計された強力な企業です。ブレント石油は単なるシステムではありません。それはあなたの戦略的パートナーであり、市場の動きに適応して勝利を収める戦略を展開するように設計されています。 スキャルピング手法で市場の素早い動きを利用したい場合でも、スイングトレードの慎重なアプローチを好む場合でも、ブレントオイルはあなたをカバーします。その高度なアルゴリズムは市場の傾向を分析し、利益の最大化とリスクの最小化を目的とした取引を実行します。 主な特徴: 高度な戦略の実装:
CyberVision EA
Eduard Nagayev
4.81 (26)
CyberVision EA is a technology I developed during my undergraduate studies. CyberVision EA is not just an advisor, it is a high-speed computing machine that can generate historical data. CyberVision EA is not just an EA, it is a high-speed computing machine that works with recurrent neural network (RNN) and generative adversarial network (GAN), and my EA also uses data quantization. Live Signal High:  https://www.mql5.com/ru/signals/2221931 Live Signal:  https://www.mql5.com/en/signals/2218278 C
Trade Fusion
Tajammul Hussain
4.6 (5)
Live Signal available here:  https://www.mql5.com/en/signals/2223440     (high risk 7.5%) 尊敬するトレーダーの皆様へ 私は、革新的な新しいエキスパートアドバイザーである「Trade Fusion」をご紹介できることを喜んでいます。これは自動取引の世界を変革することになる先進的なソリューションであり、数ヶ月にわたる集中的な研究、開発、厳格なテストの結果です。Trade Fusionは、最先端の技術と最も洗練された取引戦略を組み合わせて、比類のない取引体験を提供するために生まれました。 Trade Fusionの特徴の1つは、28通貨ペアを同時に分析および取引し、同時に非常に低いドローダウンを維持できる能力です。これは、2つの画期的なアプローチによって実現されています:       1. 指標ベースのアプローチ: 8つの異なる指標を組み合わせ、それぞれを複数の状態に分割 ろうそく足ごとに10年間の過去データをスキャン 90%以上の勝率を持つ希少な状況を特定 何百万もの可能性からこれらの貴重な
深層学習が金の取引を再構築し、インテリジェントアシスタントが庭師のように取引の庭を手入れします。「ゴールドガーデン」EAは、深層学習の知的技術を採用し、20年分のデータトレーニングにより、戦略のパフォーマンスを大幅に向上させます。これにより、取引がより簡単でインテリジェントになります。一緒にインテリジェント化の時代を切り開き、取引を幸せな庭園に変えましょう。これはあなただけのGold Garden Stewardになります。 MT4バージョン: Gold Garden MT4   現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI TradingVision GPX」の使用権を得ることができます。詳細についてはお問い合わせください。 現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 リスク設定: デフォルトは中リスクで、EAにはセキュリティと管理のために複数のリスク設定があります。慎重なユーザーは、
X Code G
Shintaseftiana
4.29 (14)
ONLY 1 COPIES LEFT AT CURRENT PRICE! , NEXT PRICE  1199 USD,    SO COME ON HURRY UP !! Introducing eXecute-Code (X-CODE) EA - the ultimate Expert Advisor that's out of this world!, X-Code G EA base on Algorithm Levels of Trading.  Live Signal M5     |    Live Signal M1   |     Channel     |    MySetfile_1.5 I design X-Code G EA for XAUUSD/GOLD pair Why should you choose and use X-CODE EA in Trading? X-CODE EA will give you a pleasant trading experience because in X-CODE EA reliable algor
Aura Black Edition MT5
Stanislav Tomilov
4.2 (25)
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
Bitcoin Robot MT5
Marzena Maria Szmit
4.73 (15)
The Bitcoin Robot MT5 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 same time. Bit
ONLY 2 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $299. - REAL SIGNAL: Default Setting:   https://www.mql5.com/en/signals/2206758 5k Fixed Lot:  https://www.mql5.com/en/signals/2217326 Limited price $199 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 late
Dragon Multi EA MT5
Mansour Babasafary
4.47 (38)
77% 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
One Gold MT5
Stanislav Tomilov
4.6 (20)
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 and advanced technologies in neural networks, EA is capable of analyzing historical and current
Quantum StarMan
Bogdan Ion Puscasu
4.9 (71)
皆さん、こんにちは。自己紹介をさせてください。 私は Quantum StarMan です。Quantum EA ファミリーの最も新鮮な、衝撃的なメンバーです。 私は、最大 6 つの動的ペア ( AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, USDCAD. ) を処理できる完全自動の多通貨 EA です。最高の精度と揺るぎない責任をもって、あなたのトレーディング ゲームを次のレベルに引き上げます。 ここで重要なのは、私はマーチンゲール戦略に依存していないということです。代わりに、最高のパフォーマンスを実現するように設計された洗練されたグリッド システムを利用しています。そして、安心していただけるよう、ドローダウンの合計がアカウントの事前に設定された制限に達した場合には、すべての取引を終了するオプションも提供しています。 しかし、それだけではありません。私はただ話すだけではありません。ライブ信号を起動して実行しているので、私の動作を見ることができます。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってくだ
TrendMaster FX
Chen Jia Qi
4.64 (86)
Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) 特別注意: Currently recommended :GBPUSD, AUDUSD, EURUSD リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEA
Oracle MT5
Stanislav Tomilov
5 (9)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
DOW King
Anton Kondratev
5 (2)
ダウキング EA それは   すべてのオープン最適化パラメータと 回復メカニズムを備えた完全に自動でアクセス可能なシステム。 Only 1 Copies of 10 Left  for 345 $ Next Price 799 $  ダウキングガイド 信号 ブローカー手数料払い戻し アップデート 私のブログ Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        US30 M15 各ポジションには必ず   固定SLとTP     そして   バーチャル   取引利益追跡 (VDPT)   。     現在のデフォルト設定は、2020年12月から今日まで、すべてのリアルMT5クォートICM RAWを考慮して最適化されています。 システム   オプションで位置を復元   取引回数を増やすことで翌日にお届けします。 アルゴリズムには   市場ボラティリテ
Quantum Wizard MT5
Bogdan Ion Puscasu
4.93 (15)
Quantum Wizard は 、最高のパフォーマンスを実現するように設計された高度なグリッド システムと高度な資金管理を 使用して、S&P500 (US500) を取引するための高度なエキスパート アドバイザーです。 2 年以上開発されており、最新のアップデートは今年リリースされます。ついにインデックス取引でポートフォリオを多様化できるようになりました。 Quantum Wizard のインストールは非常に簡単で、任意の期間にデフォルト設定で US500 にインストールするだけです。 ロンドンとニューヨークの株式市場の時間帯に動作し、同時に取引できる 6 つの戦略が組み込まれています。 Quantum Wizard は非常にアクティブで、1 日に複数回取引できます。 現時点ではS&P500のみを取引していますが、近い将来には他の指数も取引する予定です。 ライブ信号 1:     クリック 量子EAチャンネル:ここをクリック プロモーションの発売価格 1099.99 USD には 45% 割引が含まれます。割引なしの価格は 1999.99 USD
ローンチプロモーション:50%OFF! 残りわずかなコピー、$693で販売中! 次回価格:$993 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 MT4: https://www.mql5.com/en/market/product/116012?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXのさらなる分析: https://www.mql5.com/en/blogs/post/756912 実際の取引とバックテスト
Boring Pips MT5
Thi Thu Ha Hoang
4.65 (23)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading S
Scalper Deriv
Antonio Simon Del Vecchio
5 (10)
Scalper Derivを紹介します:スキャルピング体験を向上させます。 1つのEAを無料で入手(2つの取引アカウント用)-> 購入後に連絡してください。 セットファイルやその他   こちら スキャルピングに情熱を見出し、資本を最大限に活用したいトレーダーですか?$20、$200、$2000、$20000、または$200000の残高がある場合でも、私たちにはあなたにぴったりの解決策があります! Scalper Deriv をご紹介します、トレーディング戦略を向上させ、投資規模に関係なく市場の機会を利用するために設計されたExpert Advisor (EA)です。 主な特徴 革新的な体験 :EAsに関する長年の経験と知識から生まれたScalper Derivは、金融市場におけるスキャルピング戦略の頂点を表しています。 さまざまな資本に適応 :Scalper Derivはすべての人にアクセス可能です。利用するための最低資本は$20ですが、EAは任意のアカウントサイズに自動的に調整します。$20、$200、$2000、$20000、または$200000であろうと、S
Gold Excel MT5
Gregory Hay
4.57 (14)
へようこそ     GoldExcel EA MT5 バージョン 、その日の通貨ペア XAUUSD (GOLD) で有効な取引。通常のアカウント、スポンサー付きアカウント、およびタスクで動作するように私たちのチームによって設計されました。高頻度取引は使用しないでください。 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 ジン・ジュオ   ゴールドペアのみを使用したデイトレード戦略です。金ペアは、日々の変動が大きく、ボ
現在の価格はプロモーション価格であり、間もなく値上がりします。 製品の最終価格は:$5566です。 現在の価格ではほんの数部しか残っておらず、次の価格は$566です。 こちらでライブ結果をご確認ください: 個人ライブシグナル: [ここをクリック] プロポライブシグナル: [ここをクリック] MT4バージョンはこちら: [ここをクリック] Quantum Algo Trading MT5 EAへようこそ。 このEAは、単なる機械的なシステム以上のものを目指して設計されており、あなたのトレードの旅路において、あなたの仲間となるでしょう。 このEAは、トレーディングとプログラミングの経験が13年以上ある誰かによって最適化されたアルゴリズムを使用してブレイクアウトシステムを利用しています。 他のEAとは異なり、市場で過去のバックテスト結果に完全に依存しているものや、過去に適合するように意図的に結果を操作しているものとは異なり、Quantum Algo Tradingは過去の結果に一致するように結果を強制しない完全に自然なバックテストを経験してきました。 また、実際の結
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJ
Big Forex Players MT5
Marzena Maria Szmit
4.79 (38)
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 (positions are sent from our database to th
Quantum Trade EA MT5
Bogdan Ion Puscasu
4.79 (139)
ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってください。 ***Quantum Trade EA を購入すると、Quantum Gold Empire EA を無料で入手できます!*** 詳細については非公開でお問い合わせください。 ライブシグナル:   ここをクリックしてください MT4バージョン:       ここをクリック 量子EAチャネル:       ここをクリック わずか 5 99.99 ドル のプロモーション価格!価格は間もなく 699.99 ドルに値上がりし、その後 10
SSX Titan TT
Artem Minchuk
3.14 (50)
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
作者のその他のプロダクト
The DAX Morning Scalp
Lasse Najbjerg Jensen
5 (3)
The Dax Morning Scalp is a real daytrading strategy that does NOT use risky money management tactics like martingale systems, grid systems or hedging of any kind! It is a fully automated breakout scalping strategy designed specifically for the German Dax index (aka DE40 or GER40). The strategy uses current volatility conditions to determine the stop loss size and whether to trade at all. If volatility is too low the conditions are not favorable for a breakout strategy and if volatility is too hi
フィルタ:
Dougal
179
Dougal 2024.01.09 19:03 
 

One of the very few genuinely profitable bots i have found on here & it was created by a very helpful person whom I now trust after using this bot for a few months. The bot has around a 50/50 win rate but don't let that put you off as each time it wins it wins more than each time it loses and this quickly adds up. You can expect around 0 to 2 trades most days all placed in the first 60min after Dow open then the same again the next day. On a 5k account with 1% risk this bot would more than pay for itself with 2 profitable trades, no grid, no martingale. I hope Lasse comes up with more profitable bots in the future, I can thoroughly recommend this bot.

Lasse Najbjerg Jensen
691
開発者からの返信 Lasse Najbjerg Jensen 2024.01.10 23:21
Thank you Dougal! I'm glad to hear that you like the EA and I appreciate the thorough review! :)
Gundolfer
171
Gundolfer 2023.12.05 19:19 
 

Im Test läuft er sehr gut

Rednaxela55
129
Rednaxela55 2023.12.02 15:15 
 

Ich habe mir den EA heute gekauft. Im Backtest hat er mir gut gefallen. Diese Woche werde ich im Demokonto testen.....

TradFMED62
354
TradFMED62 2023.09.08 16:39 
 

Hello, of course I also use the second EA The US Market Maker by Lasse. It is already running successfully in the real money account and, like The DAX Morning scalp, is an absolute top class among the many EAs available. THANK YOU Lasse, I hope you will conjure up another EA of this kind sometime... Hallo, ich habe natürlich auch den zweiten EA The US Market Maker von Lasse im Einsatz. Er läuft bereits erfolgreich im Echtgeldkonto und ist wie The DAX Morning scalp eine absolute Spitzenklasse unter den vielen verfügbaren EA `s. DANKE Lasse ich hoffe du zauberst irgendwann noch einmal eine weiteren EA dieser Art...

- Md Rashidul Hasan
689
- Md Rashidul Hasan 2023.09.07 10:29 
 

Lasse is a breathe of fresh air on this MQL5 platform which is full of scam EAs, unfortunately. You get what you buy from him. Including this suggestion of risk management. Once again, good job and keep on improving. ;)

Lasse Najbjerg Jensen
691
開発者からの返信 Lasse Najbjerg Jensen 2023.09.08 12:09
Thank you for the kind words Rhasbd, much appreciated! :)
レビューに返信
バージョン 1.71 2024.04.02
- Fixed the automatic opening hour option.
- Fixed the manual lot size option for breakout trades.
- Added a new time based reversal strategy to the mix of strategies and included input options for it to adjust the TP and SL distance for this strategy.
バージョン 1.61 2024.03.11
Fixed a bug where the Auto-detect US opening hour feature didn't account correctly for US daylight savings time.
バージョン 1.51 2024.03.05
- Fixed a bug in the News filter.
- Improved the position size calculations for all inside bar trades.
- The position size for breakout trades is no longer affected by the high importance news event factor, as I need to do more research on how news events affect the breakout trades first.
- Added two new stop loss inputs to improve stop loss placement for trades taken on Mondays and Tuesdays.
- Changed the default settings for trades taken on Mondays and Tuesdays to improve overall performance on those two days. Old settings will be available through a "default old" set file.
バージョン 1.41 2024.02.25
Just changed the default TP and SL of the InsideBar Breakout trades to allign with the default set file.
バージョン 1.4 2024.02.23
Fixed the holiday detection filter so the EA will no longer trade on US bank holidays.
Added an automatic filter on specificly poor performing news days such as CPI days and ISM manufacturing days. The EA will no longer trade on these days.
Added a message on chart that clarifies whether the EA is trading or not.
Added an input to enable manual lot size and an input to specify the lot size. These inputs can be found under "Risk Management".
Added an input option to enable breakout trades on InsideBar days. This option is enabled by default but can be disabled if you don't wanna take these trades. Inputs to manage entry diviation, stop loss distance and TakeProfit distance for these trades have also been added.
バージョン 1.3 2024.02.03
Includes a news filter that will automatically stop the EA from trading on US bank holidays.
Also includes a new input setting to increase/decrease the risk per trade on days with high importance news.
バージョン 1.2 2023.12.18
- Changed names for all the input settings to make them easier to understand.
- Added an option to enable automatic detection of US opening hours. This way the EA will automatically detect the opening hour of the US market regardless of the individual broker's timezone.
- Added options to enable and adjust a trailing stop for the EA positions.
- Added an option to show US market opening time for the specific broker on the chart.
- Added options to enable/disable both buy and sell orders.
- Added an option to enable splintering of orders. This will allow the EA to open many smaller orders with different stop losses and different take profits.
- Added an option to adjust the amount of splinter orders to open.
バージョン 1.1 2023.09.14
Quick bug fix