Join our fan page
Interception - script for MetaTrader 4
- Views:
- 5249
- Rating:
- Published:
- 2008.06.06 06:59
- Updated:
- 2014.04.21 14:52
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The script is necessary for the organization of actions controlled by the user. For example, in a step-by-step trading emulator.
Composition:
IdleLib.dll - interception library. You should install it in the "libraries" folder.
shablon.mq4 - example of a script intercepting all events in the windows of MetaTrader 4 and printing out the code of the event (for example, of the key pressed) and the name of the window, in which this event has happened.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8135
Report generator
CustomCandleCustomCandle draws candlesticks of a larger and, perhaps, non-standard (for MT 4) timeframe in the current chart.
A step-by-step passing of historical data for manual testing of trading.
HarVesteRCombo of averages and MACD. All parameters are free to be changed.