Clarissa EA identifies entry opportunities by comparing Monday's price change to the 14-period Average True Range (ATR) on a daily timeframe. For trade management, the EA features volatility-based stop loss and take profit levels calculated as multipliers of the ATR. It includes an automated position sizing module that adjusts lot sizes based on a user-defined risk percentage of the account balance. The repository contains both complete and incomplete versions but lacks documentation.
Read from Clarissa_Complete.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
MagicNumber
int
12345
SignalMail
bool
False
Slippage
int
3
UseStopLoss
bool
True
StopLoss
int
30
isVolatilityStopOn
bool
True
VolBasedSLMultipler
int
1
UseTakeProfit
bool
True
TakeProfit
int
0
isVolatilityTakeProfitOn
bool
True
VolBasedTPMultipler
int
2
UseTrailingStop
bool
False
Show all 19 inputs
Name
Type
Default
Description
TrailingStop
int
0
entryRuleVersion
int
1
atr_period
int
14
ATRmultiplier
int
1
Lots
double
1.0
isSizingOn
bool
true
Risk
double
3
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Lucas170/Chapter-15-All-Files 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 expert advisor for MetaTrader 4 focuses on gold trading using daily price extremes and moving averages. It calculates the 7-day Simple Moving Average and identifies the highest price points from the previous five trading days to determine market direction. The EA executes its logic on a five-second timer interval
This MetaTrader 5 expert advisor implements a box breakout strategy designed for the foreign exchange market. The robot identifies price ranges during specific time windows and enters trades upon a breakout. It features a trend filter using fast and slow moving averages to align entries with broader market direction. R
Binario is a breakout expert advisor for MetaTrader 4 and 5 that utilizes a price channel constructed from two moving averages of the same period. By default, it uses a 144-period exponential moving average applied to both highs and lows. It enters trades when the price moves outside this band by a predefined pip dista
Mad Pound Profits is a MetaTrader 4 expert advisor that automates trading based on structural breakouts and price action. The system utilizes time-specific analysis windows throughout the day to identify entry opportunities. It incorporates technical elements such as Fibonacci levels, momentum indicators, and mean reve
This MetaTrader 4 expert advisor executes a regime-gated breakout strategy specifically optimized for XRP and ETH markets. It operates on the H4 timeframe, utilizing Bollinger Bands for entry signals coupled with ADX and ATR filters to identify high-volatility trend environments. The EA employs a one-shot entry approac
Session Sauce is an automated expert advisor for MetaTrader 4 designed to trade market session transitions and price extremes. It allows users to configure entries based on session opens, highs, and lows for the New York, London, and Asian sessions. The EA includes risk management features such as fixed stop losses, ta