Need EA programmer to develop trading bot making use of other EA's, indicator's on the chart, calculates entry based on balance, equity and margin/ free margin- robot ought to provide the option to place manual trade or offer a higher possibility on win rate and DD TO increase lot size for the highest TP available- furthermore the robot/algo ought to take into consideration breakout/pullback strategy, any news that may change the trend whether is on uptrend or downtrend THE 20 ema and 50 ema.
Entry based on pullback or breakout strategy making use of above or below pivots/fibonacci to r1 to r3 / s1 to s3
also making use of the 20 ema and 50 ema if 20 is above the the 50 ema is a buy entry order and if the 20 goes under is a sell order
also making sure the bot scans other timeframes in order to get confluence and confirmation on entry
entry on the 15 minute candle and we need more perfection and stronger confirmation the 1m
the algo/bot ought to color the candles whether is buy or sell also making use of the volume, session volume and volume to see profile visible range giving price confirmation
same for exit bot/algo inform trader of exit or stay longer in trade as well as move Trail SL and move TP if confirmation from data is positive following the trend is going whether is bullish or bearish
Commandes similaires
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