Build a MT5 EA to trade with Slow Stochastics and Fibonacci Projection level on current timeframe. The EA will execute buy or sell entry trades based on Stochastic golden/death crosses and place take-profit orders based on user-defined Fibonacci Projection level.
Requirements & Logic
1. If Slow Stochastics main and signal crossovers appear, run Fibonacci Method() to determine take-profit level. Do not open new position if there are no Fibonacci or take-profit levels due to insufficient data or golden and death crosses.
a. If main crosses above signal (1st golden cross) AND no existing position AND Fibonacci method() returns value (take-profit), execute buy trade.
b. If main crosses below signal (1st death cross) AND no existing position AND Fibonacci method() returns value (take-profit), execute sell trade.
2. Fibonacci Method() for buy trade take-profit (Refer to attached Buy Trade pic).
a. If latest/current crossover is in sequence of 1st stochastic golden cross, 1st death cross, 2nd golden cross and 2nd death cross.
b. Fibonacci Start Point: Lowest price from 2nd death cross to one candlestick before 1st death cross.
c. Fibonacci End Point: Highest price from 2nd golden cross to one candlestick before 1st golden cross.
3. Fibonacci Method() for sell trade take-profit (Opposite of no. 2, refer to attached Sell Trade pic).
a. If latest/current crossover is in sequence 1st stochastic death cross, 1st golden cross, 2nd death cross and 2nd golden cross.
b. Fibonacci Start Point: Highest price from 2nd golden cross to one candlestick before 1st golden cross.
c. Fibonacci End Point: Lowest price from 2nd death cross to one candlestick before 1st death cross.
4. Place take profit level at user defined Fibonacci Projection Level.
5. Take-profit level updated real-time upon new set of golden and death crosses.
6. Show highest and lowest prices on screen real-time.
Input Variables
1. Slow Stochastic K, D and Slowing (Default: 14, 3, 3).
2. Fibonacci Level (Default: 0.618)
Please feel free to improve efficiency of the code or logic, thank you.
Ähnliche Aufträge
Required: Creation, Integration and successful execution of trading algo/robot in MT5 using MT5 VPS, and Execution of trades in MT5 via trading view (pine script), and c#(.NET) code for cTrader, all setups required on urgent basis. Brokers : Trades to be executed in both brokers Swissquote and Pepperstone. Parameters required Manual Start/Stop Session Time: Start Time (works as per below conditions) / End Time (auto
I am looking for an experienced MQL5 developer to create a highly profitable Expert Advisor (EA) based on a grid or hedge strategy. The EA should be designed for short-term trading and must operate efficiently on the M1 or M5 timeframes. Requirements: Strategy: Grid trading, hedging, or a hybrid of both Instruments: BTCUSD and XAUUSD Timeframes: M1 and M5 The EA must be optimized for high-frequency execution and fast
Hi basically I'm wanting an already made EA scalper that's constantly in and out of trades on the M1 time frame that has good risk management. It knows what it's doing. Most of its trades are profitable and that can start with £100. I am willing to pay up to £1000 for the right scalping bot. If you please have one and you're very confident in it, please allow me to use a live version to see how it does and if I'm
Auto trading system on mobile with high probability win rate. Trades and auto trading system that works well on gold and forex, most important risk reward ratio. It must be 1:3 or more then that whenever possible
Auto trading system with hi probability win rate. Trades and auto trading system works well on gold and forex most important risk reward ratio. It must be 1:3 or more then that
Hello, i would like to have a ninjatrader indicator. I wanna to have a footprint indicator with delta, imbalances and big trades identifiable. Also I wanna sell it on whop. And it should be fully customisable in NT8
Intraday Trade Ninja EA Indicators used: Price Border(TMA) MA-X Arrows xSuperTrend Candles EMA 49 & 89- Per Candle Color Switching Lemansignal 200 SMA Major Criteria to consider before a trade setup or condition is taken · The price must have touched/tested the upper or
//+------------------------------------------------------------------+ //| Simple Moving Average Crossover EA | //+------------------------------------------------------------------+ #property strict input int ShortMA = 10; input int LongMA = 50; input double LotSize = 0.01; int shortMAHandle; int longMAHandle; //+------------------------------------------------------------------+ int OnInit() { shortMAHandle =
I need an experienced MQL5 developer to build a custom MT5 Expert Advisor for XAUUSD. Strategy Overview: Trend-following using EMA 50/200 on H4 and H1 Pullback entries on M5 using RSI + candle confirmation No martingale, no averaging down Controlled scaling only when trades are already in profit Maximum 2–3 positions per direction Risk Management: Daily loss limit (%) Equity hard stop (%) Consecutive loss pause
Create a fully working Expert Advisor (EA) for MetaTrader 5, designed exclusively for GOLD (XAUUSD only). This is a high‑probability trend‑following breakout strategy built specifically for passing 2‑step prop firm challenges — it delivers a ~60–65% win rate, uses a strict 1:3 risk/reward ratio, and is optimised to pass both phases in roughly 1–2 weeks total. --- ⚙️ USER INPUTS — FULLY FLEXIBLE RISK --- All main