Active Forex Trader
Years Experience
Market Analysis
Everything on this website is built around one goal: helping traders manage risk better, think more clearly, and avoid emotional trading decisions.
As an active forex trader and full stack backend developer, I build the Expert Advisors and indicators I personally use inside MetaTrader 4 and MetaTrader 5. Inspired by the work of Al Brooks in price action trading and Mark Douglas in trading psychology, the focus is always on structure, discipline, and consistency.
Here you will find free MT4/MT5 Expert Advisors, risk management tools, forex trading journal analysis, trading psychology insights, and future premium trading utilities designed for serious traders.
//+——————————————————————+
//| Zaahed Risk Management Air |
//| Created by Zaahed Hosseini |
//| Website: https://zaahed.com |
//+——————————————————————+
#property copyright “Zaahed Hosseini”
#property version “1.7”
#property strict
#property show_inputs
//— Risk Management Inputs
enum ENUM_RISK_MODE { RISK_PERCENT, RISK_FIXED };
input ENUM_RISK_MODE RiskMode = RISK_PERCENT; // Risk Mode
input double RiskPercent = 2.0; // Risk (%)
input double RiskFixed = 20; // Risk ($)
input double RiskRewardRatio = 1.0; // Risk/Reward Ratio
input int DefaultSLPips = 260; // Default SL (Pips)
//— Limit Order Settings
input bool UseLimitOrders = false; // Enable Limit Orders
input int LimitOrderExpiration = 1440; // Limit Order Expiration (minutes)
//— Global Variables
double currentRR, entryPrice, takeProfitPrice, calculatedLot;
bool isBuyMode=false, isLinesDrawn=false, buySelected=false, sellSelected=false;
//— Object-name prefixes
#define PREFIX “RR-Pro_”
#define ENTRY_LINE PREFIX “EntryLine”
The goal is simple: make risk management faster, trading execution cleaner, and decision making more mechanical.
MetaTrader-4 & MetaTrader-5
Automatic risk calculation as a percentage or fixed amount of your choice based on your account balance
live spread, candle close countdown, server time and date
Drag the stop loss and entry lines up and down, the take profit line maintains your risk/reward ratio based on your settings
Safety features to protect your account balance
Download free MetaTrader tools And improve your trading discipline.
I analyze the forex market daily, sharing real trade setups, execution reasoning, trade management, and psychology insights based on live conditions.
Note: This is an educational resource, not a signal service. My focus is on structured analysis, disciplined execution, and understanding the logic behind every trade.
XAUUSD - Sell at 1985.50
SL: 1992.00
TP1: 1978.00
TP2: 1965.00
Resistance at daily pivot, overbought conditions
EURUSD - Buy at 1.0850
SL: 1.0820
TP1: 1.0880
TP2: 1.0915
Based on daily support and RSI divergence
JPYUSD - Buy at 1.2350
SL: 1.2315
TP1: 1.2390
TP2: 1.2425
Bullish engulfing on H1, MACD crossover