Join our fan page
- Views:
- 11508
- Rating:
- Published:
- 2013.12.13 14:52
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Description:
The Expert Advisor shows the details of working with OBJ_LABEL graphic object.
It's written using MQL5 style, the graphic object properties (coordinates, angle, corner and anchor) are controlled in OnChartEvent() event handler.
Note: The Expert Advisor works with MetaTrader 4 build 555 and higher.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/11072

It uses 3 fast MAs to determine entries and exits as well in an event of a crossover.

This is the Expert Advisor with Money Management and signal selection. You can add your own signals in this EA very easily by just adjusting the function signals.

Draws a Weekly Open Horizontal Line and Horizontal Target Line above and below the Weekly Open Line.

Triggerlines ported from NinjaTrader to be used with existing strategy and to help identify key buying and selling areas.