dear coders
i need your help to convert my arrow indicator into a semi matic ea for MT5 with some minor button needed to assist me in my trading session
1. ea is activated using pending command,
for example
when i place a
1.buylimit at price xxx00 : ea will place a buy order when there is an up arrow detected and averaging buy will take place for every up arrow that appear below the prvious buy made by EA
2. buylmit at price xxx11 : ea will place a sell order when there is a down arrow detected and averging sell will take place for every down arrow that appear above the preevious sell made by EA
note: EA will look for the last 2 digit of the buylimit order that i place
3. takeprofit will be automatically set using the opposite value of bolinger band period xx deviation x
4. all buy order will be close on the first down arrow that appear AFTER the price hitting the upper band of bb perio xx deviation xx
5. all sell order will be close on the first UP arrow that appear AFTER the price hitting the lower band of bb period xx deviation xx
6. i also need a button in the chart that contains the following
buy in timeframe 1/5/15
sell in timeframe 1/5/15
when i hit the button, ea will place order according signal that appear in the related timeframe.
for example:
when i clik the buy in timeframe 15 , ea will only execute ONLY buy signal from timeframe 15min
when i click the buy in timeframe 5minute, ea will only execute ONLY buy signal from timeframe 5minut
horizontal line for sell (when i click this button, there will be a horizontal line that i can place in the chart. and when price go above this line from below , eA will place a sell order IF there is a down arrow... and will averaging sell for every down arrow that appear above the previous sell done by EA) and the line will be deleted
horizontal line for buy (when i click this button, there will be horizontal line that i can place in the chart and when price go below this line, EA will place a buy order IF there is an UP arrow and will averaging buy for every up arrow that appear below the previous buy done by EA.. and the line will be deleted)
7. close all pending order button
8. close all orders
9. hedge all order 
Ordini simili
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA