TSO Moving Average Slope

3.67

The Moving Average Slope (MAS) subtracts the moving average level n-periods ago from the current moving average level. This way, the trend of the moving average can be drawn on the moving average line.


Features

  • Observe uptrends and downtrends at a glance.
  • The indicator is non-repainting.
  • Returns buffer values for the trend of the moving average to be used as part of an EA. (see below)


Inputs

  • Moving Average Period: The period of the moving average (MA).
  • Slope Period: Number of periods between the current MA level and the previous MA level.
  • Include Last Bar: Include the bar being drawn in the MA calculation.
  • UpTrend: Positive trend colour.
  • DownTrend: Negative trend colour.
  • NonTrend: No trend colour.


For EA Developers

The indicator can be easily used as part of an EA. Buffer for trend type = 3.

  • Buffer value = 0: uptrend
  • Buffer value = 1: downtrend
  • Buffer value = 2: no trend
レビュー 4
Nim4495
34
Nim4495 2022.05.16 11:20 
 

Good indicators

おすすめのプロダクト
iMACD in iMA is indicator to change color in iMA if iMACD is upper of zero (up trend) or lower of zero (down trend). It is a useful tool to track when the upside and the downside iMACD on iMA. You can to get source code from here . Parameters MA_Periods — Period for iMA. MA_Method — Method for iMA. MACD_FastEMA — Fast EMA for MACD. MACD_SlowEMA — Slow EMA for MACD. MACD_SignalSMA — SMA signal for MACD. MACD_ApliedPrice — Price used for MACD. BarsCount — How many bars will show the line. Revers
FREE
HMA Trend
Pavel Zamoshnikov
4.56 (72)
A trend indicator based on the Hull Moving Average (HMA) with two periods. The Hull Moving Average is an improved variant of the moving average, which shows the moment of trend reversal quite accurately. It is often used as a signal filter. Combination of two types of Hull Moving Averages makes a better use of these advantages: HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. Features The movement d
FREE
Candle Countdown — MT4用 正確なローソク足カウントダウン Candle Countdown は、 現在のローソク足が閉じるまでの残り時間 をチャート上に表示するシンプルで正確なツールです。 エントリーがローソク足のクローズに依存する場合、数秒の違いが重要になります。 このインジケーターは正確な時間を表示し、焦らずに判断できるようサポートします。 ローソク足のクローズ時間を正確に把握するためのインジケーターです。 表示内容: ローソク足が閉じるまでの残り時間 サーバー現在時刻 スプレッド ストップレベル(Stop Level) タイマーはティックに依存せず、プラットフォームの内部タイマーによって更新されるため、市場の動きが少ない場合でも安定した表示を維持します。 これにより、低ボラティリティの環境でも滑らかで安定したカウントダウンを実現します。 情報は背景付きのブロック内に表示されるため、どのチャートカラーでも見やすく、分析の妨げになりません。 ローソク足のクローズが近づくと、タイマーの色が変化し、視覚的に状況を把握しやすくなります。 MT5版はこちら: Cand
FREE
Indicator to be placed in the same folder as Dash to activate the alert filter with Heiken Aish. After downloading the indicator, copy it to the same folder so Dash can read the indicator. It is not necessary to insert it into the chart, this is only for Dash to search for signals and inform the direction of buying and selling of the Indicator. Check if the indicator's path is correct within Dash.
FREE
APriceChannel is a modification of the standard Price_Channel indicator. The EA draws 2 levels - the upper level shows the price High for the specified period of time, the lower level shows the price Low for the same period. In addition to the period, you can set vertical offset in points to widen the channel up and down. This prevents false breakouts of current support/resistance levels. Inputs Period - time period in bars - the number of bars to calculate the price High/Low. Offset up and dow
FREE
This indicator is based on Guppy's GMMA Strategy. And shows arrows when GMMA lines cross up or down. To have this indicator and get alerts for Multiple Timeframes and multiple Pairs you can check out the demo of this GMMA Trend Scanner indicator: https://www.mql5.com/en/market/product/38747 About GMMA In Brief: GMMA attempts to identify trends by combining two groups of moving averages with differing time periods: The long-term EMAs (30, 35, 40, 45, 50, and 60) the behaviors of investors that h
FREE
WAD Stoch
Yonny Pascal Ekwa Mezui
WAD Divergence + Stochastic Overview WAD Divergence + Stochastic is a technical indicator designed to assist traders in identifying potential market turning points. It combines price behavior with momentum confirmation to highlight areas where buying or selling pressure may be shifting. The indicator works directly on the chart and provides clear visual signals to support decision-making in fast-moving markets. How It Works The indicator analyzes the relationship between price movement and inte
FREE
Schaff Trend Cycleとは Schaff Trend Cycle(STC)は、トレンドの転換点をタイムリーに捉えるために設計されたオシレーター系インジケーターです。従来の移動平均やMACDと比較して、サイクル的な動きとモメンタムを組み合わせることで、トレンドの始まりと終わりをより明確に把握できます。 主な特徴 トレンド転換シグナルの明確化:上昇トレンドではサイクルラインが上向きに、下降トレンドでは下向きに推移します。 レンジ相場でのだましを抑制:サイクル周期を考慮した平滑化処理により、短期的なノイズを減少させます。 パラメーター調整が容易:期間や平滑化係数を変更するだけで、動作感度を初心者から上級者まで幅広く調整可能です。 計算ロジック概要 モメンタムの算出 指定期間の価格変化をもとに、短期および長期のモメンタムを計算します。 サイクル平滑化 モメンタムに対し、二重平滑化(ダブル・スムージング)を適用し、サイクル的な振動成分を抽出します。 正規化処理 0~100の範囲に正規化し、オシレーターとして表示します。 シグナル生成 水平ライン(通常は25と75)を上下に抜
FREE
The indicator draws two simple moving averages using High and Low prices. The MA_High line is displayed when the moving average is directed downwards. It can be used for setting a stop order for a sell position. The MA_Low line is displayed when the moving average is directed upwards. It can be used for setting a stop order for a buy position. The indicator is used in the TrailingStop Expert Advisor. Parameters Period - period of calculation of the moving average. Deviation - rate of convergence
FREE
COLORED TREND MA / MACD CANDLES draw MA Candles above/below Moving Average in a single color draw MA as a leading Line like a Supertrend draw MA as a Channel => MA High and Low draw MACD Candles above and below 0 and Signal-Line Your  Advantage: a simple view of the trend direction a simple view over the higher trend direction a calmer chart for the eye clear rules can be defined Settings: Bars to process : 6000 is my default, this value is up to you Value Quick-Set : pre-Settings MACD 12 / 26
FREE
移動平均は移動中に変化します。 インジケータは、移動平均を計算する期間を自動的に選択します。 動きの方向性が高いほど、平均化期間は長くなります。 トレンドが遅くなると、移動平均の期間が減少し、より速くなります。 これは傾向の変更により速く反応することを可能にする。  この指標は、トレンドまたはトレンド反転ポイントでうまく機能します。 横方向では、速い動きのあるものが遅いものを上に横切るときなど、インジケータは逆の方法で使用することができます-これは売りシグナルです。 または、チャネルを使用しておおよその購入ゾーンまたは販売ゾーンを決定することもできます。 チャンネル表示は、設定で有効にすることができます。  パラメータ: 自動計算のためのバー-このバー数について、インジケータは極端を検出し、最後の極端な時間に応じて移動平均の期間を計算します。 乗数-移動平均の差を設定します。 速度-ある期間から別の期間への移動平均の移行率を変更します。 channel-チャンネル表示を有効または無効にします。 インターフェイスの利便性のために他の設定もあります。 移動平均の期間を変更
FREE
Power Trend Free - the indicator shows the trend strength in the selected period. Input Parameters The indicator has three input parameters: Period - a positive number greater than one, it shows the number of candlesticks used for calculations. If you enter one or zero, there will be no error, but the indicator will not be drawn. Applied Price - the standard "Apply to:" set meaning data used for the indicator calculation: Close - Close prices; Open - Open prices; High - High prices; Low - Low p
FREE
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
FREE
Signals and Alerts for Accelerator/Decelerator indicator based on these MQL5 posts: Accelerator Oscillator and Signals of the Indicator Accelerator Oscillator . Note : this tool is based on the code of Accelerator indicator developed by MetaQuotes Software Corp. Features The signals are triggered at   closing   of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; Customizable arrows. By d
FREE
InpRSIshort =13; // RSI short  InpRSIPeriod =34; // RSI long  PeriodRs =0; //Price 0C 4HL/2 5HLC/3   mafast =13;//mafast  maslow =65;//MAslow Double line RSI sub graph index. The parameters are adjustable. The RSI lines with two different cycles can be used to observe the trend strength effectively. Meanwhile, a short period cross long period color column image is displayed below. When the cycle (Jin Cha) is on the short cycle, the color of the column map changes from the light green to the
FREE
AIS MT4 INDICATOR 5 ALL INCLLUSIVE SET !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! ATTENTION ! LIMITATION OF FREE OFFER PERIOD IS IMPLICIT ! !   ! CONFIRMATION 2024-08-20 20:00                           ! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! GUIDE CHAPTER 1 IMPORTANT INFORMATION <1> THIS INDICATOR IS ONE OF THE SERIES OF NEW AIS INDICATORS AIS MT4 INDICATOR 1 =ADVANCED CLASSIC= AIS MT4 INDICATOR 2 =MULTIFRAMES= AIS MT4 INDICATOR 3 =LINES= AIS M
FREE
Dual Onset
Dariel Iserne Carrera
4.5 (2)
It is an algorithm to detect trend changes early. You should try multiple values for the Multiplier parameter (1 <value <10 recommended). At first glance you can see effective entries. This is, in fact, one of the rows that Geleg Faktor initially had. But it was removed because it was no longer needed. The other rows were sufficient for G.Faktor's effectiveness, but I still wanted to share this one. Always test before using it on your live account so that you fully understand how it works and
FREE
OrderBlock TS Roman
Vladislav Vlastovskii
4 (6)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
FREE
OsMA Arrow MTF
Pavel Shutovskiy
3.9 (10)
The indicator displays crossing zero level by Moving Average of Oscillator (OsMA) in the form of arrows. The this is a multi-timeframe indicator, and it displays signals from other timeframes. The indicator notifies about a signal by means of a pop-up Alert window, or sending notification to e-mail. Parameters Time-frame - select timeframe to show indicator signals. Fast EMA Period - fast EMA. This is an exponential moving average from a price with a short period. Slow EMA Period - slow EMA. Th
FREE
Tipu Heikin-Ashi Panel is the modified version of the original Heiken Ashi indicator published by MetaQuotes here . A professional version of this indicator is available here . Features An easy to use Panel that shows the Heiken Ashi trend of selected timeframe. Customizable Buy/Sell alerts, push alerts, email alerts, or visual on-screen alerts. Customizable Panel. The panel can be moved to any place on the chart or minimized to allow more space. Heikin means "the average", and Ashi means "foot
FREE
A simple but effective helper that will allow you to track both global and local market trends. The indicator combines the work of two oscillators: Stochastic and RSI. Both indicators can be set to any timeframe. Advantages of Use Multitimeframe - you can adjust both indicators to the desired timeframes. To obtain the entry points, you can use the Elder's triple screen system. Highly customizable - you can configure not only the parameters of the indicators, but also their appearance (color and
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Multi-TF MA Levels plots a single moving average across multiple timeframes directly on your chart, giving you instant context at every level of the market. No switching charts. No mental maths. Just clean, flat lines showing exactly where the MA sits on M15, M30, H1, H4 and D1 — all updated on confirmed bar close so there is no repainting. Features Plots the local timeframe MA plus up to 5 higher timeframe MAs simultaneously HTF lines only update on confirmed bar close — no repainting Higher ti
FREE
The Cossover MA Histogram indicator is a simple tool showing the trend based on crossover of moving averages. Simply specify two mobving averages and addicional parameters like MA method and Applied price. When fast MA is above slow MA the histogram is green, indicating an uptrend. When MA fast is below MA slow the histogram is red, indicating an downtrend.
FREE
Tmcd
Shaheen Hassanali
The Tmcd is a very smooth oscillator and a good indicator of trend. It has a noise filter built in which shows sideways markets and it can also show the beginning of a trend. It works on any symbol from Forex to commodities as well as crypto currencies. It does not require a change of settings. The default settings are fine. The use of it can be varied and I recommend it is be used in conjunction with other indicators. The indicator is free for use and your review will be appreciated. Join my T
FREE
Crystal Heikin Ashi – 高度な視覚化 Heikin Ashi (MT4 バージョン) 概要 Crystal Heikin Ashi for MetaTrader 4 はプロフェッショナル向けの Heikin Ashi インジケーターで、チャートの視覚化を強化し、プライスアクショントレーダーやスキャルパー、アナリストに明確さを提供します。 この MT4 バージョンは、純粋な Heikin Ashi ローソク足に焦点を当て、軽量かつ高速なパフォーマンスを実現します。 注: トレンドカラーリングと高度なモメンタム検出は MT5 バージョンにのみ搭載されています: MT5 バージョン → https://www.mql5.com/en/market/product/142042 主な機能 (MT4) ネイティブ Heikin Ashi ローソク足。 ブル/ベアの色をカスタマイズ可能。 標準ローソク足を非表示にするオプション。 ライト/ダークテーマに対応。 長期ヒストリーでも高速処理。 価格の流れや反転を明確に表示。 パラメータ ローソク足スタイル: 標準。 チャートテーマ:
FREE
Looking for entry points along the local trend without repaint! Arrows indicate entry points. Based on classic indicators. The indicator is easy to use. Settings Наименование Описание Frequency factor Signal frequency. The less, the more often. This affects the quality. Recommendations Recommended for use on major currency pairs. Timeframe from m5, m15, m30 Subscribe to my telegram channel, where we discuss intraday trading, ideas, indicators, etc., a link in my profile contacts.
FREE
User friendly indicator.  This indicator will help you catch the trend an fast as possible. Indicator developed based on moving averages. User can select which type of moving averages they want to use. Indicator draws an arrow when the moving average crosses. The moving average cross over arrow can be filtered with RSI, OsMA, and Parabolic Sar. There are options for selecting specific criteria for the filters.  Such as period of Rsi and Rsi levels. OsMA and Parabolic Sar criteria can also be sel
This is simple indicator for displaying Multi Moving Average line in chart, with one single Indicator. Just place the indicator in your chart, select how many MAs you want to display.  And you are ready to go. Parameters can be changed on the fly by the control panel provided by the Indicator. This indicator are still in development, if you have any further feature request, please let me know in the comment.
FREE
Moving Average Convergence Divergence(MACD)トレーディング戦略は、勢いとトレンドの方向の変化を特定するために使用される人気のあるテクニカル分析ツールです。 MACDは、26期間の指数移動平均(EMA)から12期間のEMAを引いて計算されます。 MACDの上には、トリガーとして機能する9期間のEMAである「シグナルライン」がプロットされます。 MACDラインがシグナルラインの上にある場合、MACDはブルッシュ領域と見なされ、下にある場合はベア領域と見なされます。トレーダーはこの情報を使用して、潜在的な買いと売りの機会を特定することがよくあります。 MACDは多目的な指標であり、さまざまな方法で使用できます。一般的な使用方法のいくつかは次のとおりです。 クロスオーバー:MACDラインがシグナルラインを上回るときにはブルッシュクロスオーバーが発生し、MACDラインがシグナルラインを下回るときにはベアクロスオーバーが発生します。 ダイバージェンス:MACDが新しい高値をつけている間に基礎となるセキュリティがそうでない場合、ブルッシュダイバージェンスが発
FREE
このプロダクトを購入した人は以下も購入しています
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
SR Liquidity は、市場の流動性が集中し、価格が最も強く反応する「隠れたゾーン」を可視化するために設計されたトレーディング指標です。こうした流動性の高いエリアは強力なサポート(支持)およびレジスタンス(抵抗)レベルとして機能し、市場が反転する可能性が最も高いポイントを明確に示してくれます。 単なる一般的なサポートラインやレジスタンスラインを描画するのではなく、「SR Liquidity」は実際の価格変動を分析し、売りと買いの圧力が集中するゾーンを特定します。これらは、市場の真の動きを牽引する「流動性のプール(溜まり場)」そのものです。それらをチャート上に直接可視化することで、価格が実際に反応する前に、その動きを予測することが可能になります。つまり、このインジケーターは価格の方向性が変わる可能性を予測するのです。生のプライスアクションを、市場の重要な水準(転換点となり得るポイント)を示す、明確で実用的なロードマップへと変換してくれます。 このインジケーターは、FX、株価指数、貴金属、仮想通貨など、あらゆる銘柄や時間足で使用可能です。 ご購入後、取引手順や無料の優れた追加インジケ
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for all
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Trend Trading System は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Smart Trend Trading System を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Smart Trend のシグナルを自動売買に変えることができます。 Smart Trend Trading System は、リペイントなし、再描画なし、遅延なしの完全なトレーディングシステムです。よりクリーンなシグナル、より明確なトレンド方向、そしてより整理された取引方法を求めるトレーダー向けに作られています。 Online course , manual and [download presets] . このシステムは、トレンド検出、反転ゾーン、Smart Cloud、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け
DayTrader PRO MT5:  https://www.mql5.com/en/market/product/186222 DayTrader PROは、ジョン・エリュース(John Ehlers)のラグuerreフィルターと強力な自動最適化エンジンを組み合わせた、高度なトレーディング・インジケーターです。固定されたパラメーターを使用するのではなく、直近の市場状況に基づいて最適な設定を自動的に検索するため、手動による絶え間ない調整をすることなく、変化する市場のボラティリティに適応できます。 本インジケーターは、明確な「買い(BUY)」および「売り(SELL)」シグナルを生成し、現在の市場ボラティリティから算出された適応型のストップロス(Stop Loss)およびテイクプロフィット(Take Profit)レベルを表示します。トレンド、効率レシオ(Efficiency Ratio)、ボラティリティ、およびローソク足フィルターが内蔵されており、精度の低いセットアップを排除し、シグナルの精度を向上させます。 リアルタイム・パフォーマンスパネルには、現在最適化されている設定、プロフィッ
Trend SniperX MT4
Sarvarbek Abduvoxobov
5 (1)
Trend Sniper X は、トレーダーがトレンドの方向性と潜在的な反転ポイントを明確かつ正確に特定できるように設計された、MetaTrader 5 用のマルチタイムフレーム・トレンドフォロー指標です。 MT5版はこちら: https://www.mql5.com/en/market/product/181101 価格情報: 現在の価格はプロモーション価格であり、今後のアップデートや新機能の追加に伴い変更される場合があります。 Code2Profit チャンネル マルチタイムフレーム分析で市場をマスターしよう! Trend Sniper Xで勝率を最大化する方法:ルールとセッションのコツ 技術仕様 プラットフォーム MetaTrader 5 インジケータータイプ マルチタイムフレーム・トレンドインジケーター 動作タイムフレーム すべてのチャート時間足(上位足M1~MN1を独立して選択可能) 主要対象銘柄 為替(Forex)、ゴールド(XAUUSD)、その他のCFD 推奨口座 すべての口座タイプ ビジュアル表示 トレンドカラーローソク足(買い/売り/弱い/変化)+ 買い/売りシグナル
現在30%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvanced
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出す
KURAMA GOLD SIGNAL PRO MT4版 ゴールドのサインに、目で見えるトレード計画を。 ゴールドのサインが出た。利確はどこか。損切りはどこか。エントリー前に何を確認すべきか。 KURAMA GOLD SIGNAL PROは、その判断材料をチャートに集約します。XAUUSDのM5、M15向けに、売買サイン、自動計算TP/SL、3段階のサイン評価、注意すべき相場条件を知らせるMARKETパネルを搭載。 セットアップ、決済目安、相場の注意点を一か所で確認。情報を集める手間を減らし、トレードの判断に集中できます。 買い切り購入者限定特典 AI Zone Radar MT5版と完全PDFマニュアルを無料プレゼント。 ご購入後にMQL5でメッセージをお送りください。買い切り購入が対象です。レンタルは対象外です。 AI Zone Radarを見る サインから、具体的なトレード計画へ SMA 13、21、75、100へのタッチを使ったセットアップを検出。各サインに売買方向と対象MAを表示するため、浅い押し目、戻りと深い調整を区別して確認できます。 チャートとパネルには、次の情報を表示し
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
割引は 24 時間後に終了します — 次の価格は$ 69 ZORYK — MetaTrader 4専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 4とXAU
I have been trading for some time now and always find it a difficulty remembering the timing of the various market opening hours at the other part of the world (especially, when it comes to daylight saving), but could not find any decent indicator online that could help. And it is for this reason that gives birth to this indicator, which I have spent much time, effort and thinking. As many already know that opening of a certain marketplace, depending on which currency pair, has an impact on the
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
The elite (V3) multi-indicator suite from JoaquinTrading specifically geared towards Forex & binary options, including regulated exchanges such Nadex, Cantor Exchange, and other binary option brokers. The Probability Tool Suite Elite will provide the given win/loss outcome probabilities of up to 10 strike levels, a specific expiration duration, based on a combination of up to 16 indicators, rules, or conditions and derivative behavior (i.e. expiry, touch, touch & retrace).  Using this indicato
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Atomic Analyst は現在 $99 で提供されています。 次の 30 件の購入 後、価格は $199 に上がります。 特別オファー: Atomic Analyst を購入後、私にプライベートメッセージを送ることで、 Smart Universal EA を無料 で受け取り、Atomic Analyst のシグナルを自動売買に変えることができます。 Atomic Analyst は、リペイントなし、再描画なし、遅延なしの Price Action トレーディングインジケーターで、手動取引、シグナルの明確化、EA 自動化のために設計されています。 User manual: settings, inputs and strategy.     &   User Manual PDF . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 こ
現在40%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く確認できます
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
現在30%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
Ace Supply Demand Zone Indicator The concept of supply demand relies on the quantity mismatching between buying and selling volumes in the financial market. Supply and demand zone can provide the good entry and exit. A zone is easier to trade than a line. The supply demand zone can provide the detailed trading plan and the risk management. Its ability to predict market direction is high. There are two distinctive points about Ace Supply Demand Zone Indicator. Ace Supply Demand Zone indicator was
Elliott Wave Principle MT4
Mohamed Amr Mohamed Osama Abdelwahab
**推測ではなく、書籍が教えるとおりに波でトレードする。** 本インジケーターは価格構造を読み取り、エリオットの推進波(1-2-3-4-5)と修正波 (A-B-C)を自動でラベル付けし、次の波が向かう可能性の高い方向と、書籍が示すトレード 地点を表示します。A.J. フロストとロバート・プレクター著『エリオット波動原理 — 市場行動 の鍵』に直接基づき、原典に忠実です。4つの不可侵ルールを100%適用するため、有効な エリオットでないカウントは決して描画されません。 **チャート上で見えるもの** -   **完成した波**   — 完成した推進波 1-2-3-4-5(および A-B-C 修正波)を、ラベル付きの   すっきりした線分で描画。 -   **次に予想される動き**   — 次の波の投影線を、陰影付きの **フィボナッチ目標ゾーン** へ。   価格が「向かうべき」方向が常に分かります。 -   **書籍に基づくトレード設定**   — 買い/売りの **エントリー** 、 **ストップロス** 、2つの     **テイクプロフィット** の価格レベルを、リアルタイ
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
Dynamic Forex28 Navigator - 次世代の Forex 取引ツール。 現在 49% オフ。 Dynamic Forex28 Navigator は、長年人気のインジケーターを進化させたもので、3 つの機能を 1 つにまとめています。 Advanced Currency Strength28 インジケーター (レビュー 695 件)  + Advanced Currency IMPULSE with ALERT (レビュー 520 件) + CS28 コンボ シグナル (ボーナス)。 インジケーターの詳細 https://www.mql5.com/en/blogs/post/758844 次世代の Strength インジケーターが提供するもの  オリジナルで気に入っていたすべての機能が、新機能と精度の向上によって強化されました。 主な機能: 独自の通貨強度計算式。 すべての時間枠でスムーズかつ正確な強度ライン。 トレンドの特定と正確なエントリーに最適です。 ダイナミックマーケットフィボナッチレベル (マーケットフィボナッチ)。 このインジケーターに固有
支持線と抵抗線、そしてローソク足のギャップをチャート上に自動的に表示するため、価格が次に向かう可能性のある場所や反転する可能性のある場所を確認することができます。 このインジケーターは、私のウェブサイト(The Market Structure Trader)で教えているポジショントレード手法の一部として使用するように設計されており、ターゲットとエントリーの可能性のための重要な情報を表示します。 このインジケーターには、2つのコア機能と4つの追加機能があります: コア機能1 - 日足、週足、月足のサポートラインとレジスタンスラインの自動表示 このインジケーターは、直近2日間、最大6週間前、数ヶ月前のサポートレベルとレジスタンスレベルを自動的に引き込みます。これらのレベルの見た目は完全にカスタマイズすることができ、いくつ表示されるかを表示することもできます。これらの重要な水準は、しばしば主要な支持線と抵抗線として機能し、価格が転換して引き戻されたり反転したりする場所です。また、価格が向かうターゲットでもあるため、価格が転換する前に、取引に利用できる潜在的な距離を素早く確認することが
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tradi
TrendLine PRO MT4
Evgenii Aksenov
4.83 (168)
The Trend Line PRO indicator is an independent trading strategy. It shows the trend change, the entry point to the transaction, as well as automatically calculates three levels of Take Profit and Stop Loss protection. Trend Line PRO is perfect for all Meta Trader symbols: currencies, metals, cryptocurrencies, stocks and indices. The indicator is used in trading on real accounts, which confirms the reliability of the strategy. Robots using   Trend Line PRO   and real Signals can be found here:   
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
特別オファー :  すべてのツール 、ちょうど   35ドル   それぞれ 期間限定! 新しいツール  になります  30ドル  のために  最初の週  または  最初の3回の購入 ! MQL5 の取引ツール チャネル: 私の MQL5 チャネルに参加して最新の更新を受け取ります マルチタイムフレーム & マルチシンボルガイド:  マルチタイムフレーム & スキャナ ユーザー ガイド - 12 か国語で利用可能 MT5 のバージョンは次の場所で確認できます。  Volume-Trend Order Block MT5 Multi-Timeframe Scanner MT4 のバージョンは次の場所で確認できます。  Volume-Trend Order Block MT4 Multi-Timeframe Scanner その他の製品については、次のサイトをご覧ください。  すべての製品  または  取引指標、特別オファー & 新しいリリース Volume-Trend Order Block Multi-Timeframe Scanner トレンドの方向性、ボラティリティ調整された注文ブ
Apollo Striker は、価格の動きの方向を予測する効果的な BUY/SELL 矢印インジケーターです。この指標は、優先戦略や通貨ペア、時間枠に関係なく、絶対にすべてのトレーダーに適しています。この矢印インジケーターは、通貨、金属、指数、株式、さらには暗号通貨など、あらゆる取引手段で使用できます。さらに、トレーダーは、インジケーター設定の特別なパラメーターを使用して、任意の取引ペアと時間枠にインジケーター信号を簡単に適応させることができます。インジケータは、PUSH を含む音声アラートを提供します。 インジケータ信号は再描画されません! 購入後、必ず私に書いてください!このインジケーターを使用するための推奨事項を紹介します。あなたを待っている素晴らしいボーナスもあります!
UPD1 Volume BOX
Vitaliy Kuznetsov
4.94 (16)
インジケーターは、指定された領域(BOX)の水平ボリュームプロファイルと最大ボリューム(POC)を表示します。 製品の特徴 。 1. ダニまたは価格だけを使用できます。 2. アダプティブグリッド間隔(M1-MN)。 3. ボックスサイズに応じた適応型大容量(中央値)検索ステップ。 4. ボックスラインとボタンの自動カメレオンカラー。 5. 複数のボックス、作成と削除が簡単 。 6. 70%のボリュームエリア(設定で有効) 。 7. 最大水平ボリュームライン(POC)に触れるとアラートが表示されます 。 8. VWAP 。 9. コントロールパネル 。 ボリュームプロファイルインジケーターで市場を探索します。 私は自分でやったのですが、今ではあなたも利用できます。 主な設定 。 Calc Histo Mode – ヒストグラムの計算方法 (Market Profile – 価格による計算, Tick Volume Profile – ダニによる計算) 。 Mode Step In Pips – ピップによる中央線の計算 。 Vertical Step – ヒストグラムの垂直ステッ
Scalper Inside PRO は日中トレンドの分析を助け、エントリー前にトレードを組み立てられるインジケーターです。中核となるのは、相場をより正確に読むための3つの専用ストラテジー。シグナルが出た瞬間に方向を自動で判断し、主要な価格帯を計算するので、想定エントリーポイント、予想ストップロス、複数の利確レベルを前もって確認できます。詳細なパフォーマンス統計が、各銘柄とストラテジーが過去にどう機能したかを示し、今の相場に合った資産選びを助けます。単体のスキャルピングツールとしても、あなたのシステムの一部としても、自作 EA のベースとしても使えます。MetaTrader 4 プラットフォームで動作します。 インジケーターはエントリー、3つの利確レベル - TP1、TP2、TP3、そして任意のストップロスをチャート上に直接表示します。自作の矢印インジケーターを接続し、その統計と収益性を検証することも可能です。 ご購入後は直接ご連絡ください。専用のボーナス add-ons、実トレードでの活用に関する追加情報、そしてご自身のトレードシステムや EA への正しい接続のサポートをお渡しします
作者のその他のプロダクト
TSO Stochastic RSI MT5
Dionisis Nikolopoulos
4.5 (2)
Stochastic RSI makes a stochastic calculation on the RSI indicator. The Relative Strength Index (RSI) is a well known momentum oscillator that measures the speed and change of price movements, developed by J. Welles Wilder. Features Find overbought and oversold situations. Sound alert when overbought/oversold level is reached. Get email and/or push notification alerts when a signal is detected. The indicator is non-repainting. Returns buffer values for %K and %D to be used as part of an EA. (se
FREE
The Moving Average Slope (MAS) subtracts the moving average level n-periods ago from the current moving average level. This way, the trend of the moving average can be drawn on the moving average line. Features Observe uptrends and downtrends at a glance. The indicator is non-repainting. Returns buffer values for the trend of the moving average to be used as part of an EA. (see below) Inputs Moving Average Period : The period of the moving average (MA). Slope Period : Number of periods between
FREE
Variable Index Dynamic Average (VIDYA) is an original method of calculating the Exponential Moving Average (EMA) with the dynamically changing period of averaging, developed by Tushar Chande. The length of period in VIDYA depends on market volatility as indicated by the Chande Momentum Oscillator (CMO). Typical Signals VIDYA generates buy and sell signals when the price crosses over and under the bands: When the price crosses over the upper band of VIDYA, this can be interpreted as a signal to
FREE
TSO Stochastic RSI
Dionisis Nikolopoulos
4.25 (4)
Stochastic RSI makes a stochastic calculation on the RSI indicator. The Relative Strength Index (RSI) is a well known momentum oscillator that measures the speed and change of price movements, developed by J. Welles Wilder. Features Find overbought and oversold situations. Sound alert when overbought/oversold level is reached. Get email and/or push notification alerts when a signal is detected. The indicator is non-repainting. Returns buffer values for %K and %D to be used as part of an EA . (s
FREE
TSO Choppy Market Index
Dionisis Nikolopoulos
4.67 (3)
The Choppy Market Index (CMI) is an indicator of market volatility. The smaller the value of the indicator, the more unstable the market. It calculates the difference between the closing of the last bar and a bar n periods ago and then divides that value by the difference between the highest high and lowest low of these bars. Features Easily separate trends from the market noise The indicator is non-repainting. Returns CMI values through buffer. (see below) Inputs Period: The number of periods
FREE
The Adaptive Moving Average (AMA), created by Perry Kaufman, is a moving average variation designed to have low sensitivity to market noise and volatility combined with minimal lag for trend detection. These characteristics make it ideal for identifying the overall market trend, time turning points and filtering price movements. A detailed analysis of the calculations to determine the AMA can be found in MetaTrader 5 Help ( https://www.metatrader5.com/en/terminal/help/indicators/trend_indicators
FREE
TSO Signal Builder
Dionisis Nikolopoulos
5 (1)
TSO Signal Builder is a MetaTrader 4 Expert Advisor that provides a solid platform to quickly build test and develop automated trading strategies based on indicator signals. Contains 29 indicators, including trend and volume indicators, oscillators as well as many indicators described by Bill Williams. Basic as well as advanced order management features. All indicators are configurable and can be combined to create strategies with different entry and exit signals as well as reverse orders. Made
TSO Loss Management Lite contains all the features of TSO Loss Management except from the Swings mechanism and the other mechanisms based on Swings. Adapts to diverse market conditions and micromanages each trade opened so that the loses are covered as fast as possible but also with minimum risk. It uses all the tools of the TSO Signal Builder EA - almost infinite entry/exit strategies. Add negative management to any strategy (manual or automated) to eliminate losing trades. No pending orders ar
TSO Loss Management is an Expert Advisor that incorporates advanced mechanics to eliminate losses from losing trades. Adapts to diverse market conditions and micromanages each position to cover losses as fast as possible and with minimum risk. It uses all the tools of the TSO Signal Builder EA - almost infinite entry/exit strategies. Add negative management to any strategy (manual or automated) to eliminate losing trades. No pending orders placed. Any account size - $1,000+ is recommended. Allow
TSO Order Recovery is an expert advisor that provides a known and tested method of covering losses from open positions through hedging. It uses all the tools of the TSO Signal Builder EA - almost infinite entry/exit strategies Add negative management to any strategy (manual or automated) to eliminate losing trades No pending orders are placed Any account size - a minimum of $1,000 is recommended Works on any currency pair Allows for a lot of customization (a default strategy is included for demo
The TSO Total Negative Management EA contains an adaptive negative management system that can prevent losing trades and even account collapse in almost any market condition. Adapts to adverse market conditions and switches to the correct negative management strategy for any situation. TSO Signal Builder , TSO Order Recovery and TSO Loss Management are included and can be used in combination or individually. Apply negative management to any strategy (manual or automated). No pending orders placed
A must-have tool for any strategy based on divergence detection. 10 different oscillators can be used to detect divergences and can be combined with Double Top/Bottom patterns to confirm reversal signals. SCANNER is included . Now with Scanner you can find trading opportunities and setups easily and faster. Features Easily detect strong reversal signals. 10 different oscillators are available for divergence detection. Divergence & Top/Bottom detection can operate independently or combined. Get
The TSO Currency Trend Aggregator is an indicator that compares a selected currency's performance in 7 different pairs. Instantly compare how a currency is performing in 7 different pairs. Easily get confirmation of a currency's strength Combine the indicator for both currencies of a pair to get the total view of how strong/weak each currency is. The trend is classified as positive (green), negative (red) or neutral (grey). Can easily be used in an EA (see below) Currencies EUR USD GBP JPY AUD
This indicator combines double bottom and double top reversal chart patterns together with RSI divergence detection. Features Easily detect strong reversal signals Allows to use double top/bottom and RSI divergence signals combined or independently. Get email and/or push notification alerts when a signal is detected. Custom colors can be used The indicator is not repainting Can easily be used in an EA (see below) Inputs ENABLE Double Top - Bottom: Enable the double top - bottom indicator ENABL
TSO Fibonacci Chains
Dionisis Nikolopoulos
5 (1)
Fibonacci retracement is a method of technical analysis for determining support and resistance levels. The TSO Fibonacci Chains Indicator is different from a simple Fibonacci Retracements indicator in that it provides the targets for each retracement level. In other words, there is an Extension Level (D) for every Retracement Level (C). In addition, if an Extension Level is reached, then a new Fibonacci setup is created automatically. These consecutive Fibonacci setups create a chain that reveal
A visually-simplified version of the RSI. The Relative Strength Index (RSI) is a well known momentum oscillator that measures the speed and change of price movements, developed by J. Welles Wilder. Color-coded bars are used to quickly read the RSI value and history. Features Find overbought and oversold situations at a glance. The indicator is non-repainting. The indicator can be easily used as part of an EA. (see below) Basic Strategy Look for shorts when the indicator is overbought. Look for
This indicator combines double bottom and double top reversal chart patterns together with detection of divergences between the price chart and the MACD oscillator. Features Easily detect strong reversal signals Allows to use double top/bottom and MACD divergence signals combined or independently Get email and/or push notification alerts when a signal is detected Custom colors can be used The indicator is not repainting Can easily be used in an EA (see below) Inputs ENABLE Double Top - Bottom:
This indicator combines double bottom and double top reversal chart patterns together with detection of divergences between the price chart and the Momentum oscillator. Features Easily detect strong reversal signals Allows to use double top/bottom and Momentum divergence signals combined or independently Get email and/or push notification alerts when a signal is detected Custom colors can be used The indicator is not repainting Can easily be used in an EA (see below) Inputs ENABLE Double Top -
The Moving Average Slope (MAS) is calculated by detecting the moving average level n-periods ago and comparing it with the current moving average level. This way, the trend of the moving average can be drawn on the moving average line. This indicator allows to compare the slopes of two moving averages (fast and slow) to cancel out noise and provide better quality entry and exit signals SCANNER is included . Now with Scanner you can find trading opportunities and setups easily and faster. Featur
TSO Bollinger Bandit Strategy is an indicator based on the Bollinger Bandit Trading Strategy as presented in the book Building Winning Trading Systems with TradeStation by G. Pruitt and J. R. Hill. SCANNER is included . Now with Scanner you can find trading opportunities and setups easily and faster. Features A complete entry and exit strategy for trending markets. Get email / push notifications when an entry signal occurs. The indicator is not repainting. Can easily be used in an EA. (see For
TSO Price Channel is complete trading strategy focused on creating profit from market volatility. The system takes advantage of the intrinsic tendency of the market to reach its periodic maximum and minimum levels. By allowing the use of multiple instruments, the exposure of the system to any single instrument is reduced. Complete strategy including fully integrated positive and negative management. Works on any instrument. No pending orders placed. Any account size - $1,000+ is recommended. Ba
TSO Thermostat Strategy is an indicator that can adapt to the current market conditions by switching from a trend-following mode to a short-term swing mode, thus providing the best possible entry/exit signals in any situation. It is based on the  Thermostat Trading Strategy  as presented in the book  Building Winning Trading Systems with TradeStation by G. Pruitt and J. R. Hill.   Strategy The Thermostat Strategy uses different entry and exit conditions based on the current situation of the mark
This indicator combines double bottom and double top reversal chart patterns together with RSI divergence detection. Features Easily detect strong reversal signals. Allows to use double top/bottom and RSI divergence signals combined or independently. Get email and/or push notification alerts when a signal is detected. Custom colors can be used. The indicator is not repainting. Can easily be used in an EA. (see below) Inputs ENABLE Double Top - Bottom: Enable the double top - bottom indicator.
Fibonacci retracement is a method of technical analysis for determining support and resistance levels. The TSO Fibonacci Chains Indicator is different from a simple Fibonacci Retracements indicator in that it provides the targets for each retracement level. In other words, there is an Extension Level (D) for every Retracement Level (C). In addition, if an Extension Level is reached, then a new Fibonacci setup is created automatically. These consecutive Fibonacci setups create a chain that reveal
TSO Signal Builder MT5 is a MetaTrader 5 Expert Advisor that provides a solid platform to quickly build test and develop automated trading strategies based on indicator signals. Contains 29 indicators, including trend and volume indicators, oscillators as well as many indicators described by Bill Williams. Basic as well as advanced order management features. All indicators are configurable and can be combined to create strategies with different entry and exit signals as well as reverse orders.
TSO Order Recovery is an expert advisor that provides a known and tested method of covering losses from open positions through hedging. It uses all the tools of the TSO Signal Builder EA - almost infinite entry/exit strategies Add negative management to any strategy (manual or automated) to eliminate losing trades No pending orders are placed Any account size - a minimum of $1,000 is recommended Works on any currency pair Allows for a lot of customization (a default strategy is included for demo
TSO Loss Management Lite contains all the features of TSO Loss Management except from the Swings mechanism and the other mechanisms based on Swings. Adapts to diverse market conditions and micromanages each trade opened so that the loses are covered as fast as possible but also with minimum risk. It uses all the tools of the TSO Signal Builder EA - almost infinite entry/exit strategies. Add negative management to any strategy (manual or automated) to eliminate losing trades. No pending orders ar
TSO Loss Management is an Expert Advisor that incorporates advanced mechanics to eliminate losses from losing trades. Adapts to diverse market conditions and micromanages each position to cover losses as fast as possible and with minimum risk It uses all the tools of the TSO Signal Builder EA - almost infinite entry/exit strategies Add negative management to any strategy (manual or automated) to eliminate losing trades No pending orders placed Any account size - $1,000+ is recommended Allows for
The TSO Total Negative Management EA contains an adaptive negative management system that can prevent losing trades and even account collapse in almost any market condition. Adapts to adverse market conditions and switches to the correct negative management strategy for any situation. TSO Signal Builder , TSO Order Recovery and TSO Loss Management are included and can be used in combination or individually. Apply negative management to any strategy (manual or automated). No pending orders placed
This indicator combines double bottom and double top reversal chart patterns together with detection of divergences between the price chart and the MACD oscillator. Features Easily detect strong reversal signals Allows to use double top/bottom and MACD divergence signals combined or independently Get email and/or push notification alerts when a signal is detected Custom colors can be used The indicator is not repainting Can easily be used in an EA (see below) Inputs ENABLE Double Top - Bottom:
フィルタ:
zhexiang
25
zhexiang 2022.08.23 02:46 
 

worst indicator, bad signals everywhere and everytime

Nim4495
34
Nim4495 2022.05.16 11:20 
 

Good indicators

palteraf
176
palteraf 2020.02.24 22:46 
 

ユーザーは評価に対して何もコメントを残しませんでした

Shaheen Hassanali
6842
Shaheen Hassanali 2018.12.08 03:25 
 

ユーザーは評価に対して何もコメントを残しませんでした

レビューに返信