Proper Bot is a MetaTrader 4 expert advisor that utilizes a triple moving average crossover for trend detection combined with a manual grid management system.
Proper Bot filters entries based on volume and specific price levels. When a trade moves against the initial position, the EA opens additional orders at predefined point distances with increasing lot sizes according to a custom grid map. Risk management includes a trailing stop and a very wide emergency stop loss. The repository lacks a README and includes several other standard indicator-based trading robots.
Read from Proper.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
a
string
* Signal settings:
MA_Fast_Period
int
10
MA_Mid_Period
int
25
MA_Slow_Period
int
50
MA_Disable
bool
false
Volume_Minimum
int
69
Volume_Period
int
1
High_Level
double
999.50001
Do not buy above this level
Low_Level
double
0.00001
Do not sell below this level
aa
string
* Grid Settings:
First_Lot
double
0.01
Grid_Map
string
100/0.02 150/0.03 200/0.04 250/0.05 999999999/0.1
Show all 29 inputs
Name
Type
Default
Description
aaa
string
* Order Settings:
Take_Profit
int
100
Stop_Loss
int
30000
Slippage
int
20
aaaaaaaa
string
* Trade Hours:
Start_Hour
int
0
Start_Minute
int
0
Finish_Hour
int
24
Finish_Minute
int
0
aaaaaaaaa
string
* Profit Trail:
Trail_Start
int
52
Number of points of the trailing stop
Trail_Distance
int
52
Total points in profit trailing begins
Trail_Step
int
4
aaaaaaaaaa
string
* EA Settings:
Market_Execution
bool
true
ECN, NDD etc
Magic_Number
int
2013
Write_Journal
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone kmugglet/ExpertAdvisors 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 collection for MetaTrader 4 provides a variety of expert advisors and utilities intended for automated trading and educational use. The primary component is a moving average crossover robot that opens positions based on trend direction. It features risk management tools including percentage-based stop losses, take
This repository provides a diverse library of expert advisors and technical indicators for MetaTrader 4. The collection includes robots utilizing moving average crossovers, MACD trend-following signals, and mean-reversion strategies based on Bollinger Bands. A notable inclusion is a Martingale robot that scales lot siz
This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This MetaTrader 4 collection contains various expert advisors, including a primary strategy based on EMA 50/200 crossovers and RSI filtering. The main EA manages entries through trend confirmation and provides risk controls such as stop loss, take profit, and trailing stops. It includes features for breakeven activatio
This repository functions as a large collection of over 170 MetaTrader 4 expert advisors provided in source code format for further development. The library includes various automated trading robots based on popular technical indicators such as Heiken Ashi, RSI, Stochastic, and MACD crossovers. The included files utili
This repository provides a collection of MetaTrader 4 expert advisors, with a primary focus on the Dreamguy MaCrossMarti system. The EA initiates trades based on fast and slow moving average crossovers, utilizing a long-period moving average for trend filtering. It manages positions through a grid-based approach and ma