Hey again guys.
I need a expert advisor based on 3 conditions/indicators. The Ea will provide and enter/exit trades only when all 3 indicators allign .
Each indicator provide a non repaintable signal and a trade taken in a sell position, will continue until all 3 indicators will provide a buy signal. Only then the EA, needs to close the sell position and enter a BUY automatically .
Indicators : Trend strength position - Confirmation
: Crossover : Ex. Momentum crossover/ Baseline breakout will provide entry/exit. Second Confirmation
: Cycle Indicator , Will provide last confirmation entry/exit signal and will add/confirm a new position in the market.
EA MUST include :
Indicator : 1 -2 - 3 True/False
MM
Risk in percent
Risk in money
SL percent
Etc
Use Partial Close
Add Position
Time range from -Time range to.
Trading days : Monday - True , etc.... Friday - False
e-mail notification , mt4 to Telegram. etc.
I can provide the indicators and any type of EA you want. So if this will make your job more easy, i will be happy to help as much as i can.
Test :
Strategy is working on all the pairs/Time Frames +15 min., including Gold and CFD ! The smaller is the time frame the less reliable the strategy is. Scalping can be made with the same strategy on 5 min chart. 80-85% signals correct. On 30 min, 1H+ 95-98% signals correct.
If the coder will have passion and will write the strategy correct then this will be the best EA , ever made til now.
P.S . The EA will be tested straight on a REAL account !!!
If it's you, with a sharp mind, please let me know :).
Best regards.
Similar orders
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
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained