I need an Ladder EA that has inputs where I can set the following:
All orders are limit orders
INPUTS
Starting Criteria:
Input: Initial Trade Direction - Choose if Buys/Sells or both (Buy only) (Sell only) (Both directions)
Input: If no bids are picked up in x time, then recast ladder at current price (x mins)
Input: Choose Quantity to risk (Lot size) or ($ amount)
Buy grid trading fields:
Input: Choose distance where ladder should start from current price ($x.xx)
Input: How many buys on ladder? (39) (ie - 39 buy orders spaced evenly at $x.xx). (39 will be the max as API will not allow more that 39+39 in one minute)
Input: Spacing between each buy order on ladder ($x.xx) or (ATR Value - from 1 min, 2 min, 3 min, 4 min, 5 min, 10 min, 15min, 30m, 1 hour, 2hr, 4hr,12hr, 1 day, 2 day, 3 day, 4 day ATR'S)
Input: Choose how many lots/$ to have for each buy order in ladder (ie - 1;1;2;3;3;4;5;6 etc). (Set by coefficient of 10000
Take profit panel:
Input: TP on one limit order? (Yes/No)
If no - close by Sell Ladder
Input: Sell Ladder: How many bids filled on longs before sell ladder activates? ($x.xx)
Once Sell ladder activated - place sell ladder from current averaged price upwards according to sell ladder distance.
If more bids on longs are collected from ladder before sell ladder closes all open trades, and average price moves down, cancel sell ladder and replace at current averaged entry price for every new bid filled.
Input: for TP by grid: Sell Ladder: Spacing between each buy order on ladder ($x.xx) or (ATR Value - from 1 min, 2 min, 3 min, 4 min, 5 min, 10 min, 15min, 30m, 1 hour, 2hr, 4hr,12hr, 1 day, 2 day, 3 day, 4 day ATR’S)
Input: Set tp ladder to increasing/decreasing/flat according to how much the current trade is..by scale coefficient of 10000
Input: SL? (Yes/No)
Input: If SL, Place SL when passing ladder by ($x.xx)
————————————
Additional Notes:
When the user chooses Initial trade direction = Sell only… then the above instructions are reversed for sells instead of longs.
When the user chooses Both directions - then have both a long buy ladder and short sell ladder at the same time, and add the TP ladder to overlay on top of existing ladders to close the open trades
Benzer siparişler
I need a trading bot (Expert Advisor) that can send alerts to mobile, Telegram, and the MT5 desktop platform. The bot should work as a market scanner for all symbols available in my MetaTrader 5 Market Watch. It must analyze multiple indicators and convert their signals into a point-based scoring system, then send alerts based on those scores. Requirements: Send notifications to: Mobile (push notifications) Telegram
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
I have recently used an ea that was absolutely perfect however, I have since found it was not a safe source. I use IC Markets raw spread ECN accounts and the bot I would like is a gold + btc trader (other forex are also fine) that trades extremely high lots, whilst trading extremely high frequency. I am happy to take a bot that already exists if this has an account I can view read only for true results
//@version=5 strategy("Simple SMC Bot", overlay=true) // Detect highs/lows hh = ta.highest(high, 10) ll = ta.lowest(low, 10) // Break of structure bullishBOS = close > hh[1] bearishBOS = close < ll[1] // Entry logic if bullishBOS strategy.entry("Buy", strategy.long) if bearishBOS strategy.entry("Sell", strategy.short) // Stop loss & take profit strategy.exit("Exit Buy", from_entry="Buy", loss=50, profit=100)
I am interested in purchasing a highly profitable Expert Advisor (EA in MQL4 / MQL5) with a focus on achieving a high Profit Factor and Recovery Factor while maintaining a low Drawdown. I require an EA that not only performs well in backtesting but also has a verifiable track record of success in live trading. Key Criteria: Profitability Metrics: The EA should demonstrate a high Profit Factor and Recovery Factor
I'm not here to waste somebody time also mine should not be wasted provide if you got what I want real profitable high frequency EA Send the backteing results picture then demo EA test on demo account for at least two days
Requirement Specification: Market Structure: Identify Trend on 1H/30M using BOS and CHOCH. Entry Logic: Wait for 50% Fibonacci Retracement into an Order Block (OB) or Fair Value Gap (FVG). Execution: On 5M/15M timeframe, execute trade only if a confirmation pattern forms at the zone. Patterns Required: Bullish/Bearish Engulfing, Morning/Evening Star, Inverse Bullish/Bearish Engulfing (Liquidity Sweeps), and Bearish
I am looking for a scalping EA based on daily VWAP for intraday trading. initiate buy when above VWAP and initiate sell below VWAP. it should have proper risk to reward
Hello, im offering my Flip EA as a service. Real numbers. Live account. No BS. Verified Stats (live MT5): • Growth: +78–81% in days • Max Drawdown: 3.05% only • Best trade: +6,872% profit on single position Runs fully automated on XAUUSD 24/5. Small account friendly – built for fast, aggressive flipping with tight risk control. Tell me your capital, I’ll tell you what’s realistic
I am looking for an experienced MQL5 developer to build a fully automated trading bot (Expert Advisor) for MetaTrader 5 . The bot will focus on trend-following scalping and must be designed to trade XAUUSD and BTC on the M1 timeframe . The objective is to create a stable and efficient EA that can open multiple trades per day while managing risk using proper stop-loss, take-profit, and trailing stop