Spécifications

current EA missing some trading constraints, such as specific triggering constraint, trailing stop loss, close trade when X or Y are signaled, alerts...

will provide my current code for reference  (if needed) and backtest log

///////////////////////////////////////////////////////////////

I have been creating EA for a short time but olny have achived simple robots and they lack of the constraints I need to have.  Need an expert to support my amateur coding.


The EA should work on the following


  • intraday basis
  • from 5 minutes to 1 hour
  • use moving averages and oscillators to execute trade
  • MA triggered by crossing
  • oscillators triggered by OB/OS or middle line (0)
  • only one trade at a time 
  • use money managment for lot sizing (editale in order to increse/decrease accodring to risk appetite)
  • use trailing stop loss
  • close order when signals invert or momentum loss (allowing to enter another in the opposite direction)
  • takeprofit when certain signal is given (could prescind of this if trailing stop loss work optimaly)
  • alert on the platform and via email when a trade is executed (open & close)
  • should have trading hours restriction


I found out that many trading opportunities are missed due to the missing constraints of closing trade when market reverses and have huge drawdowns. I know this code could be optimized with some trading constraints that would ultimately benefit the bottom line.



Dossiers :

Répondu

1
Développeur 1
Évaluation
(1)
Projets
1
0%
Arbitrage
0
En retard
0
Gratuit
2
Développeur 2
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
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
Mt5 ea 30+ USD
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

Informations sur le projet

Budget
30+ USD
Délais
de 1 à 3 jour(s)