I would like the EA to follow the indicators rules.
It all starts with a blue sign either on top or below of a closed candle.(blue sign appears before the candle closes)
If the blue sign appears above the candle then its a start to downtrend(bear) so you sell when the candle closes.
If the blue sign appears below the candle then its a start to uptrend(bull) so you buy when the candle closes.
Ea should open first position when the blue sign appears either above or below the candle and only after the candle closes.
After the first open position(candle with the blue sign) there might be cases where later candles will have vertical arrows either above(red =bear) or below(green=bull).
I would like the EA to open additional position at every arrow as:
Red vertical arrow above closed candle means you open sell positions(as many as appear during downtrend).
Green vertical arrow below closed candle means you open buy positions.(as many as appear during uptrend).
The vertical arrows always appear according to the blue sign in uptrend or downtrend.(If blue initial sign is below candle then the further candles will have green vertical arrows underneath them pointing up as buy signal. If the blue initial sign is above the closed candle then all further closed candles will have red vertical arrows above them pointing down as sell signal.)
There are different, smaller and non vertical but pointing across arrows appearing on the chart but I would like them to be ignored.
To take profit(TP) you wait until a brown sign appears either above or below a closed candle.
When the initial blue sign was below candle as buy(uptrend) then the brown sign will appear above the closed candle indicating "take profit(TP).
When initial blue sign was above candle as sell(downtrend) then the brown sign will appear below the closed candle indicating TP.
When the brown sign appears and the candle closes the EA should close every open position (TP).
I would like to have the option to change the lot size manually unless it can be automated.
At this point i would like the EA to TP(take profit)
Похожие заказы
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization