Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
4558
Rating:
(29)
Published:
2012.12.21 11:45
Updated:
2016.11.22 07:32
\MQL5\Include\
getfontname.mqh (5.13 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Expert Advisor is a profit calculator on the opening position for price movement to a price level fixed in the chart. After attaching this Expert Advisor to the chart, a vertical price level appears on the chart. By moving the line, it is possible to get the Take Profit or Stop Loss value for the current market position directly on the chart. These values are valid for the price at that level.

The indicator uses the class of library GetFontName.mqh (should be copied to the terminal_data_folder\MQL5\Include). 

Fig.1 The StopLevelCounter Expert Advisor

 Fig.1 The StopLevelCounter Expert Advisor

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1287

ShowOpenDayLevel ShowOpenDayLevel

The indicator displaying the level of opening day at any timeframe (less than two hours) with the ability to perform the shift of day start time and consider the presence of Sundays in the chart

Exp_XMA_Range_Bands Exp_XMA_Range_Bands

The breakthrough system using the XMA_Range_Bands indicator.

Spectr Spectr

Financial asset oscillation spectrum normalized by values of a simple Moving Average

Exp_3XMA_Ishimoku Exp_3XMA_Ishimoku

The breakthrough trading system using the 3XMA_Ishimoku indicator.