Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

e-TurboFx - expert pour MetaTrader 4

Vues:
11054
Note:
(11)
Publié:
2008.06.03 09:59
Mise à jour:
2014.04.21 14:52
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.