私たちのファンページに参加してください
Separate window! Uses daily open price and current price (close price for closed candles) to compute % change for the day.
Used to compare 2 currencies on one chart, the Original indicator will recenter its calculation on every bar, and hence the price will keep shifting up and down and so the historical relative values do not remain constant. This indicator was modified so that the 'center' or initial relative reference point stays fixed and does not update each bar. It will only reinitialize when the indicator is reloaded or settings are changed.
Guide 'how to' make different expert adviser license protections
DXYvsEXY_e1 is an optimized version of DXYvsEXY. Original code here: https://www.mql5.com/en/code/30714
To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Sell is the number of trades to execute. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple sell orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.
Example of optimization using the "running total" method.
Indicator shows a different Forex sessions and the market hours of the exchanges.
This is a "conceptual" script that uses the WinINet functions to load a HTTP page directly from mql4, without a C++ dll
Automatically does volume calculation based on percentage of desired account balance and enters instant or pending trades. Optional take profit is automatically at 1:1 with respect to SL.
A dynamic version of the standard Heikin Ashi indicator (code compatible with both MQL4 or MQL5).
"2 Moving Averages with Bollinger Bands" is a custom MT5 indicator that combines two configurable moving averages and optional Bollinger Bands. It generates real-time Buy and Sell arrows when crossovers occur, with optional alerts, sound, and email notifications. Suitable for all timeframes and symbols.
インディケータMA-4Hは、現在お使いの時間軸チャートにご選択の時間軸からの移動平均線を表示します。2本の移動平均線の交差がオプションとして追加されました。外部引数は交差を検出するように2番目の移動平均線を表示させます。
これは、ADXと対照的に他の原理をベースにしています。T・チャンド氏は、インディケータのベースとして13週移動平均を使用することをおすすめします。