Auto Cal Lots Expert Adviser calculates position sizes based on the user account balance, a target interest rate, and a specific pips distance. The tool provides manual execution buttons for immediate buy and sell orders, including a feature for consecutive multiple entries to facilitate pyramiding. Risk management includes configurable stop loss and take profit levels, along with an automatic global exit function that closes all positions once a total pips profit threshold is reached.
Read from Auto_Cal-Lot_Order.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
num_entry
int
2
連続エントリー回数
pips
double
20
基準獲得pips数
Interest_rate
double
2.5
利率( /基準獲得pips数)
account_type_lot
default_lot
standard
口座タイプによる1ロットのサイズ
max_lot
int
50
Fx会社ごとの最大ロット
slip_pege
int
2
スリップページ[pips]
Auto_exit
bool
false
自動決済機能
Auto_pips
int
30
自動決済基準[pips]
profit_pips
int
20
指値pips
loss_pips
int
50
逆指値pips
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone KawaiAkihiro/Auto_CalLots_Expert_Adviser from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts.
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 MetaTrader expert advisor functions as a trade manager that automates stop loss adjustments for existing positions. It specifically waits until a trade reaches a user-defined profit threshold in points before initiating a trailing stop. The tool includes flexible filtering options to manage specific symbols, magic
This trade manager for MetaTrader 4 and 5 automatically adjusts the stop-loss levels of open positions using the Average True Range indicator. It allows users to define the trailing distance through a configurable ATR period and multiplier. The expert advisor includes filtering logic to apply the trailing stop only to
PSAR Trailing Stop is a management utility for MetaTrader 4 and 5 that automates the adjustment of stop-loss levels for open positions. Instead of manual movement, it follows the Parabolic SAR indicator values to lock in profits or minimize losses as a trend progresses. The software includes filtering options to target
This expert advisor is a utility for MetaTrader 4 and MetaTrader 5 designed to manage stop-loss levels for existing trades. It utilizes Bill Williams' Fractals indicator to dynamically adjust the stop loss as new fractal points form on the chart. Users can configure the number of bars to scan and specify which fractal
PATI Trading Assistant is a MetaTrader 4 utility designed to facilitate trade management and bookkeeping based on the PATI trading methodology. It automates the placement of stop losses and take profits, specifically managing range breakout and pullback setups. The EA includes risk controls such as the Two Minute Rule
This expert advisor acts as a trade manager for MetaTrader 4 and 5, focusing on automated stop-loss adjustments. It uses the Supertrend indicator to dynamically calculate and move the stop-loss level for existing positions. Users can filter which trades are managed based on symbol, magic number, trade type, or comments