• 概要
  • レビュー
  • コメント

RedeeCash AROON

Version History

Date Version Changes
07/08/2022 1.00 Initial Release

Description

The Aroon indicator is a technical indicator that is used to identify trend changes in the price of an asset, as well as the strength of that trend. In essence, the indicator measures the time between highs and the time between lows over a time period. The idea is that strong uptrends will regularly see new highs, and strong downtrends will regularly see new lows. The indicator signals when this is happening, and when it isn't.

The RedeeCash AROON technical indicator adds global variables for the current strength of the UP TREND and DOWN TREND as well as the slope of the UP TREND and DOWN TREND AROON indicator lines.

Code Sample

To invoke this indicator from an EA or script, call the iCustom metatrader function,

iCustom(Symbol(),PERIOD_D1,"Market/RedeeCash AROON",25,1,0);

string AroonUpTrendVarName = StringConcatenate(Symbol(),"_aroon_UP");
string AroonDownTrendVarName = StringConcatenate(Symbol(),"_arron_DN");
string AroonUpTrendSlopeVarName = StringConcatenate(Symbol(),"_aroon_UPSlope");
string AroonDownTrendSlopeVarName = StringConcatenate(Symbol(),"_arron_DNSlope");

double upAroon = GlobalVariableGet(AroonUpTrendVarName);
double dnAroon = GlobalVariableGet(AroonDownTrendVarName);
double upSlope = GlobalVariableGet(AroonUpTrendSlopeVarName);
double dnSlope = GlobalVariableGet(AroonDownTrendSlopeVarName);

double maShort = iMA(Symbol(),PERIOD_D1,50,0,MODE_SMA,PRICE_CLOSE,0);
double maLong  = iMA(Symbol(),PERIOD_D1,200,0,MODE_SMA,PRICE_CLOSE,0);             

if (upAroon > dnAroon && upAroon < 70 && maShort > maLong && upSlope > 0) {
  OrderSend(Symbol(),OP_BUY,0.01,Ask,0,0,0);
} else if (upAroon < dnAroon && dnAroon < 70 && maShort < maLong && dnSlope > 0) {
  OrderSend(Symbol(),OP_SELL,0.01,Bid,0,0,0);
}

Usage

When the Moving Averages crosses indicate a DOWN trend, use the RedeeCash AROON indicator to confirm the entry point when the AROON DOWN TREAND value is greater than the AROON UP TREND value, while the AROON DOWN TREND value is less than 70 and the AROON DOWN TREND slop is positive (non-zero).


