無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

The signal lines with alert after crossing - MetaTrader 4のためのインディケータ

ビュー:
42511
評価:
(8)
パブリッシュ済み:
2009.11.02 09:38
アップデート済み:
2016.11.22 07:32
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Author:

Vladimir Hlystov

When the price is approaching to the Signal Lines, the indicator sends Alert. The Signal Lines can have any angle.

Initially, the Signal Lines are based on the straight lines of the support and resistance levels. Signal Lines can be moved to the desired place using the mouse .

When the distance between the Bid and Signal Lines is lower than specified (in points), the indicator sends Alert, with the name of the crossed signal line.

If the variable remove_segments is defined, it draw a new segments after the period change. The total number of Signal Lines is not limited.

To use the indicator copy it to the folder "C: \ Program Files \-Terminal-\ experts \ indicators" and attach to the chart.

Image:




MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: https://www.mql5.com/ru/code/9302

SymbolsLib SymbolsLib

The library contain several functions to get an additional information about the symbols, loaded into the client terminal. ATTENTION: Undocummented solution, it may not work in the other versions of MetaTrader

Market browse Market browse

This script will allow you to use the information about the market watch and the client terminal settings. It can be very useful to study the client terminal and market watch options.

Two Pole Smoothed Ehlers Oscillator Two Pole Smoothed Ehlers Oscillator

This oscillator is based on Ehlers' Two Pole Super Smoother, converted as an oscillator, and smoothed using Ehlers' Instantaneous trendline.

Create your own neural network predictor easily (example: MA and RSI Predictors) Create your own neural network predictor easily (example: MA and RSI Predictors)

I've modified the "Next price predictor" posted by gpwr to allow any developer to create its own BPNN predictor easily, even without understanding how a neural network works. So easy even beginners can do it. Included: MA predictor and RSI predictor.