I want to develop an indicator for MT4 Correlation similar to this demo I'm sending.
This demo is for MT5 and is valid until 2020-01-10 but if you use backtest with earlier date it will work for you. Observe how it works
I do not have the .mq5 file
indicator plots on a sub window the Price Line Close of 2 different symbols around level 0 Does not repeat and has no delay
look print 00.png
I want the indicator to work in exactly the same way as the demo indicator and with the same options by adding a few more:
look print 01.png
TimeFrame PERIOD_M5 TimeFrame Choice
Symbol n.1 EURUSD Can I set any Symbol Available on Broker example:
EURJPY, GOLD, XAUUSD, WING20, WIN $ N, BTCUSD, UsaTec, Bra50Feb20, CoffeMar20, VALE3, SILVER ...
Reversed false Reverse Position
Symbol n.2 USDCAD Can I set any Symbol
Reversed false Reverse Position
Average Period 14 Adjustable Period
Period 100 Determining Amount of
Candles for Plot Calculation (If you change this value the plotting of lines will also change)
nDrawBars 1000 Determine How Many Candles Behind That Indicator Will
Be Visible
Delta #1 0 Level 0
Delta #2 4000 Adjustable Delta Level
Delta #3 -4000 Adjustable Delta Level
Delta #4 20000 Adjustable Delta Level
Delta #5 -20000 Adjustable Delta Level
look print 02.png
look print 03.png
Choosing Colors and Thicknesses of Precision Lines, and Delta Lines
Buffer1 line Price Symbol 1 with description showing delta value above or below 0
Buffer2 line Price Symbol 2 with description showing delta value above or below 0
Buffer3 showing the delta value difference between the 2 lines
Line Price Above Level 0 value Buffer Positive Line Price Below Level 0 value Buffer Negative
Subwindow texts equal to Demo showing Values
I want the file using #property strict
and I want the .mq4 and .ex4 file without warnings
I want the whole code Commented in English or Portuguese Brazil
Pedidos semelhantes
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