CC Trading Management allows users to visually define risk through draggable on-chart stop loss and take profit zones, automatically calculating lot sizes based on a percentage of account risk. The EA manages open positions with partial closing options, break-even adjustments, and trailing stops. It includes technical overlays such as session boxes for major market hours, Volume Profile with Point of Control, VWAP, and daily range ladder levels.
Read from CC_TradingManagement.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpRiskPct
double
1.0
Risk per trade (%)
InpRR
double
2.0
Reward : Risk
InpSLPts
int
200
Stop loss (points)
InpLimitDist
int
100
Pending order distance (points)
InpDeviation
int
20
Max slippage (points)
InpMagic
ulong
1680
Magic number
InpTrailOn
bool
false
Trailing stop
InpTrailStart
int
100
Trailing start (points)
InpTrailStep
int
50
Trailing distance (points)
InpSessOn
bool
true
Session boxes
InpPocOn
bool
false
POC / Volume profile
InpVwapOn
bool
false
VWAP
Show all 40 inputs
Name
Type
Default
Description
InpHoomanOn
bool
false
Hooman levels
InpToolOn
bool
false
TP/SL tool (long) on start
InpPOCBars
int
150
POC: bars in profile
InpPOCBins
int
40
POC: price bins
InpPOCValueArea
bool
true
POC: draw 70% value area
InpVwapMaxBars
int
400
VWAP: max segments drawn
InpSessDays
int
2
Sessions: days back
InpConflPts
int
30
VWAP/POC confluence (points)
InpAsiaOpen
int
0
Asia open (GMT hour)
InpAsiaClose
int
9
Asia close (GMT hour)
InpLonOpen
int
7
London open (GMT hour)
InpLonClose
int
16
London close (GMT hour)
InpNyOpen
int
13
New York open (GMT hour)
InpNyClose
int
22
New York close (GMT hour)
InpPanelBody
color
C'96,118,168'
Panel body (light navy blue)
InpPanelHead
color
C'40,56,96'
Panel header / buttons (navy)
InpPanelAccent
color
C'255,204,0'
Active toggle accent (gold)
InpWelcomeSec
int
30
Welcome card duration (sec, 0=off)
InpPocColor
color
C'233,30,120'
POC (deep pink)
InpVwapColor
color
C'224,168,20'
VWAP (deep gold)
InpAsiaColor
color
C'46,125,225'
Asia session box
InpLonColor
color
C'150,80,215'
London session box
InpNyColor
color
C'240,140,30'
New York session box
InpSessOpacity
int
12
Session fill opacity % (0=off, 100=solid)
InpSessEdges
bool
true
Session high / low edge lines
InpTpColor
color
C'38,196,120'
Target line / profit zone
InpSlColor
color
C'235,70,70'
Stop line / loss zone
InpEntryColor
color
C'160,170,190'
Entry line
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone ChartAndChill/CC-Trade-Mangement from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 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
Trader Pad is a trade management utility for MetaTrader 5 designed to automate position exits and risk control after an entry is initiated. The software handles stop-loss and take-profit placement in ticks, providing advanced trailing stop logic and break-even functionality. It allows users to scale out of positions th
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
This visual trade management utility for MetaTrader 5 assists manual traders with order execution and risk management. It features interactive chart lines for entry, stop loss, and take profit levels, allowing for drag-and-drop price adjustments. The system automatically calculates position sizes based on a defined per