MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Source code library - Expert Advisors, Indicators and Scripts

CG Oscillator Indicator
CG Oscillator
Author: GODZILLA
Screenshot
NZDUSD, D1
Real
Reverse TradeCopier source LimitedReverse TradeCopier source Limited Try product
Reverse TradeCopier source Limited
Author: song_song
Auto-Generated Documentation for MQL5 Code Auto-Generated Documentation for MQL5 Code Subscribe to signal
Super Profit
59.87%, 50 726.65 USD
To post a new code, please log in or register

Interesting script?
So post a link to it -
let others appraise it

You liked the script? Try it in the MetaTrader 5 terminal

2012.02.23 14:09
iSimpleClock_v2

iSimpleClock_v2 [ru]

Integer

Downloads:
1866
Views:
1884
Rating:
votes: 2
Files:
\MQL5\Include\
incgui_v4.mqh (504.16 KB)view
\MQL5\Indicators\

Description:

The second version of iSimpleClock. Now, the clocks are displayed via the "label" graphical object (OBJ_LABEL). It is possible to change a label color, font size, label location. Label's default location is at the lower right corner.

iSimpleClock_v2

IncGUI_v4.mqh library is required for the indicator operation. It can also be found in http://www.mql5.com/en/code/542.

The library must be located in the MQL5\Include directory of the terminal data folder. Terminal data folder can be found the following way: select "Open Data Folder" in the "File" section of the main menu or select "Open" in the "Journal" tab context menu and go one level up in the emerged window.

Parameters:

  • FontSize - font size;
  • FontColor - color;
  • Corner - location corner;
  • PosX - horizontal offset of the chart margin;
  • PosY - vertical offset of the chart margin.

Translated from Russian by MetaQuotes Software Corp.
Original code: http://www.mql5.com/ru/code/602