Tool Easy For You is a manual trading utility for MetaTrader 5 designed to assist with order execution and position management through a graphical interface.
The tool provides input fields for fixed lot sizes, stop losses, and take profit levels for buy and sell orders independently. It includes automated risk management features such as a break-even function that moves the stop loss once a specific profit target is reached and a trailing mechanism to update the stop loss as price moves. The repository lacks a README and provides minimal documentation.
Graphical interface with adjustable button coordinates
Independent stop loss and take profit for buy and sell
Automated break-even stop loss adjustment
Dynamic trailing stop mechanism
Integrated position management using the MQL_Easy library
Read from ToolEasyForYou.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
a
string
▼
╔═════════BUY═════════╗
ForBuyLS
double
0.01
Lot Size
ForBuySL
double
50
Stop Loss
ForBuyTP
double
100
Take Profite
d
string
▲
╚═════════BUY═════════╝
b
string
▼
╔═════════SELL═════════╗
ForSellLS
double
0.01
Lot Size
ForSellSL
double
50
Stop Loss
ForSellTP
double
100
Take Profit
c
string
▲
╚═════════SELL═════════╝
Z
string
ทั้งสองฝั่งเหมือนกัน BUY SELL
ทั้งสองฝั่งตั้งเหมือนกันของฝั่ง BUY SELL
X
string
ทั้งสองฝั่งเหมือนกัน current
ทั้งสองฝั่งตั้งเหมือนกันของฝั่ง current
Show all 23 inputs
Name
Type
Default
Description
e
string
▼
╔═════════current═════════╗
CurrentPriceAutoSLForBuy
double
200
เมื่อราคาไปถึงจะทำการ SL หน้าทุน
UpdateSLBuy
double
100
เมื่อราคาขยับตัวจะทำการ อัพเดท SLขึ้น
f
string
▲
╚════════current══════════╝
h
string
▼
╔════════current══════════╗
CurrentPriceAutoSLForSell
double
200
เมื่อราคาไปถึงจะทำการ SL หน้าทุน
UpdateSLSell
double
100
เมื่อราคาขยับตัวจะทำการ อัพเดท SL ขึ้น
g
string
▲
╚═════════current═════════╝
Dont
string
ดัานล่างอย่าตั้งค่า
buttonX
int
100
X-coordinate of the button
buttonY
int
100
Y-coordinate of the button
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone mixserrm999/MT5 from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This risk management tool for MetaTrader 4 and 5 calculates optimal lot sizes based on user-defined risk parameters, account balance, and currency. It provides a graphical user interface for setting entry, stop loss, and take profit levels visually on the chart. The expert advisor accounts for commissions, swaps, and m
This MetaTrader 5 tool acts as a discretion helper for manual traders to simplify order execution. It automates trade entries by applying calculated risk percentages and setting predefined stop loss and take profit values in pips. The utility features integrated trailing stop functionality, allowing users to define spe
This MetaTrader 5 utility is a comprehensive manual trading panel and risk management suite. It simplifies order execution by calculating lot sizes based on a defined risk percentage of account equity. Users can manage trades via automated break-even points, multi-mode trailing stops including Fractals, Moving Averages
This utility for MetaTrader 4 and 5 automates trade execution based on trader-defined chart patterns. Users draw trendlines, horizontal lines, or channels, which the expert advisor monitors to place pending breakout orders. It handles trade entries, stop losses, and take profits according to specific object naming conv
This expert advisor functions as a manual trading assistant for MetaTrader 4 and MetaTrader 5, designed to simplify discretionary order management. It provides a graphical interface on the chart, allowing users to execute trades with pre-defined risk parameters. The tool includes options for percentage-based risk calcu
This MetaTrader 5 expert advisor scans over 60 financial instruments to identify Turtle Soup reversal setups based on Candle Range Theory. It monitors price action for specific three-candle patterns involving a range, a false breakout with a long wick, and a subsequent reversal. The EA operates as an alert-only utility