Session Sauce 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, take profits, and percentage-based position sizing. It uses a trade management system that supports closing partial positions at four distinct profit targets while moving the stop loss to a break-even point to protect capital.
Automated trading of New York, London, and Asian sessions
Entries based on session opens or session high/low levels
Multi-tier partial profit closing at four distinct pip levels
Flexible lot sizing using fixed values or account percentage risk
Read from Session Sauce v3.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
SETTINGSs
string
======= TRADE SESSIONS LOW/HIGH SETTINGS ======
sellAsianLow
bool
false
Sell asian low?
buyAsianLow
bool
false
Buy asian low?
sellAsianHigh
bool
true
sell asian high?
buyAsianHigh
bool
false
buy asian high?
sellLondonLow
bool
false
Sell london low?
buyLondonLow
bool
false
Buy london low?
sellLondonHigh
bool
false
sell london high?
buyLondonHigh
bool
false
buy london high?
SETTINGSss
string
======= TRADE SESSION OPEN SETTINGS ======
buyLondonOpen
bool
false
Buy london open?
sellLondonOpen
bool
false
Sell london open?
Show all 35 inputs
Name
Type
Default
Description
buyAsianOpen
bool
false
Buy Asian open?
sellAsianOpen
bool
false
Sell Asian open?
buyNewYorkOpen
bool
true
Buy new york open?
sellNewYorkOpen
bool
false
Sell new york open?
SETTINGS
string
======= ORDER SETTINGS ======
takeprofit
int
1000
Take profit
stoploss
int
20
Stop loss
usepercentrisk
bool
true
Use risk per trade?
percentrisk
double
0.25
Percent risk
uselotsize
bool
false
Use lot size?
lotsizee
double
0.10
Lot size
martinTimer
int
1
Limit expiry (hours)
BreakEvenSettings
string
======= TAKE PARTIAL SETTINGS =======
UseBreakEvenStop
bool
true
Use take partials?
BEclosePercent
double
50.0
Close how much percent?
breakstart
double
50
Take partials after how many pips in profit (1)
breakstart2
double
100
Take partials after how many pips in profit (2)
breakstart3
double
200
Take partials after how many pips in profit (3)
breakstart4
double
300
Take partials after how many pips in profit (4)
breakstop
double
20
Move stop loss in profit X pips
MAGICNUMBERS
string
======= OTHER SETTINGS ======
magicNBs
int
613119
Magic Number
orderComments
string
SS v3
Order Comment
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone jblanked/Session-Sauce 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.
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 utilizes the SuperTrend and Bollinger Bands indicators to identify market entries. It monitors for trend changes, breakouts, corrections, and pullbacks. The EA incorporates several risk management tools, including a configurable stop loss, dynamic stop loss logic, and a trailing stop. I
This expert advisor is designed specifically for trading gold on the MetaTrader 4 platform. It employs a hybrid strategy approach, allowing users to toggle between trend following using moving average crossovers, mean reversion via RSI and Stochastic divergence, and breakout patterns. Trade management includes automate
This MetaTrader 4 expert advisor implements a counter-trend strategy based on RSI trendline breakouts and price prediction indicators. It enters trades when the RSI breaks out of support or resistance lines and manages positions using a grid-based approach. The system layers limit and stop orders at fixed intervals, em
This expert advisor for MetaTrader 5 is a multi-strategy system that utilizes market regime detection to switch between trend following, range trading, and breakout modes. It incorporates a wide array of technical indicators, including Moving Averages, RSI, MACD, Ichimoku, and SuperTrend. The bot manages risk through v
This MetaTrader 5 expert advisor is designed for gold trading using an adaptive, modular architecture. It features a regime detector that switches between trend-following, mean reversion, and breakout strategies based on market conditions. The system utilizes exponential moving averages, ADX for trend strength, and RSI