Forex Cruise System is a MetaTrader 4 expert advisor that executes a breakout strategy based on price movements during the US and European session openings.
The robot identifies a price range within a specific morning time window and enters trades when price breaks beyond defined thresholds. It includes integrated risk management that calculates lot sizes based on a percentage of the account balance. Users can configure five multiplier-based take profit levels and set filters for minimum or maximum box size. The EA manages trades until a designated session end time.
Read from CRUISE 2.3.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
risk_percent_per_trade
double
0.2
base_balance
double
1000
box_start_time
string
6:00
box_end_time
string
9:15
session_end_time
string
23:00
tp1_factor
double
1.000
tp2_factor
double
1.809
tp3_factor
double
2.618
tp4_factor
double
3.427
tp5_factor
double
4.236
box_min_size
int
150
box_max_size
int
800
Show all 19 inputs
Name
Type
Default
Description
buy_entry_line_shift
int
20
sell_entry_line_shift
int
20
box_ok_color
color
clrLightBlue
box_min_color
color
clrRed
box_max_color
color
clrOrange
box_session_color
color
clrLinen
box_profit_color
color
clrLightGreen
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone mamadrahmani/Forex_Cruise_System 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
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
This MetaTrader 4 expert advisor automates trading on the foreign exchange market, with specific testing historicals for GBPUSD on the five-minute timeframe. It focuses on intraday logic, allowing users to define specific trading windows and maximum daily trade limits. Risk controls include dynamic lot sizing based on
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 MetaTrader 4 robot implements a grid-based hedging strategy triggered by inside bar price formations. It places multiple pending orders on both sides of a breakout and uses martingale lot scaling to increase position sizes for subsequent entries. The expert advisor is designed for the H4 and Daily timeframes, util
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