Hello friends!
Please Develop all EA on points. In order not get error with cfds, or crosses with 3, 4 or 5 or 6 digits
I need EA with the following rules:
1) EA read/takes all intruments avaiable on the MT4 plataform
2) Sell all intruments, BUT, Takeprofit? StopLoss? LotSize? i will explain on nexts points
3) LotSize = all instruments * StopLoss = 1% of equity RISKED. or ("x" % that we put on output)
4) StopLoss = Spread*10 (Multiplier as extern variable, output)
5) TakeProfit = StopLoss*10 (Multiplier as extern variable, output)
6) Max trades at same time per instrument "1"
-----------------------------------------------------------------------------------------------------------------------------------------------------
NOW SOME RULES FOR ENTRY AND EXIT
Entry
Enter all trades at Hour, Minute, if any trade fails, try again 100 times more, Default hour minute -> 00:00
Only Reopen Basket when all trades closed, or 0 trades opens.
Exit
When basket is opened, EA remeber how many trades open's. Example Today at 00:00 EA run and Open 50 trades. 1 trade per instrument, if risk 1% on all means that is risking 0.02% of equity per trade. OK THEN
IF on any time Floating Profit, is more than x4 risked, Close all basket, take into account spread paids too and comissions. EXAMPLE if we loss 20 positions ( -1000usd) and the orthers 30 positions reach 4000usd, then close all basket because reach x4 more than we loose on this basket. (This valid only for each basket and only 1 basket at same time)
Reach floating Factor profit multiplier as output please
Similar orders
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
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total