Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Expert Advisors

Smart Forex System Open Version - Experte für den MetaTrader 4

Ansichten:
14349
Rating:
(32)
Veröffentlicht:
2021.01.04 15:23
Aktualisiert:
2021.01.09 21:03
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance


How it's working?

The premise is simple. The entrance looks like this ...

           

 Force=((Bid-close)/close)*10000;


example:

Force > 10% (see input parameters)  Opening Buy

Force < -10% ( see input parameters  Opening Sell

Simple Open Order script with simple money & trade management feature Simple Open Order script with simple money & trade management feature

Script that opens 2 orders - one set to close percent of position when profit equals stoploss, another set to close at TP

Relative volume trend Relative volume trend

Relative volume trend

Send a message from metatrader to telegram Send a message from metatrader to telegram

With this script, you can send a message from MetaTrader 4 to Telegram.

The intersections of two lines The intersections of two lines

In MetaTrader 4, we intend to calculate the intersection coordinates of two straight line objects with different slopes using MQL4.