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
3.8 (5)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
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
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出す
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
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
Super Signal – Skyblade Edition プロ仕様のノンリペイント / ノーラグ・トレンドシグナルシステム。卓越した勝率を実現 | MT4 / MT5 対応 1分足、5分足、15分足などの低い時間足で最も効果を発揮します。 主な特徴: Super Signal – Skyblade Edition は、トレンド取引に特化したスマートなシグナルシステムです。マルチレイヤーのフィルターロジックを用いて、明確な方向性と実際のモメンタムに支えられた強力なトレンドのみを検出します。 このシステムは 天井や底を予測するものではありません 。次の3つの条件がすべて満たされた場合にのみシグナルを発生させます: 明確なトレンド方向 モメンタムの増加 健全なボラティリティ構造 市場セッションに基づく流動性分析と組み合わせることで、シグナルの精度とタイミングがさらに向上します。 シグナルの特性: すべての矢印シグナルは 100% 非リペイント / 遅延なし 一度出現したシグナルは固定され、点滅・消失しません チャート上の矢印、情報パネル、ポップアップ通知、音声アラート、プッシュ通知
M1 SNIPER は使いやすいトレーディングインジケーターシステムです。M1時間足向けに設計された矢印インジケーターです。M1時間足でのスキャルピングのためのスタンドアロンシステムとして、また既存のトレーディングシステムの一部としても使用できます。このトレーディングシステムはM1時間足での取引に特化して設計されていますが、他の時間足でも使用できます。元々、この手法はXAUUSDとBTCUSDの取引用に設計しましたが、他の市場においても役立つと考えています。 インジケーターのシグナルは、トレンドの方向と逆方向に取引できます。インジケーターのシグナルを利用して両方向に取引するのに役立つ特別な取引テクニックをご紹介します。この手法は、特別な動的なサポートとレジスタンスの価格帯を利用することに基づいています。 ご購入後、M1 SNIPER矢印インジケーターをすぐにダウンロードできます。さらに、M1 SNIPERツールのすべてのユーザーに、以下のスクリーンショットに表示されているApollo Dynamic SRインジケーターを無料で提供しています。この2つのインジケーターを組み合わせることで
Trend Catcher ind
Ramil Minniakhmetov
5 (11)
トレンドキャッチャーインジケーター トレンドキャッチャーインジケーターは、開発者独自の適応型トレンド分析指標を組み合わせることで、市場価格の動きを分析します。短期的なノイズを除去し、根底にあるモメンタムの強さ、ボラティリティの拡大、価格構造の挙動に焦点を当てることで、真の市場方向性を特定します。また、移動平均線、RSI、ボラティリティフィルターなどの平滑化およびトレンドフィルタリング機能を備えたカスタマイズ指標も使用します。 実際の運用状況のモニタリングやその他の製品については、こちらをご覧ください: https://www.mql5.com/en/users/mechanic/seller ご注意ください。私はTelegramでEAや設定を販売していません。詐欺です。すべての設定はブログで無料で公開しています。 重要!ご購入後すぐにご連絡ください。手順とボーナスをお送りします!
この製品は 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、トレーリングストップロジック、サポートとレジスタンス、ローソク足の色分け
この製品は 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 . 価格行動、強さ、モメンタム、マルチタイムフレーム方向、高度なフィルターを分析し、トレーダーがノイズを減らし、弱いセットアップを避け、より構造化された取引判断を行えるようにします。 こ
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇トレンド中
Scalper Inside PRO Scalper Inside PRO は、独自の内蔵アルゴリズムを用いて相場の方向性や主要なターゲット価格を評価する、デイトレード向けのトレンド&スキャルピングインジケーターです。本インジケーターはエントリーポイントとエグジットポイント、および複数の利益確定ターゲット価格を自動的に計算し、詳細なパフォーマンス統計を表示します。これにより、さまざまな銘柄や戦略がヒストリカルデータ上でどのように機能したかを確認できます。これは、現在の相場環境に適した銘柄を選ぶのに役立ちます。また、ご自身の矢印インジケーターを Scalper Inside PRO に接続し、その統計やヒストリカルシグナルをすばやく確認することも可能です。 Scalper Inside PRO マニュアルおよび設定の説明: こちらをクリックして読む 本インジケーターはあらゆる銘柄および時間足で動作し(デイトレードには M5 を推奨)、複数の内蔵戦略を備えています。単独のスキャルピングツールとして、またトレードシステムの分析コンポーネントとして使用できます。 主な機能 独自の次世代トレ
DayTrader PRO DayTrader PROは、ジョン・エリュース(John Ehlers)のラグuerreフィルターと強力な自動最適化エンジンを組み合わせた、高度なトレーディング・インジケーターです。固定されたパラメーターを使用するのではなく、直近の市場状況に基づいて最適な設定を自動的に検索するため、手動による絶え間ない調整をすることなく、変化する市場のボラティリティに適応できます。 本インジケーターは、明確な「買い(BUY)」および「売り(SELL)」シグナルを生成し、現在の市場ボラティリティから算出された適応型のストップロス(Stop Loss)およびテイクプロフィット(Take Profit)レベルを表示します。トレンド、効率レシオ(Efficiency Ratio)、ボラティリティ、およびローソク足フィルターが内蔵されており、精度の低いセットアップを排除し、シグナルの精度を向上させます。 リアルタイム・パフォーマンスパネルには、現在最適化されている設定、プロフィットファクター(Profit Factor)、勝率(Win Rate)、ドローダウン(Drawdown)、
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
現在20%OFF! 初心者やエキスパートトレーダーに最適なソリューションです。 このインディケータは、エキゾチックペア・コモディティ・インデックス・先物など、あらゆるシンボルの通貨の強さを表示することに特化したインディケータです。金、銀、原油、DAX、US30、MXN、TRY、CNHなどの通貨の強さを表示するために、9行目にどのシンボルでも追加することができます。独自の機能を多数搭載し、新しい計算式を採用したため、ユニークで高品質、かつ手頃な価格のトレーディングツールとなっています。新しいトレンドやスキャルピングチャンスのトリガーポイントを正確に把握することができるため、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアル:ここをクリック   https://www.mql5.com/en/blogs/post/708876 すべての時間枠に対応します。あなたはすぐにトレンドを見ることができるようになります! 新しいアルゴリズムに基づいて設計されているため、潜在的な取引の特定と確認がより簡単になります。これは、8つの主要通貨と1つのシンボルの強弱
KURAMA GOLD SIGNAL PRO(MT4版)— 7層フィルター・自動TP/SL・品質スコア・サイン履歴保存搭載 XAUUSD完全トレードシステム リアルタイムでリペイントしません。サインが出た瞬間、矢印・エントリー・TP・SLはその場で固定され、後から動きません。あなたがトレードするのは、この「リアルタイムで出たサイン」です。さらにv7.20では、実際に通知されたサインを自動保存し、再起動後もそのまま復元します。 購入者限定特典 買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+完全PDFマニュアルを無料プレゼント。本体価格に$59相当の特典が付いてきます。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
発見が困難で頻度が少ないため、分岐は最も信頼できる取引シナリオの1つです。このインジケーターは、お気に入りのオシレーターを使用して、通常の隠れた分岐点を自動的に見つけてスキャンします。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 取引が簡単 通常の隠れた発散を見つけます 多くのよく知られている発振器をサポート ブレイクアウトに基づいて取引シグナルを実装します 適切なストップロスおよび利益レベルを表示します 設定可能なオシレーターパラメーター カスタマイズ可能な色とサイズ バー単位でサイズ別に分岐をフィルタリング パフォーマンス統計を実装します 電子メール/音声/視覚アラートを実装します 幅広い市場の見通しを提供するために、異なるオシレーターを使用して、干渉なしで同じチャートにインジケーターを何度もロードできます。このインジケーターは、次のオシレーターをサポートしています。 RSI CCI MACD オスマ 確率的 勢い 素晴らしい発振器 加速器発振器 ウィリアムズパーセントレンジ 相対活力指数 特に外国為替市場では、
BlueDigitsFx公式エコシステムへのアクセス インフラ更新情報、トレーディングリソース、製品リリース情報、およびBlueDigitsFx公式エコシステムへのアクセスを取得できます。 Telegramエコシステム ウェブサイト MT5版 BlueDigitsFx Easy 123 System — MT4向け高性能な反転・ブレイクアウト検出システム 市場の反転とブレイクアウトを見つけるためのオールインワン非リペイントシステム — 構造的な分析、明確なシグナル、確認ベースのトレードを重視するトレーダー向けに開発されています。 BlueDigitsFx Easy 123 Systemは、MT4向けのビジュアルインジケーターおよびアラートシステムであり、市場構造の変化、ブレイクアウト、トレンド反転をシンプルかつ明確に識別するのに役立ちます。 このインジケーターは、構造化された「123」パターンに基づいて動作します。 ステップ 1 :潜在的な相場の失速ポイントで大きな矢印を表示し、新高値または新安値を識別します。 ステップ 2 :市場構造のブレイクを検出し、トレンド反転の可能性を確
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
現在30%OFF! このダッシュボードは、複数のシンボルと最大9つのタイムフレームで動作するソフトウェアの非常に強力な部分です。 このソフトは、弊社のメインインジケーター(ベストレビュー:Advanced Supply Demand)をベースにしています。    Advanced Supply Demand ダッシュボードは、素晴らしい概要を提供します。それは示しています。  ゾーン強度評価を含むフィルタリングされた需給値。 ゾーン内/ゾーンへのPips距離。 ネストされたゾーンがハイライトされます。 選択されたシンボルの4種類のアラートを全ての(9)時間枠で提供します。 それはあなたの個人的なニーズに合わせて高度に設定可能です。 あなたの利益! すべてのトレーダーにとって最も重要な質問です。 市場に参入するのに最適なレベルはどこか? 成功のチャンスとリスク/リターンを得るために、強力な供給/需要ゾーン内またはその近くで取引を開始します。 損切りの最適な位置はどこですか? 最も安全なのは、強力な供給/需要ゾーンの下/上にストップを置くことです。 最適な利益
ORB Seeker
Marcela Goncalves De Oliveira
発売記念特別価格! たったの79ドル! 10個売れた後、価格は値上げされ、最終価格は199ドルになります。 ご購入後、ご連絡いただければ、ブレイクアウトシグナルに基づいて完全に自動化された最適化済み設定ファイルで取引できる無料のボーナスEAをお送りします。 クリーンなセッションブレイクアウトを自信を持ってキャッチしましょう! ORB Seekerは、正確性、シンプルさ、柔軟性、そして明確なチャート構造を求めるトレーダー向けに開発された、プロ仕様のオープニングレンジブレイクアウト(ORB)インジケーターです。 このシステムは、あらゆる銘柄のプレマーケットまたはカスタムセッションのレンジを自動的にプロットし、エントリー、ストップロス、テイクプロフィット、およびオプションの50%部分TPレベルを含む明確なブレイクアウトシグナルを提供します。すべての計算結果はリアルタイムでチャート上に表示されます。 ロンドン市場オープン、ニューヨーク市場セッション、アジア市場セッション、または独自のカスタム市場時間帯で取引できます。ORB Seekerは選択したセッション時間帯に合わせて調整されるため、市
ZORYK — MetaTrader 4専用 XAUUSDシグナル・トレードプランニングシステム このような経験はありませんか。 ゴールドを分析し、エントリーを待ち、ようやくポジションを持った直後に価格が逆方向へ動く。 早すぎる決済をしてしまったり、Stop Lossを動かしたり、数秒迷っている間にチャンスを逃したりする。 その後、相場は自分が最初に予想していた方向へ進み、目標へ到達する。 問題は常に方向判断ではありません。 本当の問題は、明確な計画がなかったことです。 どこでエントリーすべきか。 どこでトレードの前提が無効になるのか。 近い利益を確保すべきか、より大きな値動きを待つべきか。 現在のsetupが本当に強いのか、それとも無理にトレードを探しているだけなのか。 ゴールドは非常に速く動きます。 正しい分析でも、明確なプランがなければ数秒で悪い判断に変わることがあります。 ZORYKは、その問題を解決するために開発されました。 ZORYKとは ZORYKは、MetaTrader 4とXAUUSDのM5チャート専用に開発された、シグナルとトレードプ
Gold Pro Scalper
Aleksandr Makarov
4.8 (5)
Gold Pro Scalper Precise entry points for currencies, crypto, metals, stocks, indices! Indicator 100% does not repaint!!! If a signal appeared, it does not disappear! Unlike indicators with redrawing, which lead to loss of deposit, because they can show a signal, and then remove it. Trading with this indicator is very easy. Wait for a signal from the indicator and enter the deal, according to the arrow  (Blue arrow - Buy, Red - Sell). I recommend using it with the Trend Filter (download
デイトレーダーマスターは、デイトレーダーのための完全なトレーディングシステムです。システムは2つのインジケーターで構成されています。 1つの指標は売買する矢印信号です。それはあなたが得る矢印インジケーターです。 2つ目のインジケーターを無料で提供します。 2番目のインジケーターは、これらの矢印と組み合わせて使用​​するために特別に設計されたトレンドインジケーターです。 インジケーターは繰り返さず、遅れないでください! このシステムの使用は非常に簡単です。 2色の線で表示されている現在のトレンドの方向に矢印信号をたどる必要があります。青は買いの傾向です。赤い色は売りの傾向です。青い矢印は買いシグナルです。赤い矢印は売りの合図です。トレンドラインの色と一致するように、矢印の色と信号の方向が必要です。 矢印インジケーターは、主に時間間隔M5とM15での日中取引のために作成されました。ただし、技術的には、システムは他の時間間隔で使用できます。 インジケータには、PUSHメッセージ機能を備えたポップアップアラートが装備されています。 購入後、必ず私に書いてください!私はあなたにシステムとの取引の
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me ボリュメトリックオーダーブロック多時間枠 インジケーターは、主要な市場参加者が注文を蓄積する重要な価格エリアを特定することで、より深い市場の洞察を求めるトレーダー向けに設計された強力なツールです。これらのエリアはボリュメトリックオーダーブロックとして知られており、サポートやレジスタンスの潜在的ゾーンとして機能し、取引の意思決定において重要な優位性を提供します。 MT5バージョンを見る:   Volumetric Order Blocks MT5 Multi Timeframe See more products at:   https://www.mql5.com/en
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 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適な
価格は明日 119ドル に値上げされます。 **Market Structure Break Out(MSB)**は、 MT4およびMT5 向けに設計された高度なツールで、市場の動きを構造としてとらえ、 トレンド方向および逆方向の矢印とアラート によって優れたトレードシグナルを発見するのに役立ちます。 この製品のもう一つの重要な機能は、 持続的な供給と需要ゾーンの描画 です。トレーダーは重要な価格レベルを簡単に把握できます。さらに、 リアルタイムのバックテスト機能 により、過去におけるインジケーターのパフォーマンスをチャート上で確認でき、透明性と信頼性が向上します。 無料EAを入手: 無料の Market Structure Breakout EA を手に入れましょう。このEAは、ブレイクアウト矢印に基づいて自動的に取引を開き、固定ロットサイズとカスタマイズ可能なストップロスおよびテイクプロフィットを設定できます。 受け取り方法: ここをクリックしてEAをダウンロードしてください。このEA は、すでに Market Structure Break Outインジケーター を購入して
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — 7層フィルター + RR保証システム搭載 XAUUSDスイング完全トレードシステム リペイントなし。リドローなし。ラグなし。すべてのサインは確定後に変わりません。 購入者限定特典:買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+PDFマニュアルを無料プレゼント。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 MT5版もあります:  https://www.mql5.com/ja/market/product/177643?source=Site +Profile+Seller ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高評価。 こんな方におすすめ 仕事や家事で忙しく、M5/M15に張り付けない方 厳選されたサインだけで運用したい方 寝てる間や外出中もポジションを持っておきたい方 1サインで大きく取りた
新しい指標の検索と試行をやめてください! Winshots Massive FX Profitsインジケーターを入手して、群衆から離れてください。 長年の取引経験により、このすべてを1つの指標で構築することができました。 Winshots Massive FX Profitsでプロのように取引しましょう! この指標は、以下の方法論を使用して、より一貫した収益性の高いトレーダーになるのに役立ちます。 -マーケットボリュームプロファイル -毎日のピボットレベル -価格サイクル分析 ボリュームプロファイルとは何ですか? ボリュームプロファイルは、多くのトレーダーが見落としている非常に便利な取引ツールです。重要な価格アクションが発生した実際の価格レベルを見つけることができます。サポートレベルとレジスタンスレベルに似ていますが、ロジックが異なります。ボリュームプロファイリングは、機関投資家の取引が行われた実際のレベルのサポートとレジスタンスの概要を示しています。これ以上の推測作業はありません!あなたはすべての重い取引がたくさんのロットとボリュームでいつ行われたかを正確に知るでし
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
この製品は 2026 年の市場向けに更新され、最新の MT5 ビルドに最適化されています。 価格更新のお知らせ: Smart Price Action Concepts は現在 $200 で提供されています。 次の 30 件の購入 後、価格は $299 に上がります。 特別オファー: 購入後、私にプライベートメッセージを送ることで、 無料ボーナス + ギフト を受け取ることができます。 まず、このトレーディングツールはリペイントなし、再描画なし、遅延なしのインジケーターであり、プロフェッショナルな取引に最適であることを強調しておきます。 Online course , and manual Smart Price Action Concepts Indicator は、初心者から経験豊富なトレーダーまで使える非常に強力なツールです。20 種類以上の便利なインジケーターを 1 つにまとめ、Inner Circle Trader Analysis や Smart Money Concepts Trading Strategies などの高度な取引アイデアを組み合わせています。このインジケ
PZ Day Trading
PZ TRADING SLU
3.67 (3)
このインディケータは、価格アクション分析とドンチャンチャネルのみを使用して、ジグザグ方式で価格の反転を検出します。再描画やバックペインティングを一切行わずに、短期取引向けに特別に設計されています。それは彼らの操作のタイミングを増やすことを目指している賢明なトレーダーにとって素晴らしいツールです。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど簡単に取引できます すべての時間枠で価値を提供します 自己分析統計を実装します 電子メール/音声/視覚アラートを実装します 可変長のブレイクアウトと混雑ゾーンに基づいて、インディケータは価格アクションのみを使用して取引を選択し、市場が非常に高速に行っていることに反応します。 過去のシグナルの潜在的な利益が表示されます この指標は、独自の品質とパフォーマンスを分析します 負けブレイクアウトは強調表示され、説明されます インジケータは、非バックペインティングおよび非再ペイントです この指標は、日中のトレーダーが単一の価格反転を見逃さないようにするのに役立ちます。ただし、すべての
作者のその他のプロダクト
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
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
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
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
6834
Shaheen Hassanali 2018.12.08 03:25 
 

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

レビューに返信