New Scalper ea Logic Order BuyStop & Logic Order SellStop

MQL4 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del cliente
Thank you good job...super...thanks a gain
Feedback del dipendente
Very excellent customer!!!

Specifiche

Hello, i need a new Ea:

Chedly Scalper is a fully automated Expert Advisor that works by observing speed of price movements with Bollinger Band Filter.

This EA use Pending in Upper or Lower Bollinger Band for search breakout price.

This EA design for EURUSD or GBPUSD only


Kindly  I require:

Chedly Scalper uses bollinger band and price movement speed. This EA works by observing the speed price movement in each candle to look for breakout points.

Below is a logic for an entry or exit point:

Entry Point

  • Logic Order BuyStop : If bearish candle, and Ask Price break lower bollinger band.
  • Logic Order SellStop : If bulish candle, and Bid Price break Upper bollinger Band

Close Order

For an exit point, you can use a standart take profit and stop loss with a breakeven or you can use a trailing stop method.


Attention only Broker

  • Only a broker with a tight spread, tight stop level and order execution time of less than 100 milliseconds.


Requirements

  • 5 digit broker.
  • It is recommended to use an all  MT4 + ECN broker with a low spread and fast execution.
  • The minimum leverage is 1:300.


Parameters

  • Magic Number : Any number that differs from other EA's numbers running at the same time.
  • ECN  ACCOUNT : Set it true if your account is ECN
  • Fixed Lots : only used if UseMM (money management) is set to false.
  • Order Comment : Comment for order.
  • Slipage Order : Setting for slippage order.
  • Max Spread in pips : Maximum spread can be allowed for EA to trade ( in pips )
  • Take Profit in pips : TakeProfit from as many pips.
  • Stop Loss in pips : Stop loss from as many pips.
  • Use Trailling : Set it to true to use trailing.
  • Start Trailling in pips : Distance from an order price to start trailing (in pips).
  • Delete Pending in Next Candle : Delete pending order if candle change
  • Bolinger Band Period : Bollinger Band Period to filter order.
  • Bolinger Deviation : Bollinger Band Deviation to filter order.
  • Use Money Management : Set it True to use auto Lots Size.
  • Risk percentage : Risk setting in percentage of the balance, for 10.0 the risk is 10% of the balance.

many Thanks

please copy right ea

name ea : Chedly Scalper

Please only profi coder


Con risposta

1
Sviluppatore 1
Valutazioni
(1156)
Progetti
1462
63%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
Gratuito
2
Sviluppatore 2
Valutazioni
(772)
Progetti
1039
44%
Arbitraggio
50
8% / 50%
In ritardo
116
11%
Gratuito
3
Sviluppatore 3
Valutazioni
(12)
Progetti
17
35%
Arbitraggio
1
0% / 100%
In ritardo
3
18%
Gratuito
4
Sviluppatore 4
Valutazioni
(2)
Progetti
2
0%
Arbitraggio
0
In ritardo
1
50%
Gratuito
5
Sviluppatore 5
Valutazioni
(3)
Progetti
4
50%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
Scalping EA/straddle 30 - 200 USD
Title: Custom EA: Dynamic Trailing Limit Grid with Volatility/Velocity Filter and Auto SL/TP Description: I am looking for an experienced MQL5 programmer to develop a high-performance, robust Expert Advisor (EA) for MetaTrader 5. The strategy relies on dynamic trailing limit orders that automatically adjust to market price changes, featuring a safety buffer during high-velocity price spikes. The EA must include the
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position 30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Subject: Looking for an Experienced MQL Developer for Long-Term Collaboration (Mechanical Strategy) Hello everyone, I am reposting my request from last year. Due to work commitments, I couldn't dedicate time to this project back then, but now I am fully ready to move forward. I am looking for a highly experienced, verified MQL4/MQL5 programmer to automate my trading strategy. About the project: Rule-based &
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase

Informazioni sul progetto

Budget
10 - 15 USD
Scadenze
da 1 a 3 giorno(i)