Good Day, I want someone to modify and create New EA based on my existing blackdiamond indicator.
The black diamond indication will be added to the chat 3 times,
The First blackdiamond indicator input should be set to 600 and the trend line colour is red indicate 'sell', and line green indicate 'buy'. the size of the trend line is 2
The second blackdiamond indicator input should be set to 300 and the trend line colour is red indicate 'sell', and line green indicate 'buy'. the size of the trend line is 1
The Third blackdiamond indicator input should be set to 150 and the trend line colour is red indicate 'sell', and line green indicate 'buy'. the size of the trend line is 1.
Buy Alert signal:
1. There is a buy alert signal at the point if all three trend line indicate Buy ( Green )
Sell Alert Signal:
1. There is a Sell alert signal at the point if all three trend line indicate Sell ( RED )
-------------------------------------------------------------------
On completion of the Job am to receive from you the full Mql4 source file and EX4 file Of The EA.
1. The Alert should open a trade and also alert sound and send Email notification on mt4 ,
2. The EA should have magic number
3. Include take profit and stop loss as well as trailing stop.
4. add any function that will make the EA perform
5. The Executable file and the mql4 source file should have password
6. option to pulse the EA from opening trade, while it continue to send alert sound/Email notification. Message me for discussion if you are interested. Am paying $30 for this project. please don't apply if your price is more than $30
Thank you.
相似订单
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location