Hello Everyone,
I want to create an Expert advisor with a simple logic of taking trades at a specific price position over a period of time with a capability of increasing the lot size if the bid closed at a loss from the initial position.
So what happens is that at beginning of installation, the market identifies the high price and low price position after the installation. It then uses a gap position (in real price) to lock the market up as a BUY and SELL position.
After identifying the 2 positions (BUY and SELL), then the bid will activate at the position and then starts taking the bid at the position and then if the bid closes at a loss, it will retake the bid again but with an higher lot size either at same side or at the opposite position.
So For Example if price is installed when the price is at position A, then market reaches the HIGHEST position and then falls downwards to get to the Gap and then locks the 2 positions labelled 1. And then it takes a SELL at the lower position or a BUY at the higher position. However if market is volatile and goes again to the opposite side after activating, it will close the old bid iat a minimal SL and retake the bid when market goes outside the 2 lines in Position 1, but will increase the lot size of the new bid. The condition of increasing the lot size will be a variable as a multiplier or an addition.
For example if bid is at the lower side at position B and price moves upwards to reach the gap between the lowest and the next line upwards, the EA locks up the 2 prices at line 2 and then begins to trade as a BUY at the higher price or a SELL at the lower price, also using the multiplier and a SL that can be adjusted to close below the entry point at the minimal loss for a BUY, or above the entry point for a minimal loss for a SELL.
The EA will show on the screen the highest and lowest price position after installation and the date and time of position like below sample


The Variables will include
Gap (in Prices), start lot size (from 0.01), Multiplier/Addition variable, Risk multiplier (this will reduce the SL value as the number of bid position increases), Stop Loss (SL) and Take profit (TP).
Once the 2 Price positions are achieved, it will show on the screen as the BUY and SELL position in prices and also the time range of the position.
If bid reaches the TP position, it will restart itself again afresh, but if it closed at SL, it will continue to retake the bids at the same price position established with the previous bid.
I can give more clarity and show more visual scripts to clarify any area of the description.
The EA will have to be tested for up to 10 days to close the job and then additional support will need to be provided for up to 2 Months after completion in case of any area that needs revision.
EA should be able to be applied to indices, currecies or products like Gold, Silver etc
Source code will be provided at end of project.
Only immediately available and experienced programmers should bid for the job.
Benzer siparişler
//@version=6 indicator("منظومة El_3aksiiya 0 المتكاملة", overlay=true, max_labels_count=500, max_boxes_count=500, max_lines_count=500) // الألوان color_accum = color.new(#0000FF, 85) color_manip = color.new(#FFFF00, 80) color_dist = color.new(#FFC0CB, 80) color_elliot = #FF8C00 color_fib = #FFFF00 color_entry = #00FFFF color_tp = #00FF00 rsiVal = ta.rsi(close, 14) // نموذج AMD var int barCount = 0 if
I am looking to buy a ready-made automated trading robot / EA that works on the Tradovate platform and is proven to pass prop firm challenges for Apex Trader Funding, Tradeify, and Lucid Trading.Key Requirements (must be ready-made or very close to plug-and-play):Fully functional on Tradovate (native or via stable bridge/copier/webhook/API integration – MT5 EA + Tradovate bridge is acceptable if it works reliably)
Нужен бот для скальпинга именно на Python. Работа напрямую через API биржи (без привязки к TradingView и MetaTrader). Бот будет запускаться локально на ноутбуке / VPS. Критически важна скорость (использование асинхронности, WebSockets
I need a bot that can trade weltrade synthetic indices that can be consistently making profits if you have one for deriv its also fine a bot that executes and closes trades automat Will be ideal
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
I have a 90% completed project with the execution part left to complete, I have been struggling to complete this section and I need help from someone expert in MQL5 with knowledge on forex trading and ICT Concepts coding. Contact me for further details
Patricia Ukawilu 6:43 PM I need help creating an EA to optimize my trade. I already have a preliminary pine script which I will want optimized and create an EA from it to optimize my trade on MT4. I also subscribed to a signal app. I’m looking to automate the execution of the signal from the app so as not to miss out on good trades
I am looking for an experienced MQL5 developer with Python/data analysis skills. I have my own MT5 Strategy Tester reports, exported trade history, and market CSV data. I need help analyzing these files and developing a new independent Expert Advisor based on clearly defined, statistically tested, and validated trading rules. Tasks: Analyze my MT5 Strategy Tester reports and exported trade history. Compare historical
We are looking for a developer to finish and stabilize an existing Kalshi trading bot (~60% complete) built in TypeScript. This is not a MetaTrader EA. The system interacts with the Kalshi API and requires strong understanding of execution logic, order handling, and state management. Scope of Work: Review and understand existing TypeScript codebase Complete missing functionality Fix execution issues (order placement