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
Ähnliche Aufträge
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01
Project Description: I am looking for an experienced MQL5 developer to program an advanced trading robot for MetaTrader 5. This robot should integrate multiple modules for trend management, entry optimization, and risk management. It must also include an interactive dashboard and an automatic order suspension system based on volatility and economic news releases. The project requires expertise with ATR, ADX
Project Description: Mini Trading Platform - Integration with Interactive Brokers Overview: The idea is to develop a mini trading platform that serves as an intermediary between investors and Interactive Brokers . Each user will have a dedicated account within the platform, where they can access their personal investment portfolio. The platform will execute buy and sell orders automatically via Interactive Brokers