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

Triniti - MetaTrader 4のためのインディケータ

ビュー:
27814
評価:
(5)
パブリッシュ済み:
2012.03.12 08:01
アップデート済み:
2016.11.22 07:32
Triniti.mq4 (10.85 KB) ビュー
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Author:

Chart.Extra

The support and resistance levels are determined. It provides the values for TP and SL.

My first self-made indicators. The current one examines the occurrence of the same price. You can set the period and the number of repetitions.
Buffer3, Buffer4 = support, resistance. It can be used in EA
Buffer2, Buffer1, Buffer5, Target prices and stop levels. In the EA, I do not recommend their use.


HTTP using WinINet directly in mql4 HTTP using WinINet directly in mql4

This is a "conceptual" script that uses the WinINet functions to load a HTTP page directly from mql4, without a C++ dll

LRMA Fast Calculation LRMA Fast Calculation

The ideas from the article 3 Methods of Indicators Acceleration by the Example of the Linear Regression" is implemented in this indicator.

Double ZigZag (no repaint) Double ZigZag (no repaint)

This indicator shows signals from two different Zigzags without repainting, and allows you to study the real behaviour of the zigzag indicator as a trading tool over time.

Fractal ZigZag (never repaints) Fractal ZigZag (never repaints)

This indicator shows signals triggered using Fractals and the original ZigZag indicator. Signals are never -ever- repainted and is an useful tool to study the real behavior of the ZigZag indicator.