Iurii Tokman / Profile
- Information
12+ years
experience
|
86
products
|
229
demo versions
|
31
jobs
|
0
signals
|
0
subscribers
|
Provides the ability to create programs using a programming language and mql4 mql5 for trading platforms metatrader.
The Expert Advisor trades using trendlines. You should draw a trendline on a chart. The name of the line should be in the following format: "Trendline" space digits. This is the default name used when a line is drawn on the chart, please do not change it. The EA supports two types of trading using the trendlines: a breakout strategy and a roll back strategy. A trade signal is generated on the last but one bar (the completed one), if its open price is below/above the trendline and its close price
Trend indicator. The indicator identifies the major price movement trends and market them with different colors. It filters out and ignores the noise and short-term movements of the price against the main trend. This indicator is a tool that identifies the current trend in the market. With the default settings, the ascending ("bullish") trends are marked with green lines and the descending ("bearish") trends are marked with red lines. The indicator ignored sideways or flat movements, when the
This indicator displays the price changes in the form of rectangles ("bricks") in the background of the usual price chart. An upward movement of the price by the number of points specified in the settings is marked by adding a rectangle above the previous one, while a downward movement leads to adding it below the previous rectangle. The indicator is designed for visual identification of the main trend. It is used to determine the key support and resistance levels, as it averages the main trend
The indicator shows the difference between Open and Close prices. The indicator in a separate window shows the difference between the Opene price of the current bar with the Close price of the previous bar. The panel in the upper left corner shows the difference between the Open and Close prices of the current bar. Parameters Count_Bars - number of bars to display the indicator data. If 0, the number is displayed on all available bars; display - enable numerical values; _fontsize - indicator
The indicator shows the time of formation of the current bar in a percentage ratio. Indicator Properties color_back1 - background color 1 color_flat1 - color of borders for background 11 color_back2 - background color 2 Alert_Percent - percent value for a sound alert Sound_file - the name of the sound file, the file must be located in the terminal_directory/Sounds and have the .wav extension