Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 11440
- Rating:
- Published:
- 2008.06.03 09:59
- Updated:
- 2014.04.21 14:52
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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

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

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,

Indicator BreakOut_Panca_eagle.

Another version of a recommended indicator.