おすすめのプロダクト
KFX Symbol Changer
Peter Kariuki Thande
4.67 (3)
KFX SMA: Symbol Changer + Moving Average (3x) + ATR + RSI + Candle Timer. This indicator allows you to create a Symbol list and change between symbols of the current chart or Timeframe by selecting the appropriate button. On Chart there are three(3) multi timeframe Moving Averages shown (selected by you), ATR Value MTF ( selected by you -  helps with setting SL and TP), RSI Value MTF (selected by you) and a Candle Timer.   Features: - Symbol Changer : Change Symbol and Timeframe of Chart.   (
FREE
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This DEMO only works with AUDNZD, the full product can be found at https://www.mql5.com/en/market/product/26328 How does it work? The indicato
FREE
Gold Indicator
Ahmed Alaaeldin Abdulrahman Ahmed Elherzawi
5 (1)
This indicator uses horizontal lines to identify support and resistance levels based on Zigzag legs and On-Balance Volume (OBV) analysis. Here is a summary of how the indicator works: Resistance and Support Lines : A horizontal line above the current price level indicates resistance. A horizontal line below the current price level indicates support. Drawing Horizontal Lines : Draw horizontal lines on every Zigzag leg within the last X legs, where X is a specified number (e.g., 10). Only the most
FREE
インディケータは指定された数のろうそくを分析し、高値-安値に基づいてフィボナッチレベルをプロットします。 レベルが再配置されているので、範囲の右側に関心があります。 価格はレベルに固執し、タッチに反応します。 このツールを使用して、修正後のトレンドエントリポイントを見つけます。 左側でレベルが完全に上昇していることがわかる場合は、極値で移動の終わりを見つけたと見なすことができます。 すべての線は、バッファまたはオブジェクトを介して描画されます(オプション)。 入力パラメータ 。 Bars Count - 計算範囲 。 Visual Button - ボタン表示(有効/無効) 。 Corner - ボタンアンカー角度 。 X indent - ピクセル単位の水平パディング 。 Y indent - ピクセル単位の垂直パディング 。 Label Visual - 表示レベルラベル 。 Label Font Size   - フォントサイズ 。 Label Shift Bars   - バーの碑文のインデント 。 Label Tooltip   - レベルの上のカーソルの下に
FREE
This indicator is based on Mr. Mark Fisher's ACD strategy, based on the book "The Logical Trader." - OR lines - A lines - C lines - Daily pivot range - N days pivot range - Customizable trading session - Drawing OR with the desired time Drawing levels A and C based on daily ATR or constant number - Possibility to display daily and last day pivots in color zone - Displaying the status of daily PMAs (layer 4) in the corner of the chart - Show the order of daily pivot placement with multi-day
FREE
Colored indicator of the linear channel based on the Fibonacci sequence. It is used for making trading decisions and analyzing market sentiment. The channel boundaries represent strong support/resistance levels, as they are the Fibonacci proportion levels. Users can select the number of displayed lines of channel boundaries on the chart by means of the input parameters. Attaching multiple instances of the indicator to the chart with different calculation periods leads to displaying a system of c
インディケータは、前日に基づいて計算されたクラシックピボットレベルをチャートに表示します。 数式を計算する時間から選択できます。 フラットでの反転レベルでの取引。 トレンド市場では、それらをターゲットとして使用します。 取引を成功させるための戦略と組み合わせる 。 レベルはバッファを使用して構築され、利用可能な見積もり履歴全体に表示されます。 入力パラメータ 。 Start Hour - 1日の始まりの時間から。 00-デフォルト 。 Show Mid Pivots - 中間レベルを表示する 。 Visual Button - ボタン表示(有効/無効) 。 Corner - ボタンアンカー角度 。 X indent - ピクセル単位の水平パディング 。 Y indent - ピクセル単位の垂直パディング 。 Label Visual - 表示レベルラベル 。 Label Font Size   - フォントサイズ 。 Label Shift Bars   - バーの碑文のインデント 。 Label Tooltip   - レベルの上のカーソルの下にテキストを表示する
FREE
SR is a support and resistance indicator, it shows major highs and lows by different colors. The color of a level is changing if the last high or low are touching it. After the closing of a bar above or below level, it will delete it. extern inputs: loop for candles / colors / drawing time *This indicator signal is not perfect and have to be used with other market analysis and confirmations.
FREE
Indicator support for only: Entry Point to Trend Pro Link indicator  support   :   https://www.mql5.com/en/market/product/70867 Supports all currency pairs declared in the definition. Help investors do not need to open many charts. Notice the DEAL:  multiple time frames confluence   M15, H1, H4. Entry Point to Trend Pro The indicator helps investors to identify the earliest and perfect reversal point. Easy to make decision to trade with the trend   Price action trading. support resistance
FREE
Double Price Channel   設定で指定された特定の数のバーの価格チャネルインジケーター。 インジケータラインは、動的なサポートまたは抵抗レベルを表します。上限は特定の期間の価格の最大値であり、下限は最小値です。終値に基づく移動平均とは異なり、指標は小さな変動によって「気が散る」ことはありません。境界が変更された場合にのみ再計算されます。後者が発生した場合は、新しいトレンドのアプローチについて真剣に考える価値があります。期間の異なる2つの指標を1つのチャートで同時に使用する戦略があります。このような場合、周期の短いインジケーターは2番目のインジケーターの内側に配置されます。 インジケーター設定の説明: Width_Bars-インジケーター期間 高さ-高さ(ポイント単位)
FREE
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This indicator can be tested LIVE on AUDNZD with the following DEMO https://www.mql5.com/en/market/product/26572 How does it work? The indicat
FREE
Download the free version   here. Divergence Divergence refers to when the price of a currency pair moves in one direction while the trend indicator is moving in the opposite direction. With divergence, there can be positive and negative signals. Divergences in Forex trading are quite common signals of technical analysis. These are basic early Forex signals indicating the trend reversal and filter false signals. Application of this indicator It is usually not easy to detect divergences by the t
FREE
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
The SFT Fibo Smart Pivot indicator is a powerful trading tool based on the Fibonacci Golden Ratio, designed to identify key support and resistance levels in the forex market. This indicator has the ability to pinpoint significant price levels that can serve as entry and exit points for trades. It enables traders to analyze the market more effectively and make well-informed decisions. The indicator uses the Fibonacci Golden Ratio to accurately determine support and resistance levels. These levels
FREE
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ___________
FREE
Indicator SR levels true in small time frames is very useful for scalping while in bigger ones it is good for day or position trading. SR levels true can draw 4 support/resistance levels based on defined maximum rebouds from price level. Indicator scans  defined number of bars in time axis and defined number of pips in price axis (both sides - up and down) and calculates how much times price was rejected from scanned price levels. At the price levels where maximum rebounds are counted, support
FREE
This indicator is a system of channels based on the minimum and maximum price values. The task of the indicator is to visualize the trend direction and support/resistance lines. The indicator is designed to be used in combination with indicators of the "Signal" or "Candles" series (a lot of free indicators of this type can be found on my page). At the same time, the indicator can be used independently according to the following rules: Buy/Sell signals are used to open a position only in the dire
FREE
!!! [CodeBase]でMql4インジケーターコードを公開しました。コードを無料でダウンロードしてください!!! (端末を更新するときにコードを適合させる必要があります)。 このインディケータはトレーダーのツールです。これは、すべての期間と記号でのストキャスティクスの動きを示しています:М1、М5、М15、М30、Н1、Н4毎分(現在から-240分までの時間スケール、つまり最後の4時間)。 Step_Stochは、ストキャスティクス指標の欠点である遅れを克服します。たとえば、H1(またはM30)での落下後の上昇は、H1の場合は60分後、M30の場合は30分後の通常の確率論で見られます。このインジケーターはこの情報を1分で表示し、より良い結果を得ることができます。 すべてのストキャスティクスを組み合わせて、それらの動きを分析し、遅延なく最適な取引決定を行うことができます。これにより、取引の成立時に利益が失われたり、利益の可能性(その大部分)がすでに失われている場合に開始が遅れたりする可能性があります。 。 Step_Stoch行は、トレンド反転プロセスの開始をより
FREE
The Icarus Reversals(TM) FREE Indicator is a powerful tool to identify high-probability reversal points, across all instruments.  The Reversals Indicator provides traders and investors with a simple-to-use and highly dynamic insight into points of likely price-action reversals.  Generated by a unique proprietary code-set, the Reversals Indicator (FREE version) generates long and short trade signals, which can be customised for key inputs and colourisation. Settings of the Icarus Reversals FREE h
FREE
This indicator provides a statistical analysis of price changes (in points) versus time delta (in bars). It calculates a matrix of full statistics about price changes during different time periods, and displays either distribution of returns in points for requested bar delta, or distribution of time deltas in bars for requested return. Please, note, that the indicator values are always a number of times corresponding price change vs bar delta occurred in history. Parameters: HistoryDepth - numbe
FREE
It identifies the pivot, support, and resistance price levels of the selected timeframe and then draws lines onto the chart. FEATURES: Option to specify the Timeframe Period in the PivotSR calculation. Option to display the PivotSR of the last candle, of every candle, or of the current candle. Options for displaying labels, line thickness, and line color. PivotSR can be interpreted as reversal levels or past price reactions that can be used as the basis for current price analysis. Some traders b
FREE
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
Indicator Support and Resistence plain in your chart seven lines; Red line=Resistence 3. Red line=Resistence 2. Red line=Resistence 1. Yellow line= Pivot. Green line= Support 1. Green line= Support 2. Green line= Support 3. adattable in all timeframe (minute 1, minute   5, minute   15, minute   30, Hour 1, Hour 4,Day 1,Week 1,Mounth 1); Buy under support and sell over the resistence;
TLM Map AM
Andriy Matviyevs'kyy
TLM Map AM (Trend Line Momentum Map) is an indicator developed based on a set of digital technical analysis indicators described in the article by Vladimir Kravchuk: " Digital indicators in the technical analysis of financial markets ". The indicator displays in a separate window a complex of digital technical analysis indicators such as FTLM and STLM. Recommended for use in conjunction with the RTL Map AM (Reference Trend Line Map) indicator. The indicator has no customizable parameters.
FREE
This is a multicurrency and multitimeframe indicator that calculates the angle between two points. Points for measuring the angle can be taken from the ZigZag (the last two points), or from the Moving Average (between two given bars), or it can be the closing prices of bars. Angle measurement is possible in degrees or in radians. You can select the scale for the calculation. For a better understanding of the indicator, you can study the free Angle High Low indicator. In the parameters you can
Trend arrow Indicator is an arrow Indicator used as an assistant tool for your trading strategy. The indicator analyzes the standard deviation of bar close for a given period and generates a buy or sell signals if the deviation increases. It good to combo with Martingale EA to follow Trend and Sellect Buy Only/Sell Only for EA work Semi-Automatic. You can use this  Indicator with any EAs in my Products.
FREE
Technically, the indicator represents the difference between two fractal adaptive moving averages. Fractal Adaptive Moving Average (FRAMA) is a smart adaptive moving average developed by John Ehlers. FRAMA takes price changes into account and closely follows the price level, remaining straight during price fluctuations. FRAMA takes advantage of the fact that markets are fractal and dynamically adjusts the lookback period based on this fractal geometry. The indicator has the ability to send notif
FREE
サポート&レジスタンスレベルファインダー: サポート&レジスタンスレベルファインダーは、取引におけるテクニカル分析を向上させるために設計された高度なツールです。ダイナミックなサポートとレジスタンスレベルを備えており、チャート上で新しいキーポイントが展開されるにつれてリアルタイムに適応し、ダイナミックかつレスポンシブな分析を提供します。そのユニークなマルチタイムフレーム機能により、ユーザーは任意の所望のタイムフレームで異なるタイムフレームからのサポートとレジスタンスレベルを表示でき、日足レベルを5分足のチャートに表示するなど、微妙な視点を提供します。歴史的データセットを組み込んだスマートアルゴリズムを利用しており、他のS&Rインジケーターとは異なる包括的な分析を確保しています。レベルの検出時には複数パラメータ計算を使用し、精度を向上させています。ユーザーは、サポートとレジスタンスレベルの色を個別にカスタマイズでき、パーソナライズされたビジュアルエクスペリエンスを作成できます。ツールには価格が重要なレベルに近づくとトレーダーに通知するアラート機能も含まれており、タイムリーな意思決定を
FREE
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Magic Pivot is a professional indicator for finding the support and resistance lines; it has been developed by a group of professional traders. The indicator plots three support lines and three resistance lines, where a price reversal is highly probable. Magic Pivot is an excellent tool for scalping and intraday trading.   Advantages High accuracy of signals. Suitable for scalping and intraday trading. The indicator does not redraw. Simple indicator setup, minimum parameters. Works on any finan
このプロダクトを購入した人は以下も購入しています
Gann Made Easy は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 購入後はご連絡ください!私の取引のヒントと素晴らしいボーナスインジケーターを無料で共有します! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検出
Gold Stuff
Vasiliy Strukov
4.9 (270)
Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuffが動作します。 あなたは私のプロフィールでそれを見つけることができます. 設定と個人的なボーナスを得るために、購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   設定 矢印を描く - オンオフ。 チャートに矢印を描く。 アラート - 可聴アラートのオンオフ。 メール通知 - オンオフ。 電子メール通知。 プチ通知 - オンオフ。 プッシュ通知。 次に、色域を調整します。 Gold Stuff は、金専用に設計されたトレンド指標であり、あらゆる金融商品にも使用できます。 インジケーターは再描画せず、遅れません。 推奨時間枠 H1. それインディケータでフルオートExpert Advisor EA Gold Stuff
Trend Punch
Mohamed Hassan
4.91 (23)
This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arrows during strong market trends, making your trading decisions clearer and more confident. Whether you're trading major currency pairs or exotic sym
製品を購入する前に、以下の情報をお読みください。 Apollo Pips PLUS SP はユニークな製品です。これは、私の新しい「アポロ ピップス」インジケーターと、私のすべての取引インジケーターにアクセスできる「スーパー パック」ボーナスを手に入れたい人のためのものです。 Apollo Pips PLUS SP 製品を購入すると、実際には私の Apollo Pips インジケーターのまったく新しいバージョンを購入することになります。このバージョンのインジケーターには改良されたアルゴリズムと使いやすいパラメーターがあり、あらゆる市場およびあらゆる取引スタイルでインジケーターを使用する機会が得られます。 この製品の購入者は、私のスーパーボーナスとして、他のすべてのインジケーターにも無料でアクセスできます!私のすべての取引ツールにアクセスしたい場合は、この製品が最適です!:) しかし、これがすべてではありません!:) この製品のすべての購入者は、私の新しいインジケーターを無料で入手する資格もあります!:)新しい取引インジケーターを利用できるようになりました。私の特権のある「スーパー パッ
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
Please contact me after purchase to immediately get your PDF strategy + documentation for Trend Pulse !  Official release price of $89  (2 /50 copies left). Next price is $199 . Introducing Trend Pulse , a unique and robust indicator capable of detecting bullish, bearish, and even ranging trends! Trend Pulse uses a special algorithm to filter out market noise with real precision. If the current symbol is moving sideways, Trend Pulse will send you a ranging signal, letting you know that it'
mql5と Telegramの モーニング・ブリーフィングで、詳細とスクリーンショットを含む毎日のマーケット・アップデートをご覧 ください! FX Power MT4 NGは 、長年の人気を誇る通貨強度計FX Powerの次世代モデルです。 この次世代ストレングスメーターは何を提供するのでしょうか?初代FXパワーの魅力すべて プラス GOLD/XAUの強さ分析 より正確な計算結果 個別に設定可能な分析期間 カスタマイズ可能な計算上限値により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 数え切れないほどの通知オプションにより、重要なことを見逃すことはありません。 Windows 11とmacOSのスタイルで角を丸くした新しいデザイン 魔法のように動くインジケーターパネル FXパワーの主な機能 すべての主要通貨の強さの完全な履歴 すべての時間枠における通貨の強さの履歴 すべてのブローカーとチャートで同一の計算結果 100%信頼できるリアルタイム計算 -> リペイントなし ドロップダウン・リストから
TPSpro TREND PRO は 、市場を自動的に分析し、トレンドとその各変化に関する情報を提供し、再描画せずに取引に参加するためのシグナルを提供するトレンド指標です。 インディケータは各ローソク足を使用し、個別に分析します。さまざまなインパルス(アップまたはダウンインパルス)を指します。通貨、仮想通貨、金属、株、指数の取引への正確なエントリーポイント! バージョンMT5                   インジケーターの完全な説明   インジケーター -   RFI LEVELS と併用することをお勧めします。 主な機能: レンダリングなしで正確な入力信号! シグナルが表示された場合、それは関連性を維持します。これは、シグナルを提供してからそれを変更する可能性があり、入金時の資金の損失につながる可能性があるリドローインジケーターとの重要な違いです。より高い確率と精度で市場に参入できるようになりました。矢印が表示された後、ターゲットに達する (利益確定) か反転シグナルが表示されるまで、ローソク足を色付けする機能もあります。 STOP LOSS / TAKE PROFIT
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高
Trend Screener
STE S.S.COMPANY
4.82 (92)
トレンドインジケーター、1つのツールに組み込まれたすべての重要なトレンド機能を備えたトレンドトレーディングとフィルタリングのための画期的なユニークなソリューション! これは、すべてのシンボル/商品(外国為替、商品、暗号通貨、インデックス、株式)で使用できる100%再描画されていないマルチタイムフレームおよびマルチ通貨インジケーターです。 トレンドスクリーナーは、チャート内のドットで矢印トレンドシグナルを提供するインジケーターに続く効率的なインジケーターです。 トレンド分析インジケーターで使用できる機能: 1.トレンドスキャナー。 2.最大利益分析を備えたトレンドライン。 3.トレンド通貨強度メーター。 4.アラート付きのトレンド反転ドット。 5.アラート付きの強いトレンドドット。 6.トレンド矢印 毎日の分析例、毎日のシグナルパフォーマンス...など、トレンドスクリーナーインジケーターを使用して、ここで見つけることができます: ここをクリックしてください 期間限定オファー:トレンドスクリーナーインジケーターは、50ドルと生涯でのみご利用いただけます。 (元の価格125 $) MQ
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 tra
通貨強さウィザードは、取引を成功させるためのオールインワン ソリューションを提供する非常に強力な指標です。このインジケーターは、複数の時間枠のすべての通貨のデータを使用して、このまたはその外国為替ペアのパワーを計算します。このデータは、使いやすい通貨インデックスと通貨パワーラインの形式で表され、特定の通貨のパワーを確認するために使用できます。 必要なのは、取引したいチャートにインジケーターを接続することだけです。インジケーターは、取引する通貨の実際の強さを示します。このインジケーターは、トレンドに合わせて取引するときに有利に利用できる売買高の圧力の極値も示します。このインジケーターには、フィボナッチに基づく可能なターゲットも表示されます。 このインジケーターは、PUSH 通知を含むあらゆるタイプのアラートを提供します。 購入後ご連絡下さい。私の取引のヒントをあなたと共有し、素晴らしいボーナスインジケーターを無料で提供します! 幸せで有益な取引をお祈りします。
現在20%OFF! 初心者やエキスパートトレーダーのためのベストソリューション! このダッシュボードソフトウェアは、28の通貨ペアで動作しています。それは私達の主要な指標(高度な通貨の強さ28と高度な通貨インパルス)の2に基づいています。それは全体の外国為替市場の大きい概観を与えます。それは、すべての(9)時間枠で28の外国為替ペアのための高度な通貨の強さの値、通貨の動きの速度と信号を示しています。チャート上で1つのインディケータを使用して市場全体を観察し、トレンドやスキャルピングの機会をピンポイントで見つけることができたら、あなたのトレードがどのように改善されるか想像してみてください。 このインディケータには、強い通貨と弱い通貨の識別、潜在的な取引の識別と確認がより簡単になるような機能が搭載されています。このインディケータは、通貨の強さや弱さが増加しているか減少しているか、また、すべての時間枠でどのように機能しているかをグラフィカルに表示します。 新機能として、現在の市場環境の変化に適応するダイナミックなマーケットフィボナッチレベルが追加され、すでに当社のAdvan
- Real price is 80$ - 40% Discount ( It is 49$ now ) Contact me for instruction, any questions! Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends with an immediate candlestick that brings the price back into t
PZ Day Trading
PZ TRADING SLU
3.67 (3)
このインディケータは、価格アクション分析とドンチャンチャネルのみを使用して、ジグザグ方式で価格の反転を検出します。再描画やバックペインティングを一切行わずに、短期取引向けに特別に設計されています。それは彼らの操作のタイミングを増やすことを目指している賢明なトレーダーにとって素晴らしいツールです。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど簡単に取引できます すべての時間枠で価値を提供します 自己分析統計を実装します 電子メール/音声/視覚アラートを実装します 可変長のブレイクアウトと混雑ゾーンに基づいて、インディケータは価格アクションのみを使用して取引を選択し、市場が非常に高速に行っていることに反応します。 過去のシグナルの潜在的な利益が表示されます この指標は、独自の品質とパフォーマンスを分析します 負けブレイクアウトは強調表示され、説明されます インジケータは、非バックペインティングおよび非再ペイントです この指標は、日中のトレーダーが単一の価格反転を見逃さないようにするのに役立ちます。ただし、す
Clear Breakout
Martin Alejandro Bamonte
5 (1)
「Breakout Buy-Sell」インジケーターは、異なる市場セッション(東京、ロンドン、ニューヨーク)での価格ブレイクアウトに基づいて、潜在的な売買機会を識別し、強調するために設計されています。このインジケーターは、トレーダーが買いゾーンと売りゾーン、および利益確定(TP)とストップロス(SL)レベルを明確に視覚化するのに役立ちます。 使用戦略 インジケーターは以下のように使用できます: 初期設定 :市場セッションを選択し、GMTオフセットを調整します。 市場の視覚化 :各セッションの開始時に描かれるブレイクアウトボックスを観察します。これらのボックスは期間の高値と安値を示します。 売買シグナル :ボックスの高値を超えた場合は買いシグナルと見なされます。安値を下回った場合は売りシグナルと見なされます。 リスク管理 :TP1、TP2、TP3、およびSLレベルを使用してポジションを管理します。TPレベルは異なる利益目標のために設計されており、SLは不利な動きに対する保護を保証します。 応用戦略 このインジケーターを最大限に活用するために、以下の戦略が推奨されます: ロンドンセッション
現在26%オフ 初心者やエキスパートトレーダーに最適なソリューション! このインジケーターは、独自の機能と新しい計算式を取り入れた、ユニークで高品質、かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の為替ペアの通貨強度を読み取ることができます。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に特定することができるので、あなたのトレードがどのように改善されるか想像してみてください。 ユーザーマニュアルはこちら  https://www.mql5.com/en/blogs/post/697384 これが最初の1本、オリジナルだ! 価値のないクローンを買わないでください。 特別な サブウィンドウの矢印で強い通貨の勢いを表示 GAPがあなたのトレードを導く! 基準通貨や気配値が売られすぎ・買われすぎのゾーン(外相フィボナッチレベル)にあるとき、個別チャートのメインウィンドウに警告表示。 通貨がレンジの外側から反落した場合、プルバック/リバーサルのアラート。 クロスパターンの特別なアラート 複数の時間枠を選択可能で、トレンドを素早く
PRO Renko Systemは、特別にRENKOチャートを取引するために設計された高精度の取引システムです。 これは、様々な取引商品に適用することができる普遍的なシステムです。 システムは効果的に正確な逆転信号へのアクセスを与えるいわゆる市場の騒音を中和する。 表示器は非常に使いやすく、信号の生成に責任がある1つの変数だけがあります。 あなたは簡単にお好みの任意の取引ツールとレンコバーのサイズにツールを適応させることができます。 私はいつもあなたが私のソフトウェアで収益性の高い取引を支援するために余分なサポートを提供する準備ができています! 私はあなたに幸せで収益性の高い取引をしたいです! ご購入後にご連絡ください! 私はあなたに私のレンコチャートジェネレータを送信します。 私はまた、私の個人的な推奨事項やシステムの他のモジュールを無料で共有します!
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケー
現在31%オフ! 初心者やエキスパートトレーダーに最適なソリューション! このインジケータは、独自の機能と秘密の数式を組み込んだ、ユニークで高品質かつ手頃な価格のトレーディングツールです。たった1枚のチャートで28の通貨ペアのアラートを表示します。新しいトレンドやスキャルピングチャンスの引き金となるポイントを正確に把握することができるので、あなたのトレードがどのように改善されるか想像してみてください! 新しい基本的なアルゴリズムに基づいて構築されているため、潜在的な取引の特定と確認がより簡単になります。これは、通貨の強さや弱さが加速しているかどうかをグラフィカルに表示し、その加速のスピードを測定するためです。加速すると物事は明らかに速く進みますが、これはFX市場でも同じです。つまり、反対方向に加速している通貨をペアにすれば、利益を生む可能性のある取引を特定することができるのです。 通貨の勢いを示す縦の線と矢印は、あなたの取引の指針となるでしょう。 ダイナミックマーケットフィボナッチ23レベルはアラートトリガーとして使用され、市場の動きに適応します。もしインパルスが黄色
IX Powerは 、FX Powerの無敵の精度をついにFX以外のシンボルにも提供します。 お気に入りの指数、株式、コモディティ、ETF、さらには暗号通貨の短期、中期、長期のトレンドの強さを正確に判断します。 お使いの端末が提供する すべてを分析する ことができます。ぜひお試しいただき、取引 タイミングが大幅に改善 されることをご体験ください。 IXパワーの主な特徴 100%正確で再描画されない計算結果 - ターミナルで利用可能なすべての取引シンボルに対して 予め設定され、さらに個別に設定可能な強度分析期間のドロップダウン選択 Eメール、メッセージ、モバイル通知による無数の通知オプション EAリクエストのためのアクセス可能なバッファ カスタマイズ可能な計算制限により、さらに優れたパフォーマンスを実現 もっと見たい人のための特別なマルチインスタンス設定 すべてのチャートでお好みの色を無限に設定可能 Windows 11とmacOSのスタイルで角を丸くした新しいパネルデザイン サブ・ウィンドウとメイン・チャートの間をシームレスに移動する、魔法のように動く
Advanced Supply Demand
Bernhard Schweigert
4.9 (314)
現在33%オフ 初心者にもエキスパートトレーダーにも最適なソリューション このインジケーターは独自の機能と新しい公式を多数内蔵しており、ユニークで高品質かつ手頃な取引ツールです。このアップデートでは、2つの時間枠ゾーンを表示できるようになります。より長いTFだけでなく、チャートTFとより長いTF(ネストゾーンを表示)の両方を表示できます。すべてのSupply Demandトレーダーの皆さんのお気に召すはずです。:) 重要情報の公開 Advanced Supply Demandの可能性を最大化するには、 https://www.mql5.com/ja/blogs/post/720245 にアクセスしてください。   エントリーまたはターゲットの正確なトリガーポイントを正確に特定できれば取引がどのように改善されるか想像してみてください。新しい基盤となるアルゴリズムに基づいて構築されているため、買い手と売り手の間の潜在的な不均衡をさらに簡単に特定できます。これは、最も強い需要と供給のゾーンと、過去のパフォーマンス(古いゾーンを表示)がグラフィカルに表現されるためです。これらの機能は、最適
NAM Order Blocks
NAM TECH GROUP, CORP.
5 (1)
MT4マルチタイムフレームオーダーブロック検出インジケーター。 特徴 -チャートコントロールパネルで完全にカスタマイズ可能で、完全な相互作用を提供します。 -必要な場所でコントロールパネルを表示および非表示にします。 -複数の時間枠でOBを検出します。 -表示するOBの数量を選択します。 -さまざまなOBユーザーインターフェイス。 -OBのさまざまなフィルター。 -OB近接アラート。 -ADRの高線と低線。 -通知サービス(画面アラート|プッシュ通知)。 概要 注文ブロックは、金融機関や銀行からの注文収集を示す市場行動です。著名な金融機関と中央銀行が外国為替市場を牽引しています。したがって、トレーダーは市場で何をしているのかを知る必要があります。市場が注文ブロックを構築するとき、それは投資決定のほとんどが行われる範囲のように動きます。 注文の構築が完了すると、市場は上向きと下向きの両方に向かって急激に動きます。注文ブロック取引戦略の重要な用語は、機関投資家が行っていることを含むことです。それらは主要な価格ドライバーであるため、機関投
Enigmera
Ivan Stefanov
5 (4)
エニグメラ:市場の中核 https://www.enigmera.com はじめに このインディケータと取引システムは、金融市場に対する驚くべきアプローチです。ENIGMERAは、フラクタルサイクルを使用して、サポートとレジスタンスレベルを正確に計算します。本格的な蓄積局面を示し、方向性と目標を示します。 トレンド中でも調整中でも機能するシステムです。 どのように作動するのか? ENIGMERAは、支持線・抵抗線、目標線、乖離線の3つのラインで構成されています。このシステムは、過去のデータを現在と未来に外挿する典型的な市場指標とは異なり、現在の完全な画像を提供します。支持線上にある場合、それは本当の支持を意味し、抵抗線上にある場合、それは本当の抵抗を意味する。ある水準が破られた場合、それはトレンドの変化を意味する。再描画はしない。 市場は常に進化しているため、ENIGMERAはその評価ツールを適応させ、定期的に戦略を修正しています。  これにより、すべてのシナリオが徹底的に評価されることが保証されます。この市場指標の独自性は、その能力を見れば明らかです。  ENIGM
トレンドトレーディング は、タイミングのプルバックとブレイクアウトにより、市場で起こっているトレンドから可能な限り利益を得るように設計された指標です。確立されたトレンドの中で価格が何をしているかを分析することにより、取引の機会を見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 自信を持って効率的に金融市場を取引する むち打ちにならずに確立されたトレンドから利益を得る 収益性の高いプルバック、ブレイクアウト、早期の逆転を認識する この指標は、独自の品質とパフォーマンスを分析します 複数時間枠のダッシュボードを実装します インジケーターは再描画されていません 電子メール/音声/視覚アラートを実装します 確立されたトレンドは多くの取引機会を提供しますが、ほとんどのトレンド指標はそれらを完全に無視しています。インジケーターの解釈はかなり簡単です: (1) トレンドの変化 (2) トレンドの方向への後退 (3) トレンドの方向へのブレイクアウト 赤いダッシュ は下降トレンド中の修正です 青いダッシュ は上昇ト
最初のパルスレベルを反転 (RFI)     指示する     ロシア     -        utilizar con   el indicador の ESP 推奨事項 -   TPSpro トレンド プロフェッショナル版 -   MT5のバージョン 最も重要なことは、将来においても最も重要なことです。 機能のプリンシパル: ゾーンのほとんどは、ベンダーとコンプラドールによってアクティブ化されます。 状況を直感的に把握できるよう、初期の衝動を修正します。 LOGIC AI: MUESTRA zonas (círculos) parabuscar puntos de entrada cuando se activa una plantilla 視覚的に優れた視覚効果があり、最も重要な機能がすべて揃っていることに注意してください。 優れたニベレス/ゾーンの視覚化 (modo MTF) 世界で最も人気のある場所/ゾーンです。これを使用するのに最適な方法です (   TPSproTREND PRO   )。 アルゴリズム プロフェッショナル セパラド パソ ア パソ パラ オペラ それは
Scalper Vault は、スキャルピングを成功させるために必要なすべてを提供するプロフェッショナルなスキャルピング システムです。このインジケーターは、外国為替およびバイナリー オプションのトレーダーが使用できる完全な取引システムです。推奨される時間枠は M5 です。 システムは、トレンドの方向に正確な矢印シグナルを提供します。また、トップとボトムのシグナルとギャン マーケット レベルも提供します。 インジケーターは、プッシュ通知を含むすべてのタイプのアラートを提供します。 インジケータの購入後にご連絡ください。私の個人的な取引の推奨事項と素晴らしいボーナス指標を無料で共有します! 幸せで有益な取引をお祈りします!
M1 Arrow
Oleg Rodin
4.73 (15)
市場の2つの基本原則に基づく日中戦略。 このアルゴリズムは、追加のフィルターを使用したボリュームと価格の波の分析に基づいています。インディケータのインテリジェントアルゴリズムは、2つの市場要因が1つに結合した場合にのみシグナルを出します。インディケータは、より高い時間枠のデータを使用して、M1チャート上の特定の範囲の波を計算します。そして波を確認するために、インジケーターはボリュームによる分析を使用します。 このインディケータはレディトレーディングシステムです。トレーダーが必要とするのは、信号に従うことだけです。また、インジケーターはあなた自身の取引システムの基礎になることができます。取引はミニッツチャートでのみ行われます。 インジケーターがMTFの原則を使用しているという事実にもかかわらず、インジケーターのアルゴリズムは可能な限り安定しています。 購入後、必ず私に書いてください!私の取引設定と推奨事項をあなたと共有します!
Order Block Hunter
Noha Mohamed Fathy Younes Badr
5 (2)
Order block hunter indicator is the best indicator for  hunt the order blocks that area where there has been a large concentration of limit orders waiting to be executed Order blocks are identified on a chart by observing previous price action and looking for areas where the price experienced significant movement or sudden changes in direction .This indicator does that for you by using very complicated codes and helps you to take the best areas To buy and sell because it make marks at the best a
`All in One Chart Patterns` チャートパターンはトレーダーの間で議論の的となっています。信頼できるシグナルだと考える人もいれば、そうでないと考える人もいます。当社の「Chart Patterns All-in-One」インジケーターは、これらのパターンを表示し、自分自身で理論を検証できるようにします。これらのパターンの収益性は、インジケーターの有効性を反映するものではなく、むしろパターン自体の評価です。「Chart Patterns All-in-One」インジケーターは、これらのパターンを視覚化するための優れたツールであり、取引戦略における有効性について自分自身で結論を下すことができます。 このインジケーターは、複数のチャートパターンを1つの統合ツールに組み合わせて、MetaTrader 4 (MT4) で使用します。チャートから直接各パターンをオンまたはオフに切り替える機能を提供し、カスタマイズ可能で効率的な分析を可能にします。以下は、インジケーターとその中に含まれるパターンの詳細な説明です。 #### 含まれるパターン: 1. **パターン
作者のその他のプロダクト
RedeeCash Triangular Arbitrage Opportunities は、利用可能な通貨トライアドと各通貨取引ポジション設定をグローバル変数として次の形式で示します。 AAA/BBB、CCC/AAA、CCC/BBB: AAA/BBB -1|0|1 AAA/BBB、CCC/AAA、CCC/BBB: CCC/AAA -1|0|1 AAA/BBB、CCC/AAA、CCC/BBB: CCC/BBB -1|0|1 ここで、値は OP_BUY または OP_SELL のトレード方向です。 取引方向が -1 を示す場合、その通貨ペアの取引は発生しません。 三角裁定取引は、ヘッジが許可されなくなった米国を拠点とするアカウントに役立ちます。 実際にはより多くのアービトラージの機会があり、この指標はそれらすべての機会を取引設定の形で示しています。 グローバル変数を読み取って、どの機会を取引するかを決定する必要がありますか? 取引を開始するときは、少なくとも 200 PIPS のテイク プロフィットを使用する必要があります。そうしないと、取引がテイク プロフィッ
FREE
変化率 式に基づいて、 ROC = (Close[n] - Close[n-look if (roc > roc_lookback && roc > 0 ) trend= "UP" ; if (roc < roc_lookback && roc < 0 ) trend= "DOWN" ; back]) / Close[n-lookback] * 100 ルックバック期間にわたる通貨ペアの価格アクションの変化率をプロットし、2 つのグローバル変数 SYMBOL_ROC と SYMBOL_ROC_LOOKBACK を提供します。これらは、最新の変化率の値と前のルックバック期間での変化率を表します。 iCustom 関数を使用してインジケーターを呼び出し、 iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (), 5 , 0 , 0 ); グローバル変数を取得し、 double roc = GlobalVariableGet ( StringConcatenate ( Symbol (), "_ROC" )); doubl
FREE
https://tradingstrategyguides.com/williams-percent-range-strategy/ で特定された戦略に基づいていますが、単一の Expert Advisor インスタンスから複数の通貨をサポートするように自動化されています。また、SMA のスロー クロスとファスト クロスを使用して、トレンドの方向を決定します。 外部戦略の基本は、上昇トレンドで Williams %R が -50 を超えたときに BUY 取引を開始し、下降トレンドで SELL 取引を開始することです。 トレンド期間と、中間点から外部パラメータまでのウィリアムズ %R 範囲を制御できます。        SINGLE_CURRENCY = true、このパラメーターは単一の通貨で取引するために使用されますが、収益の可能性を最大化したい場合は、このパラメーターを false に設定し、1 つのチャートのみにアタッチすると、この EA はマーケット ウォッチ ウィンドウで選択された通貨を取引しますMetatrader 4 ターミナルで。        CON
FREE
この Expert Advisor (EA) は、オーバーナイトの利息を支払う (獲得する) 通貨ペアで取引が行われるため、高利回りの普通預金口座のようなものです。エントリーポジションとエグジットポジションは、それぞれ買い注文と売り注文のルックバック期間の最低/最高価格と最高/最低価格に基づいています。 共通入力、 SINGLE_CURRENCY = true、単一通貨での操作を許可します。無効 (FALSE) の場合、メタトレーダーのマーケット ウォッチ ウィンドウで選択された通貨を取引します。 CONCURRENT_ORDERS=0、同時に開かれる複数の注文の数を制限します。 PIPS=100、利益PIPS MAX_PIPS=1000、Ask と Bid 価格の最高値と最低値の間の最大 PIPS 距離。 MAX_LOTS=100、取引口座で許可される最大LOTS。 DODDFRANK_COMPLIANCE=false、米国ベースのアカウントで取引する場合、FIFO 違反の受信を防ぐために FIFO を有効にする必要がありますか? LOTS=-1、L
FREE
複数の時間枠での移動平均線の交差。 従来のトレンド戦略は、日次のような 1 つの時間枠を選択してトレンドを推定することですが、このエキスパート アドバイザーは、5M から月次までのすべての時間枠が同じトレンドを示したときに、トレンドの方向に取引を開始します。       SINGLE_CURRENCY = true、単一通貨での操作を許可します。無効 (FALSE) の場合、メタトレーダーのマーケット ウォッチ ウィンドウで選択された通貨を取引します。       CONCURRENT_ORDERS=0、同時に開かれる複数の注文の数を制限します。       PIPS=100、利益PIPS       DODDFRANK_COMPLAINCE = false、米国ベースのアカウントで取引する場合、FIFO 違反の受信を防ぐために FIFO を有効にする必要がありますか?       LOTS=-1、LOTs パラメーターが 0 未満 (または負) の場合、ロット サイズは、アカウントの資産 (残高ではなく) $100 USD ごとに 0.01 ロットに基づく内
FREE
RedeeCash Statistics
Patrick Odonnell Ingle
1 (1)
Version History Date Version Changes 07/10/2022 1.00 Initial release Description A collection of modern statistical functions that can be integrated into your own strategy. The included functions are, Mean Median Range Skew Max Min IRange Deviations AbsoluteDeviations MAD StandardDeviation Variance GetCorrelation SamplingDistributionStandardDeviation ZScore CorrelationCoefficient CoVariance Beta Confidence SNormInv PercentOfValue ValueOfPercent MQL Header (mqh) The required header is //+--------
FREE
RedeeCash RSI
Patrick Odonnell Ingle
Version History Date Version Changes 07/09/2022 1.10 Initial released Description The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors. Code Sample To invoke this indicator from an EA or script, call the iCustom metatrader function, iCustom ( Symbol (), PERIOD_CURRENT , "Market/RedeeCash RSI" , 14 , 1 , 0 ); string RSIVarName = StringConcatenate ( Symbol (), "_rsi" ); string RSIP
FREE
Version History : Date Version Changes 6/20/2022 1.00 Initial release 6/21/2022  1.10 Add global variables for Minimum (SYMBOL_volume_min) and Maximum (SYMBOL_volume_max) History Volumes  Description : RedeeCash Volumes Indicator is the Volumes indicator that you have come to trust for market entry and exit with the added benefit of exposing key metrics as global variables. Including global variables in an indicator permits easier interaction with expert advisors (EA) and scripts. When attaching
FREE
このインジケーターは、アクティブおよび非アクティブな取引セッションを表示し、取引セッションがアクティブ (1) または非アクティブ (0) であるかどうかとしてグローバル変数を設定します。 iCustom ライブラリ関数を使用すると、次のように Expert Advisor またはスクリプトからこの指標を呼び出すことができます。 // カスタム インジケーターを呼び出す iCustom ( Symbol (), PERIOD_D1 , "Market/RedeeCash_TimeZone" , 0 , 0 ,Blue,Red); // グローバル変数の値を取得する double NewYorkSessionIsActive = GlobalVariableGet ( "TZ-NewYork" ); double LondonSessionIsActive = GlobalVariableGet ( "TZ-London" ); double SydneySessionIsActive = GlobalVariableGet ( "TZ-Sydney" ); double TokyoSe
FREE
RedeeCash 4XLOTS
Patrick Odonnell Ingle
RedeeCash 4XLOTS ライブラリは、4xlots.com WEB API アルゴリズムに基づくローカライズされたリスク管理ライブラリです。このリスク管理アルゴリズムは、クイック ロット サイズの方程式のように、通貨に依存しません。       ロット = AccountEquity / 10000 これは、100 ドルのアカウント エクイティごとに 0.01 ロットになります。 RedeeCash 4XLOTS ライブラリは、手動計算として 2011 年に最初に開発された、より詳細で拡張されたアルゴリズムを使用します。 RedeeCash 4XLOTS には、LotsOptimize という関数が 1 つあります。次の RedeeCash_4XLOTS.mqh ファイルをコピーしてプロジェクトに含めます。 //+------------------------------------------------------------------+ //|                                             RedeeC
フィルタ:
レビューなし
レビューに返信