1. The EA would trigger the grid setup once specific lot size was opened (initiallot=0.12). If buy position was manually opened with 0.12 lot, the EA will place (i=1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8) 8 buy limit positions (could be more depending on input) with (step=100) 100 pips gap each. Otherwise, if i manually open sell position with 0.12 lot, sell limit positions will open. Example: If I place buy position with
Hi, need ORB indicator from lux algo to convert to EA for MT5. It's really not a complicated EA. * buy when the candle breaks the indicator and forms a fvg (on that first or next created fvg) immediate entry into the trade (we will not wait for a return to the fvg) *stop loss is the lowest point of the candle that breaks the orb, if the formed fvg is lower than the candle that broke the orb, then the stop loss is the
I’m looking for an MT4 developer with strong backtesting experience to test several trading concepts individually using long-term historical data. This job will be done in phases , starting with backtesting the first 3 months for each concept before continuing further. Only developers experienced with MT4 strategy testing, custom indicators, and long-term data are encouraged to apply
I need an MT4 expert to backtest several trading concepts individually , not combined. Each concept must be tested using 10 years of historical data , starting with the first 3 months only for Phase 1. Core concepts to test separately include: Gann Box bias GG Box zones Fibonacci/Breakout Box Wick-based entries Time window trading Deliverables for each test: Performance metrics (win rate, drawdown, profit factor
I already have some part of the code, i only need you to update it to make it work better and accurately bellow is what i want updated on the code HTF swing OB/BB plot correctly in LTF using hybrid method and plot only in HTF external swing point that caused a BOS/CHOC plot HTF FVG correctly on LTF in real time with OB/BB and FVG not plotting on each other in the chart Fibonacci plot correctly with external swing
TMP Trader – MT4 Indicator Project Specification This document outlines the required features and specifications for a custom MT4 indicator named TMP Trader. The tool is based on a price-action strategy that uses manually drawn trap zones to detect high-probability trade setups. The focus is on visual candle/body strength filtering, engulfing confirmation, and manual control of zones and trade management levels. Key
Hi MQL community, I’m seeking a skilled MQL5 programmer to enhance the performance of my existing Expert Advisor. Your tasks will include: Running detailed backtests with my current set file Identifying and adjusting parameters for stronger trend-based results Optimizing the EA to meet my exact specifications for reliable performance I will provide full EA details and trading logic so the requirements are completely
i need help to generate candle closed crossing MA, if 1 candle closed crossing signal MA follow candle comes with signal for buy when closed up and for sell when closed down. Note: Please this is help not have money to pay, just help me please Bellow is the logic code. // Calculate the indicator values for (int i = prev_calculated - (rates_total==prev_calculated); i < rates_total; i++){ indvalue[i] =
I need a developer who can code the soup room 1am, 2am London Twilight Zone , 5am and 9am crt trading strategy into and indicator for me with all filters working accurately, indicator will put into consideration all filter according to the strategy before placing a signal, i have parts of the code already, i want the fibonacci to be dynamical, i want OB/BB to plot using hybrid method and i want signals and dash board
Hello, I need help connecting my Expert Advisor (EA) with ClusterDelta Developer Indicators. I already have: Dev indicator source file ( #Footprint_Data_for_EA.mq5 ) Documentation (PDF with buffer/index mapping) My EA code ( VWAPFlowEA_Final.mq5 ) 👉 Task: Make my EA read values from the indicator (VWAP, CumDelta, Ask, Bid, Imbalance). Use CopyBuffer() or recommended method (ClusterDelta support suggests buffer