Specifiche

should set up automated trading ea from these points and attached ea.

if price simply trends up, or there is a news break or a spike, the ea triggers buys. then,
if it immediately spikes down, or simply trends down, it should close buys at profit,
after inserting a trail as a backup stop loss, or the breakeven (plus swap and
commissions).  then opens the sells, and will do this both directions, similar to oco. 

all done within the one minute candle or at the end of it. it should not be done during several candles, nor during several hours, nor several days.
 
add a user defined input for RiskPercent.

maximum number of trades that the ea can continue to open, must be based on
RiskPercent, balance, available equity, margin requirements, and number of open trades.

ea should calculate profit for up to five digits pip movements correctly and include
lot, swap, and commissions.

ea should adjust for two, three, and five digit prices.

currently, you should note that, the ea is closing trades at a loss. it is opening opposite
 trades, locking them (hedge), holding and closing them at a loss.

ea should not open opposite trades and lock them (hedge). ea is draining the balance out. 
that is not good.

ea should start working with a balance as low as $150,00., or lower, and the margin
of 1:300. 

ea must calculate lot per trade based on balance, available equity, margin
requirements, number of open trades, and the user defined lot input and RiskPercent.

basically, the ea should be able to follow consecutive ticks in the direction of profit.

if necessary, you should set up other indicators, or replace the current ones.

use these user defined inputs:
MaxSpread = 0;
UseMaxLoss = ;
MaxLoss = 0;
UseMaxPipsLoss = ;
MaxPipsLoss = 0;
LotSize = 0.01 ;
RiskPercent = 0.0 ;
slippage = 0;
StopLoss = 0 ;
TakeProfit = 0;
UseMoveToBreakeven = ;
BreakEven = 0;
BreakPips = 0;
UseTrailing = ;
TrailStop = 0 ;
TrailStep = 0 ;
MaxTrades = 0 ;
please show debug errors in ea terminal journal for at least opening, closing, and modifying orders, receiving tick data, price feeds, and broker connection status.

File:

Con risposta

1
Sviluppatore 1
Valutazioni
(361)
Progetti
644
26%
Arbitraggio
92
72% / 14%
In ritardo
12
2%
In elaborazione
Pubblicati: 1 codice
2
Sviluppatore 2
Valutazioni
(33)
Progetti
35
40%
Arbitraggio
11
9% / 91%
In ritardo
4
11%
Gratuito
Pubblicati: 4 codici
3
Sviluppatore 3
Valutazioni
(43)
Progetti
74
50%
Arbitraggio
5
0% / 60%
In ritardo
19
26%
Gratuito
4
Sviluppatore 4
Valutazioni
(73)
Progetti
257
53%
Arbitraggio
16
50% / 38%
In ritardo
83
32%
Gratuito
5
Sviluppatore 5
Valutazioni
(17)
Progetti
24
33%
Arbitraggio
5
20% / 40%
In ritardo
8
33%
Gratuito
6
Sviluppatore 6
Valutazioni
Progetti
0
0%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(4)
Progetti
6
0%
Arbitraggio
2
0% / 50%
In ritardo
4
67%
Gratuito
8
Sviluppatore 8
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
9
Sviluppatore 9
Valutazioni
(58)
Progetti
77
44%
Arbitraggio
12
8% / 50%
In ritardo
12
16%
Gratuito
Ordini simili
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
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
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the

Informazioni sul progetto

Budget
30 USD
Scadenze
da 2 a 3 giorno(i)