• Übersicht
  • Bewertungen
  • Diskussion
  • Neue Funktionen

Scientific Calculator MT5

Scientific Calculator is a script designed to compute expressions of science, engineering and mathematics. 

General Description 

The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements: 

  • Integer and real numbers. 
  • Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^). 
  • Mathematical and trigonometric functions
  • Curved parentheses (()) to define the precedence and contain the function’s argument(s). 
  • Full stop (.) as decimal point and comma (,) as function’s arguments separator. 

The mathematical/trigonometric functions are used by writing the respective name after “Math” and one or two arguments inside parentheses, separated by a comma in this last case. For instance, “MathLog10()” and “MathPow()” would be “Log10(argument)” and “Pow(argument1,argument2)”, respectively. List of names that correspond to the available functions: 

Abs, Arccos, Arcsin, Arctan, Arctan2, Ceil, Cos, Exp, Floor, Log, Log10, Max, Min, Mod, Pow, Rand, Round, Sin, Sqrt, Tan, Expm1, Log1p, Arccosh, Arcsinh, Arctanh, Cosh, Sinh, Tanh. 

Note: “MathRand()” is only executed with “GetTickCount()” as the argument of “MathSrand()”, it’s used without anything inside parentheses – simply writing “Rand()”. 

Additionally, the expression has the following properties: 

  • The scientific, engineering and E notations are allowed. 
  • The mathematical constants “Pi” and “e” are available (simply writing the respective letter(s)). 
  • The multiplication needs to be explicitly indicated (through the respective symbol). 
  • The system is case-insensitive. 
  • The space ( ) is allowed and doesn’t affect the expression’s calculation. 
  • The input expression is limited to 240 characters. 

    Examples of a number representation using various notations: “0.0000325” (decimal), “3.25*10^-5” (scientific), “32.5*10^-6” (engineering) and “32.5E-6” (E). 

    Note: The meaning/function of the symbol “e” depends on the context it’s placed, for instance, “1e+1=10” (as E notation) and “1*e+1=3.718...” (as constant). 

    IMPORTANT! The use of a symbol or symbols combination, besides the ones described or not obeying standard rules, might lead to an expression’s erroneous result. 

    Input Parameters 

    • Display Mode: Expression’s result’s display mode, enable selecting the Alert, Comment or Print function, which presents the information in a pop-up window, in the chart window (to which the script attaches) or in the Experts tab of the Toolbox window, respectively. 
    • Math Expression: Science, engineering and mathematics expression to be calculated. 

      Conclusion 

      Scientific Calculator is a helpful and effective tool regarding the expressions calculation of science, engineering and mathematics, enabling a simple and intuitive setting of the expressions to compute.


      Empfohlene Produkte
      VoiceEscort
      Nikolai Karetnikov
      Features: The Expert Advisor pronounces current prices at a set interval.  It speaks Russian and English.  The file voice_dict.csv contains the rules of pronunciation (language, other rules). See an example below  The Google cloud server is used for pronunciation, so the expert should be allowed to go to "https://texttospeech.googleapis.com" (see Tools\Options\Expert Advisors Allow WebRequest for...) Restrictions: Only 2 symbols Example of a pronunciation rule (voice_dict.csv file in the Fil
      FREE
      Unlock Your Trading Potential with Our Risk Management Tool! Revolutionize your trading experience with our game-changing solution. Designed for traders who prioritize precision and control, our Risk Management Tool lets you effortlessly calculate the perfect lot size or volume, ensuring confident trades even in volatile markets. Seamless Trade Execution : Input your stop loss and risk level, and let our tool handle the rest. No more manual calculations – just efficient trading. Optimal Risk-Rew
      FREE
      FasterShark
      Terence Gronowski
      5 (1)
      FasterShark Trading Assistent Handeln ist wie Baden in einem Becken voller Haie. Um zu überleben, musst du der schnellere Hai sein. Das Tool hält Sie über alle Parameter auf dem Laufenden und erlaubt ein sehr schnelles Handeln ohne das Risiko zu vernachlässigen. Ich habe dieses Tool programmiert, um ständig über das Geschehen informiert zu sein. Früher habe ab und zu vergessen, einen Stopploss zu setzen. Diverse Fehler werden mit diesem Tool verhindert. Außerdem ermöglicht Ihnen dieses Tool,
      FREE
      ATR to Baseline
      Manuel Alejandro Cercos Perez
      Dieser Indikator erstellt einen Kanal relativ zu anderen Chart-Indikatoren:   Indikator + ATR und Indikator - ATR   . Nützlich zu wissen, ob der Preis zu weit von Ihrer Basislinie gestiegen ist. Die ATR-Werte können mit einem Multiplikator angepasst werden. Es kann auch auf Preise (Schließen, Öffnen, Hoch, Tief, Median ...) oder andere Unterfenster-Indikatoren angewendet werden. Tatsächlich können Sie dieselben Informationen über die Entfernungen zur Basislinie erhalten, wenn Sie sie auf Schluss
      FREE
      This script exports the economic calendar from MT5 as a .csv-file into the common directory of the terminal (...\Terminal\Common\Files). The generated file news.csv is necessary for using the news filter in back testing the Range Breakout Day Trader EA. Input parameters: Country 1: First country from which the news will be exported Country 2: Second country from which the news will be exported Date from: Start date from which the calendar data will be exported Date to: End date to which the
      FREE
      Scanner TTM Squeeze MACD
      Danil Poletavkin
      3 (1)
      Market scanner based on the indicator published here  Download the 'John Carters TTM Squeeze with MACD' Technical Indicator for MetaTrader 5 in MetaTrader Market (mql5.com) .  Only the instruments that are in the Market Watch window are scanned. Maximum number of scanning tools up to 5000. The scan timeframe is selected from the timeframe panel of the terminal. To use it, open any chart and attach the Expert Advisor to the chart, the 'Search' button will appear in the upper left corner. When you
      FREE
      This is the demo Version of Money and Trade Manager, which can be found here: https://www.mql5.com/en/market/product/58163# The Demo is limited to EUR/USD , but otherwise fully functional. Features: easy positioning of stoploss and takeprofit with horizontal Assistance-lines automatic Volume calculation fixed risk, set by the trader Closing of all trades of one type, with the click of one button (long or short, for this symbol) Creation of pending orders with one click Direct feedback thr
      FREE
      ATR Moving Average
      David Gitau Gakunga
      5 (3)
      ATR Moving Average draws a moving average of the standard Average True Range( ATR ) in the same window. Settings Name Description ATR period Set Price per iod for ATR calculation ATR level Set ATR value for thresholding( only whole number, ignore leading zeros e.g. 0.00089 = 89 ) MA Period Set moving Average Period MA Method Set moving average method( Simple, Exponential, Smoothed and Linear Weighted ) MA Shift Set moving average shift Enable Alerts ? Generate Alert when ATR crosses
      FREE
      Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
      FREE
      CPM Extended MT5
      Sergey Efimenko
      4.43 (7)
      Der Algorithmus basiert auf der Idee des Currency Power Meter-Indikators. In dieser Version ist die Anzahl der angezeigten Werte unbegrenzt, der Code ist kompakter und schneller, Werte des aktuellen Balkens können über Indikatorpuffer abgerufen werden. Was der Indikator zeigt   : Ein dünnes Band und die obere Zahl vor der Währung zeigen den relativen Stärkeindex für die letzten N Stunden (N wird in den Parametern in der Variablen 'Stunden' eingestellt), ein breiteres Band zeigt den Tagesindex an
      FREE
      CommunityPower MT5
      Andrey Khatimlianskii
      4.74 (93)
      CommunityPower EA   — is the Expert Advisor for MetaTrader 4/5, created by community and for community. It is free, versatile and very powerful, and allows to trade a wide range of strategies. The idea is simple Your suggestions + my code = a win-win for everyone! Is it a ready-to-use money-making machine? No, it is definitely not. It is a tool, which allows you to create and run your own trading strategy, and it is up to you to find profitable settings and take the responsibility for your tr
      FREE
      XFChart EA
      Jesus Eric Seacor
      XFChart simplifies trading strategies with customizable options for informed decision-making across various styles, from scalping to position trading. 1. Risk Management:    - XFChart offers automatic breakeven and trailing stop features to protect profits and reduce emotional decisions.    - Auto Breakeven is disabled by default and can be enabled through the indicator properties window.    - The "Auto Trailing Stop Loss" adjusts the stop loss based on market movement, facilitating profit loc
      FREE
      RSI talking, benutze alle deine Sinne beim Handeln! Die Idee Beim Trading können deine Augen sehr beansprucht werden. Deshalb habe ich RSItalking programmiert, der dir sagt, wenn der RSI in einem Extembereich steht. Handel, was du siehst und was du hörst ! Funktion Dieser Indikator sagt "rsioverbought", wenn der rsi über einem Schwellenwert liegt (Standard 75%) und "rsioversold", wenn er unter einem unteren Grenzwert liegt (Standard 25%). Wenn Sie eine Long-Position halten, empfehlen w
      FREE
      Simple Trading Controller
      Pierpaolo De Nicolo
      5 (1)
      The "Simple Trading Controller" for MetaTrader 5 sets a new standard for speed and efficiency in opening and closing market positions. Crafted with a clean and intuitive design, this tool is a response to the specific needs of traders, ensuring a seamless and rapid trading experience. All it provides is: Quick BUY and SELL Buttons Open multiple operations at the same time Set Trade Size Set Stop Loss Take Profit Points Close All Positions Let's go and see the advantages of using "Simple Trading
      FREE
      Short description : TheTrendHunterMax   is a LIMITED VERSION tool that can be used either as a trading robot for automated trading or just a signal provider for manual trading.  As an EA, it uses the techniques we usually employ in trading like determining the highs and lows on the trading chart. With this, it determines the trend convergence and divergence in the chart. Combined with the volatility, price movements, it analyzes the possible order type that can be most profitable. By defaul
      FREE
      RenkoChartsDemo
      Stanislav Korotky
      This is a demo version of a non-trading expert , which utilizes so called the custom symbols feature ( available in MQL as well ) to build renko charts based on historical quotes of selected standard symbol and to refresh renko in real-time according to new ticks. Also it translates real ticks to the renko charts, which allows other EAs and indicators to trade and analyze renko. Place the EA on a chart of a working instrument. The lesser timeframe of the source chart is, the more precise resulti
      FREE
      RSI Currencies MT5
      Fabio Cavalloni
      5 (1)
      RSI Currencies is an indicator that is based on the RSI concept but with a totally different approach. It calculates its values calculating all RSI values of all pairs related to the same currency and making an average between them: the goal is to obtain a more solid and trustable information about what each currency are doing lowering the impact of market noise and extreme euphory on a particular pair to analyze the whole basket. It works on 28 forex majors and minor pairs related to these curr
      FREE
      NNFX Trade Panel
      Manuel Alejandro Cercos Perez
      4.8 (5)
      Handelspanel für die No-Nonsense-Forex-Methode Verbessern Sie Ihre Handelsgeschwindigkeit und halten Sie gleichzeitig Ihre Charts sauber Merkmale: - Positionsgröße:   Wenn Sie auf Kaufen/Verkaufen klicken, öffnet dieses Tool 2 Trades mit der Menge an Lots, die Ihrem Risiko am besten entspricht (Prozentsatz des Guthabens, der in jedem Trade verwendet wird). Vergessen Sie die Berechnung von Pip-Werten! -SL und TP:   Jeder Trade wird mit einem Stop-Loss bei 1,5*ATR eröffnet und eine der beiden H
      FREE
      (Google-Übersetzung) Dieser Indikator basiert auf dem ursprünglichen " Time Segmented Volume (TSV) ", das von Worden Brothers, Inc entwickelt wurde. Allerdings habe ich diesem ein paar zusätzliche Funktionen hinzugefügt. Man kann den anzuwendenden Preis wählen, anstatt nur den standardmäßigen Schlusskurs zu haben, der vom Original verwendet wird. Man kann auch wählen, welche Volumengewichtung verwendet werden soll, einschließlich eines Pseudo-Volumens basierend auf der wahren Reichweite, oder üb
      FREE
      A professional tool for trading - the divergence indicator between the  Stochastic and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the  Stochastic peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested ver
      FREE
      Ever thought of your broker stop hunting your stop losses? Incognito SL and TP is exactly what you need! As promised, version 1.1 now has the SL and TP lines that can easily be adjusted by the user. ========================================== INPUTS: SL: Exact price you want the orders for the chart symbol to close when this SL price was hit. Set to 0 for no SL. TP: Exact price you want the orders for the chart symbol to close when this TP price was hit. Set to 0 for no TP. ======================
      FREE
      NotifyMe Free for MT5
      Denis Zyatkevich
      4.86 (7)
      Overview The Expert Advisor sends notifications to a mobile phone, via e-mail or activates an audio alarm in case any changes are detected on the trading account: opening/closing positions, changing order parameters, balance or leverage. Also, the Expert Advisor can inform that Equity on the trading account has dropped below a specified value or Free Margin is small compared to Margin. The Expert does not trade, it only monitors your account and orders. Launching the Expert Advisor You should
      FREE
      The Trend Line Reverse Expert Advisor is a highly innovative and powerful tool that enables traders to effortlessly identify and trade trends in the financial markets. With this advanced tool, you can easily draw trend lines on your MT5 chart, and the EA will automatically buy or sell when the price reaches the trend line. This EA is user-friendly and requires minimal setup. You can simply attach it to your chart and start drawing up to three trend lines where you anticipate the price to reverse
      FREE
      This script downloads economic news data, required for  Economic news calendar with history  indicator. It downloads data from fxstreet.com to Common folder of MT5 in CSV format. How to use it (watch video below on how to test demo version): Add  http://calendar.fxstreet.com/eventdate / to Allowed URLs section in MT5 settings Download and Install script and indicator from mql5.com Open chart with required currency pair Find script in Navigator panel and drag&drop it to the chart. Find correspond
      FREE
      Traders notifier
      Iawrence Chiiambb Mkandawi
      Introducing Trader's NotifierYo,ur Ultimate Trading Companion Are you tired of missing crucial market moments because you looked away for just a moment? The frustration of waiting for that perfect confluence, only to realize you've missed it, can be overwhelming. But fear not, because Trader's Notifier is here to revolutionize the way you trade! Seize Every Opportunity Trader's Notifier is your vigilant ally, keeping a watchful eye on your charts so you don't have to. No more staring at t
      FREE
      Иногда бывает, что наши построения на графике выходят за пределы последнего бара. После выходных, эти построения могут измениться в виду особенностей учета времени в мт5. Данный индикатор поможет решить эту проблему - он проходит по всем графикам и сдвигает дату объекта, которая дальше, чем нулевой бар.  После завершения работы индикатор удаляется. Параметры: Direction - направление сдвига; DaysShift - количество дней, на которые сдвигается дата объекта, правее нулевого бара.
      FREE
      The   MeetAlgo Gold Albatross EA MT5   is a pure mathematical scalper that trades tick data aggressively. It implements a simple and universal trading strategy which can be applied to any instrument. Key Advantages Fully automated trading 24/5. No need in a large initial deposit. Always uses Stop Loss to protect capital. Position trailing stop is used. Both a fixed lot and a free margin percentage are used. Ability to set time limitations for the EA operation. Trading Requirements Caution is
      FREE
      OrderBook Utilities is a script, which performs several service operations on order book hob-files, created by OrderBook Recorder . The script processes a file for work symbol of the current chart. The file date is selected by means of the input parameter CustomDate (if it's filled in) or by the point where the script is dropped on the chart. Depending from the operation, useful information is written into the log, and optionally new file is created. The operation is selected by the input parame
      FREE
      Hidden Ichimoku MT5
      Christian Ricard
      4 (1)
      This indicator allows to hide Ichimoku Kinko Hyo (on all MT5 timeframes) from a date define by the user, with a vertical line (Alone) or a panel (with "Hidden Candles"). Indicator Inputs: Tenkan-sen Kijun-sen  Senkou Span B Information on "Ichimoku Kinko Hyo" indicator is available here:   https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/ichimoku ************************************************************* Hey traders!!  Give me your feeds!  We are a community here
      FREE
      CrashBoom Stones
      Kundai Bodzo
      5 (5)
      About CrashBoom Stones is an expert advisor utility that gives you a signal to catch CrashBoom drops or spikes. It shows you a Red Sell arrow on Crash to sell, and a blue arrow on Boom to buy. It also gives you an alert when an arrow is shown.  Note: The utility does not show signals for the historical data in live mode, use the strategy tester to test this utility. The arrows shown are independent to the trends pane. The trends pane is more accurate when H1 and M30 agree. Recommendations
      FREE
      Käufer dieses Produkts erwarben auch
      Trade Assistant MT5
      Evgeniy Kravchenko
      4.4 (172)
      Sie hilft bei der Berechnung des Risikos pro Handel, der einfachen Einrichtung einer neuen Order, der Orderverwaltung mit Teilschließungsfunktionen, Trailing-Stop von 7 Typen und anderen nützlichen Funktionen. Achtung, die Anwendung funktioniert nicht im Strategietester. Sie können die Demoversion auf der Beschreibungsseite herunterladen  Manual, Description, Download demo Linienfunktion Zeigt auf dem Chart die Eröffnungslinie, Stop Loss, Take Profit. Mit dieser Funktion ist es einfach, eine
      Forex Trade Manager MT5
      InvestSoft
      4.98 (428)
      Denken Sie, dass in Märkten, in denen sich der Preis in Sekundenbruchteilen ändern kann, die Auftragserteilung so einfach wie möglich sein sollte? Wenn Sie im Metatrader eine Order eröffnen möchten, müssen Sie ein Fenster öffnen, in dem Sie den Eröffnungskurs, Stop-Loss und Take-Profit sowie die Größe der Transaktion eingeben müssen. Beim Handel an den Finanzmärkten ist die Verwaltung Ihres Kapitals unerlässlich, um Ihre Ersteinzahlung zu erhalten und zu vervielfachen. Wenn Sie also eine Order
      TradePanel MT5
      Alfiya Fazylova
      4.86 (115)
      Trade Panel ist ein multifunktionaler Handelsassistent. Die Anwendung enthält mehr als 50 Funktionen für den manuellen Handel und ermöglicht Ihnen die Automatisierung der meisten Handelsaktionen. Vor dem Kauf können Sie die Demoversion auf einem Demokonto testen. Demo hier . Vollständige Anweisungen hier . Handel. Ermöglicht Ihnen die Durchführung grundlegender Handelsvorgänge mit einem Klick: Ausstehende Aufträge und Positionen öffnen. Schließen ausstehender Aufträge und Positionen. Umkehr von
      Local Trade Copier EA MT5
      Juvenille Emperor Limited
      5 (64)
      Erleben Sie außergewöhnlich schnelles Trade Copying mit dem   Local Trade Copier EA MT5 . Mit seiner einfachen 1-Minuten-Setup können Sie Trades zwischen mehreren MetaTrader-Terminals auf demselben Windows-Computer oder Windows VPS mit blitzschnellen Kopiergeschwindigkeiten von unter 0.5 Sekunden kopieren. Ob Anfänger oder professioneller Trader - der   Local Trade Copier EA MT5   bietet eine Vielzahl von Optionen, um ihn an Ihre spezifischen Bedürfnisse anzupassen. Es ist die ultimative Lösung
      The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
      Trade copier MT5
      Alfiya Fazylova
      4.39 (28)
      Trade Copier ist ein professionelles Dienstprogramm zum Kopieren und Synchronisieren von Trades zwischen Handelskonten. Das Kopieren erfolgt vom Konto / Terminal des Lieferanten auf das Konto / Terminal des Empfängers, das auf demselben Computer oder vps installiert ist. Vor dem Kauf können Sie die Demoversion auf einem Demokonto testen. Demoversion hier . Vollständige Anweisungen hier . Hauptfunktionalität und Vorteile: Unterstützt das Kopieren von MT5> MT5, MT4> MT5, MT5> MT4, einschließlich M
      MT5 to Telegram Signal Provider ist ein einfach zu bedienendes, vollständig anpassbares Dienstprogramm, das den Versand von spezifizierten Signalen an Telegram-Chats, -Kanäle oder -Gruppen ermöglicht und Ihr Konto so zu einem Signalanbieter macht. Im Gegensatz zu den meisten Konkurrenzprodukten werden keine DLL-Importe verwendet. [ Demo ] [ Handbuch ] [ MT4-Version ] [ Discord-Version ] [ Telegram-Kanal ] Einrichtung Ein schrittweises Benutzerhandbuch ist verfügbar. Keine Kenntnisse der Telegr
      Trade Manager DaneTrades
      DaneTrades Ltd
      4.74 (23)
      Trade Manager, der Ihnen hilft, Geschäfte schnell ein- und auszusteigen und gleichzeitig Ihr Risiko automatisch zu berechnen. Einschließlich Funktionen, die Ihnen helfen, Over Trading, Revenge Trading und Emotional Trading zu verhindern. Trades können automatisch verwaltet werden und die Kontoleistungskennzahlen können in einem Diagramm visualisiert werden. Diese Funktionen machen dieses Panel ideal für alle manuellen Händler und tragen zur Verbesserung der MetaTrader 5-Plattform bei. Unterstütz
      Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. Using the EA : U
      Trade Dashboard MT5
      Fatemeh Ameri
      5 (28)
      Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version   right now. You can find   deta
      DrawDown Limiter
      Haidar, Lionel Haj Ali
      5 (17)
      Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
      Kopieren Sie Signale aus jedem Kanal, dem Sie als Mitglied angehören (einschließlich privater und eingeschränkter), direkt auf Ihren MT5.  Dieses Tool wurde mit dem Benutzer im Hinterkopf entwickelt und bietet viele Funktionen, die Sie benötigen, um die Trades zu verwalten und zu überwachen. Dieses Produkt wird in einer benutzerfreundlichen und optisch ansprechenden grafischen Benutzeroberfläche präsentiert. Passen Sie Ihre Einstellungen an und beginnen Sie innerhalb weniger Minuten mit der Ver
      OrderManager MT5
      Lukas Roth
      4.88 (16)
      Der   OrderManager , eine revolutionäre Hilfssoftware für den MT5 Verwalten Sie Ihre Trades wie ein Profi mit der brandneuen Order Manager-Hilfssoftware für MetaTrader 5. Entwickelt mit einem Fokus auf Einfachheit und Benutzerfreundlichkeit, ermöglicht Ihnen der Order Manager, das mit jedem Trade verbundene Risiko mühelos zu definieren und zu visualisieren. So können Sie fundierte Entscheidungen treffen und Ihre Handelsstrategie optimieren. Für weitere Informationen zum OrderManager, konsultiere
      HINN Lazy Trader
      Georg Vahi
      5 (1)
      Set price targets, and leave everything else to HINN Lazy Trader! This tool is designed for automatic position sizing from specified levels to designated targets. Using a VPS is recommended (*). Current price already includes a 25% discount : Purchase (lifetime) -- $365 instead of $490 Rent (30 days) -- $50 instead of $69 The demo version generated by MT Market is automatically and is useless because to start this algo advisor, you need to specify zones of interest and targets! A community
      -25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
      YuClusters
      Yury Kulikov
      4.93 (43)
      Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
      Exp COPYLOT CLIENT for MT5
      Vladislav Andruschenko
      3.78 (18)
      Handelskopierer für MT5 ist ein  Handel   Kopierer für die Plattform МetaТrader 5  . Es kopiert Devisengeschäfte  zwischen   alle Konten   MT5  - MT5, MT4  - MT5 für die COPYLOT MT5 Version (oder MT4  - MT4 MT5  - MT4 für die COPYLOT MT4 - Version) Zuverlässiger Kopierer! MT4-Version Gesamte Beschreibung   +DEMO +PDF Wie kauft man Wie installiert man     So erhalten Sie Protokolldateien     So testen und optimieren Sie     Alle Produkte von Expforex Sie können kopieren Trades auch im МТ4
      Trade Assistant GS mt5
      Vasiliy Strukov
      5 (13)
      Das Trading-Panel beschränkt sich auf die Verwaltung von Orders – sowohl geöffnet über Schaltflächen als auch vom Benutzer geöffnet. Einfach und bequem in der Collection. Wird jeden Käufer ergänzen. Ich empfehle, es zusammen mit dem Gold Stuff Indikator zu verwenden. Richten Sie den Handel als Einzelaufträge ein und bauen Sie ein Raster mit Abstand auf. Um ein Standardraster zu erstellen, stellen Sie einfach einen großen Abstand ein, z. B. 10000. Echtzeit-Ergebnisse können hier eingesehen wer
      Mentfx Mmanage mt5
      Anton Jere Calmes
      4.43 (7)
      The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
      The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
      -25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
      Bots Builder Pro MT5
      Andrey Barinov
      4.75 (4)
      This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
      Der MT5 to Discord Signal Provider ist ein benutzerfreundliches, vollständig anpassbares Werkzeug, das speziell dafür entwickelt wurde, Handelssignale direkt an Discord zu senden. Dieses Tool verwandelt Ihr Handelskonto in einen effizienten Signalanbieter. Passen Sie die Nachrichtenformate Ihrem Stil an! Wählen Sie für eine einfache Verwendung aus vorgefertigten Vorlagen und entscheiden Sie, welche Nachrichtenelemente einbezogen oder ausgeschlossen werden sollen. [ Demo ] [ Handbuch ] [ MT4-Vers
      VirtualTradePad One Click Trading Panel
      Vladislav Andruschenko
      4.6 (65)
      Trading Panel für den Handel mit 1 Klick. Arbeiten mit Positionen und Aufträgen! Handeln vom Chart oder von der Tastatur. Mit unserem Trading-Panel können Sie Trades mit einem einzigen Klick direkt aus dem Chart ausführen und Handelsoperationen 30-mal schneller durchführen als mit der Standard-MetaTrader-Steuerung. Automatische Berechnungen von Parametern und Funktionen machen den Handel für Händler schneller und komfortabler. Grafische Tipps, Infoetiketten und vollständige Informationen zu Hand
      Grid Manual MT5
      Alfiya Fazylova
      4.83 (12)
      Grid Manual ist ein Trading-Panel zum Arbeiten mit einem Raster von Orders. Das Dienstprogramm ist universell, verfügt über flexible Einstellungen und eine intuitive Benutzeroberfläche. Es arbeitet mit einem Raster von Aufträgen nicht nur in Richtung Verlust, sondern auch in Richtung steigender Gewinne. Der Händler muss kein Orderraster erstellen und pflegen, all dies wird von "Grid Manual" erledigt. Es genügt, eine Order zu eröffnen und das "Grid Manual" erstellt automatisch ein Orderraster daf
      Trade Manager EA for MT5
      Odaine Ramon Mcmillan
      4.5 (10)
      50% Off Today Only! Price Goes Back Up at 11 PM (EST) Marketkeys Trade Manager EA for MT5: Your Pathway to Forex Trading Mastery What Traders Are Saying: "Much better than lots of other trade managers I've tested..." – R Vdr "Saves me time from manually calculating lots sizes and risks...amazing support." – Richard Obi Efficiency and precision are paramount in Forex trading. Marketkeys Trade Manager EA for MT5 offers just that - a seamless interface combined with robust risk management tools
      ManHedger MT5
      Peter Mueller
      5 (3)
      THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please DON'T BUY this product before testing or watching my video about it. Contact me for user support & advices! If you've bought this EA, you are entitled to a gift!! MT4 Version  With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading strategies, to profit from ranging markets. Place orders easily and clearly. Display your trades/strategies on the
      Uber Trade Manager
      MDevaus Oy
      5 (16)
      Der UTM Manager ist ein intuitives und benutzerfreundliches Tool, das eine schnelle und effiziente Handelsausführung ermöglicht. Eine der herausragenden Funktionen ist der Modus „Spread ignorieren“, der es Ihnen ermöglicht, zum Preis der Kerzen zu handeln und Spreads vollständig zu ignorieren (ermöglicht z. B. den Handel mit Paaren mit höherem Spread auf LTF, um zu vermeiden, dass Sie aufgrund von Spreads aus dem Handel ausgeschlossen werden). Ein weiterer wichtiger Aspekt des UTM-Managers ist s
      Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-u
      T Manager Plus, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place. T Manager Plus includes advanced charting utilities with a single goal to help traders analyze, plan, execute, and manage their trades on a single platform. The market contains a diverse number of those tools, but   this one is designed by traders for traders . I designed this tool, an
      Weitere Produkte dieses Autors
      Scientific Calculator MT4
      Francisco Manuel Vicente Berardo
      Scientific Calculator is a script designed to compute expressions of science, engineering and mathematics.   General Description   The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements:   Integer and real numbers.   Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^).   Mathematical and trigonometric functions .   Curved parentheses (()) to define the precedence and c
      FREE
      Tick Data Record MT4
      Francisco Manuel Vicente Berardo
      Tick Data Record is a multi-symbol multi- timeframe   Expert Advisor that records tick data for later graphical representation and analysis .   General Description   Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor   permits   to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a spreads
      Environment State Info Print MT4
      Francisco Manuel Vicente Berardo
      Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL4  program.   General Description   The constants are divided into four groups in the Environment State section of the MQL4  documentation and each group is divided into enumerations/subgroups (with designations “ Market Info”, “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained by se
      Double Trailing Stop MT4
      Francisco Manuel Vicente Berardo
      Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. The EA offers multi-option through input parameters to configure the positions' stop orders.  General Description   The Expert Advisor’s main purpose is to secure profit and minimize losses with the opened positions. Double Trailing Stop places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reac
      Position Selective Close MT4
      Francisco Manuel Vicente Berardo
      Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. The script offers multi-option through input parameters to define the positions to close.  General Description   Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate
      Order Selective Delete MT4
      Francisco Manuel Vicente Berardo
      Order Selective Delete is a multi-symbol multi-timeframe   script used to   delete   simultaneously various pending orders. The script offers multi-option   through input parameters to define the pending orders to   delete.  General Description   Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input pa
      Multiple Position Opening MT4
      Francisco Manuel Vicente Berardo
      Multiple Position Opening   is a multi-symbol multi- timeframe   script used to open simultaneously various positions . The   script   offers multi- option   through   input parameters   to   configure the positions.   Risk Management   The volume used to open each of the positions is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there   isn't   enough money in the account for the chosen volume, this is reduced
      Pending Order Grid MT4
      Francisco Manuel Vicente Berardo
      Pending Order Grid is a multi-symbol multi- timeframe   script that enables multi-strategy implementation based on pending order grids. The script offers multi- option   through input parameters to configure the pending orders.   General Description   Pending Order Grid allows the execution of a user-defined strategy through the creation of one or more grids of pending orders. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price l
      Pending Order Grid EA MT4
      Francisco Manuel Vicente Berardo
      Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. The EA offers multi-option through input parameters to configure the pending orders.  General Description   Pending Order Grid allows the performing of a user-defined strategy through the creation of one or more grids of pending orders. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant p
      Tick Data Record MT5
      Francisco Manuel Vicente Berardo
      Tick Data Record is a multi-symbol multi- timeframe Expert Advisor that records tick data for later graphical representation and analysis .   General Description   Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor permits to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a spreadsheet,
      Environment State Info Print MT5
      Francisco Manuel Vicente Berardo
      Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL5 program.   General Description   The constants are divided into four groups in the   Environment State section of the MQL5 documentation and each group is divided into enumerations/subgroups (with designations  “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained by selecting the pro
      Double Trailing Stop MT5
      Francisco Manuel Vicente Berardo
      Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. The EA offers multi-option through input parameters to configure the positions' stop orders.  General Description   The Expert Advisor’s main purpose is to secure profit and minimize losses with the opened positions. Double Trailing Stop places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reac
      Position Selective Close MT5
      Francisco Manuel Vicente Berardo
      Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. The script offers multi-option through input parameters to define the positions to close.  General Description   Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate
      Order Selective Delete MT5
      Francisco Manuel Vicente Berardo
      Order Selective Delete is a multi-symbol multi-timeframe   script used to   delete   simultaneously various pending orders. The script offers multi-option   through input parameters to define the pending orders to   delete.  General Description   Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input pa
      Multiple Position Opening MT5
      Francisco Manuel Vicente Berardo
      Multiple Position Opening   is a multi-symbol multi- timeframe   script used to open simultaneously various positions . The   script   offers multi- option   through   input parameters   to   configure the positions.   Risk Management   The volume used to open each of the positions is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there   isn't   enough money in the account for the chosen volume, this is reduced
      Pending Order Grid MT5
      Francisco Manuel Vicente Berardo
      Pending Order Grid is a multi-symbol multi- timeframe script that enables multi-strategy implementation based on pending order grids. The script offers multi- option through input parameters to configure the pending orders.   General Description   Pending Order Grid allows the execution of a user-defined strategy through the creation of one or more grids of pending orders. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price level
      Pending Order Grid EA MT5
      Francisco Manuel Vicente Berardo
      Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. The EA offers multi-option through input parameters to configure the pending orders.  General Description   Pending Order Grid allows the performing of a user-defined strategy through the creation of one or more grids of pending orders. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant p
      Auswahl:
      Keine Bewertungen
      Antwort auf eine Rezension
      Version 1.1 2024.05.11
      Minor change, not requiring an update:

      - Icon replacement at the script´s properties window with a higher resolution / better quality image.