Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Twitter!
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

e-TurboFx - Experte für den MetaTrader 4

Ansichten:
10960
Rating:
(11)
Veröffentlicht:
2008.06.03 09:59
Aktualisiert:
2014.04.21 14:52
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

extern string _tmp1_ = " --- EA parameters ---";
extern int N = 3; - check the last 3 bars
extern double Lots = 0.1; - working volume
extern int StopLoss = 70; - StopLoss in points
extern int TakeProfit = 120; - TakeProfit in points
extern int Slippage = 3; - max. allowed slippage
extern int Magic = 50607; - a unique identifier of the EA's orders

FullDump FullDump

An EA developed on the basis of "Full Dump" system.

MS Excel: Data Exchange and Management MS Excel: Data Exchange and Management

A DLL to manage and exchange data between MT4 and MS Excel. OLE is used. The description of the DLL functions is given in the attached example. The example is a script that sends quotes to Excel and builds the diagram of daily price changes. At exiting,

BreakOut_Panca_eagle BreakOut_Panca_eagle

Indicator BreakOut_Panca_eagle.

Bid_View Bid_View

Another version of a recommended indicator.