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

Laguerre RSI with Laguerre filter - MetaTrader 4のためのインディケータ

ビュー:
37782
評価:
(19)
パブリッシュ済み:
2017.03.28 09:21
MQL5フリーランス このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

This is a Laguerre RSI with an addition of Laguerre filter signal line.

So, it is a sort of "all Laguerre" indicator. As an addition, a "no trade zone" can be displayed (for cases of market ranging, when the trading should be avoided).

One more deviation is added: The "speed". It can vary from 0 to 6. The smaller that "speed" the "slower" the Laguerre is. And vice versa. That can help in keeping the smoothness of the calculating but without adding significant lag. Some experimenting is advised for parameters for different symbols.


TimeManagement TimeManagement

The header file contains functions and input variables for a time management.

Proper Bot Proper Bot

The Proper Bot is for those who like Martingale style trading. Features: Stop Loss, Take Profit, Trailing Stop Loss functions. All are calculated in POINTS.

Pending order grid Pending order grid

This EA Opens a grid of Buy Stops and Sell Stops at a specified distance from price. Has Stop Loss, Take Profit and Trailing Stop.

Modify SL TP Modify SL TP

This script is used to modify StopLoss and TakeProfit.