Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Greifen Sie auf die Code Base direkt aus dem Terminal MetaTrader 5 zu
Keinen passenden Code gefunden? Bestellen Sie einen über den Freelance Service

Expert Advisors für den MetaTrader 4 mit Quellcodes - 9

icon

In diesem Bereich können Sie viele Apps finden, die Ihre Analytik und den Handel automatisieren werden. Hier sind Apps angeboten, die unterschiedliche Algorithmen und Automatisierungsebenen zur Verfügung stellen. Es gibt sowohl einfache Experten, als auch Handelsroboter mit komplexen Algorithmen, die Analyse und Handelsprozess völlig automatisieren können.

Diese Apps können ganz einfach heruntergeladen und im MetaTrader 4 gestartet werden. Es ist empfehlenswert, Expert Advisors vor dem Start im Strategietester zu testen und zu optimieren. Darüber hinaus sind die Expert Advisors auf der Plattform MetaTrader 4 und in der Enrwicklungsumgebung MetaEditor zugänglich.

Code hinzufügen

Example of Heiken Ashi Using Multi Time Frame (MTF).

This EA Opens a grid of Buy Stops and Sell Stops at a specified distance from price. Has Stop Loss, Take Profit and Trailing Stop.

The Proper Bot is for those who like Martingale style trading. Features: Stop Loss, Take Profit, Trailing Stop Loss functions. All are calculated in POINTS.

Small Expert which sends email notification of last opened and closed order.

Automated trading system for breakouts in the London and New York sessions.

Example of a simple breakout trading robot. There are a lot of breakout methods, but this is the simplest one as I think. Please see the attached images to visualize what is the breakout trading...

Expert Advisor to trade Yen Crosses based on Major Pairs and USDJPY divergence/convergence.

Code example of MACD automated with advanced money management function.

The same EA's as previously released. The additional code allows the user to set parameters on RSI and Momentum.

An EA fully based on the Ichimoku Kinko Hyo system.

Template EA that downloads news without the use of DLL.

The Expert Advisor that moves the stop loss to breakeven after reaching certain profit.

The Expert Advisor that performs order trailing after reaching certain profit.

The Expert Advisor is designed for placing managing grids.

Sells at downward crossing of 70, buys at the upward crossing of 30.

The Expert Advisor places pending limit orders at the specified distance from the price and trails them after the price with the specified step, applies martingale.

The Expert Advisor opens positions after the price passes the specified distance. 1 step up - sells, 1 step down - buys.

The SAW_system_1 Expert Advisor places pending orders on the basis of the volatility for the last N days.

An example of creating a trade panel using the MasterWindows library.

After a loss, the EA opens orders with stop levels increased by the coefficient.

Martingale grid EA. The main idea of the EA is not in accurate entries, but in flexible plotting of grids.

This is a great beginners' example of the function OnChartEvent() & creating objects on the chart to access them for some tasks.

Two EA's. One places Stop orders the other places Limit orders.

Renko chart generator using the tick values.

Die Autoren behaupten, dass dieses System 24 Stunden am Tage mit dem stabilen Profit sogar im Fall eines Neulings handeln kann.

Der Expert Advisor EMA_CROSS.

Der Expert Advisor Divergence Trader.

Ein auf dem Durchbruch von Intraday-Ebenen der Unterstützung / des Widerstands vom Pivot-Indikatoren basierendes System.

Ein auf den vom Pivot-Indikatoren kalkulierten Rückprallen von Intraday-Ebenen basierendes System.

Das Ziel dieses Expert Advisor ist, einen richtigen Zeitpunkt zum Markteintritt bei einem etablierten Trend zu finden.

Ein das Preiskanal-(Price Channel)-Prinzip verwendendes Handelssystem.

Er verändert die Losgröße, fugt einen Filter hinzu, und Sie bekommen... winwin2007. Er funktioniert nur mit der Streuung von 2.

Sehen Sie drei sequentiell wachsende Bärenstäbe? Auf Wiedersehen, Bären!

Bevor Sie diesen Experten starten, zeichnen Sie einfach einen steigenden oder sinkenden Trend. Stellen Sie die Eigenschaften ein, starten Sie den Experten und dann haben Sie es frei.

This EA uses different indicators: ADX, Stochatisc, Accelerator... This EA is optimized for USDJPY TF H4, but it can work on others if you optimize it.

Simple way to encode and decode using Base64.

The EA is based on 5 MAs: 10-, 20-, 50-, 100-, 200- period and + ADX (the main line)

Expert Advisor based on the Sidus indicator.

Expert Advisor for trend trading with lot increase

Trailing stop by balance

12345678910111213141516...29