私たちのファンページに参加してください
This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.
A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading.
毎日、複数の時間フレームから取引レンジ(サポートとレジスタンスのレベル)を算出し、その範囲内で売り/買い注文を均等に配置します。
HarmonicEA is an Expert Advisor (EA) developed for MetaTrader 4 (MT4) that utilizes harmonic pattern recognition and RSI-based signals to identify potential trading opportunities in the forex market. The EA is designed to detect various bullish and bearish harmonic patterns, including crab, butterfly, bat, deep bat, AB=CD, 3-drive, 5-drive, and shark patterns, across multiple timeframes. It incorporates risk management features such as dynamic lot sizing based on a percentage of account balance, maximum drawdown control, and a trailing stop mechanism to protect profits. HarmonicEA is suitable for traders seeking an automated solution to capitalize on harmonic patterns while managing risk effectively.
This EA will scan all the closed trades and then print the nth trade from the end
This EA will scan all the open trades and then print the nth trade from the end
This script will scan all the open trades and then will close the biggest winning/losing trade
This script will place hedge trade of unbalanced type in MT4.
This script will close all active trades and delete pending orders based on the order type passed on the input.
This script will close all active trades sequentially. following the order in which they were opened
This script will calculate the total active and closed orders based on order types
Find the current winning / losing streak in MT4 based on filters
a very convenient way to filter out unnecessary signals of crossing levels
improved version of the standard Simple moving average indicator with a lower delay based on: https://www.mql5.com/en/code/30844 (author: https://www.mql5.com/en/users/mladen)
This is a simple code to mimic onTradeTransaction Event handler defined in MQL5
Virtual SL TP Pending with SL Trailing for Symbol Chart
This MQL4 EA is designed to close positions for a basket of currency pairs based on certain profit and loss thresholds.
Simple continuous trend-following strategy for buying and selling based on predefined conditions
Changing the size of the chart window is important in my EA, but it may serve as inspiration for others.
Hedge with a stop order, instead of placing a Stop Loss.
Hedge Dollar index USIDX against its constitutive FOREX pairs EURUSD GBPUSD USDJPY USDCAD USDSEK USDCHF
Break on Code Error ! This script is a general example of using error brake in any strategy.
This is an indicator to calculate 14 types of moving averages based on close price.
Many Expert Advisors (EAs) tend to close orders at the take profit level, considering the pip distance from the purchase price.