Make 3 separate EA's

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 3 dias
Comentário do cliente
did a job job!!! was fast as well!!
Comentário do desenvolvedor
Nice working with him. Thank you!

Termos de Referência

Looking for 3 EA that works on the scotch, bollinger bands, moving average.


So I like the settings to for all 3 EA to be:


on/off:  (factory setting off)


Lot: (factory setting .01 but able to custom)

Risk (set at .02% able to custom %  "the % goes off of the account balance")

Lot or Risk:(factory setting at "risk" you need to be able to choose if you want to do "lot" or "risk")


Stop loss: (factory setting at 25 pip but able to change it to what you want it to be)

Take profit: (factory setting at 250 pip but able to change it to what you want it to be)

SL/TP: (factory setting on but can be turn off)

Trail stop setting: (this is where you set the number of the trail stop factory setting 25 pip)

Trail stop: (factory setting off but can be turn on)

Trail stop even setting: ( factory setting 30 pip  but able to custom)

Trail stop even: (factory setting on but also can turn off )


" Trail stop even is basically a setting that if your set at 50 and a trade get to +50 pips the stop loss got to break even and do nothing else"


pause after message:(factory settings at 60 min but able to change it)

Pause after trade: :(factory settings at 600 min but able to change it)


time frames: (to work on all time frames but to be on current chart that is open)


EA 1:

-Bollinger bands-


Period: (factory settings at 20 but able to customize to what I want)

Deviation: (factory settings at 2 but able to customize to what I want)


Top band: (select one: message, buy, sell. factory setting message)

Break Pip: (to break by whatever custom number I wanted to be)

message top: (if message is on "custom writing spot this is what it's going to send me in the message")


Low band: (select one: message, buy, sell. factory setting message)

Break Pip: (to break by whatever custom number I wanted to be)

message low: (if message is on "custom writing spot this is what it's going to send me in the message")


"Example if you were to set the top band to break by 40 pip and message. Once it did it would message me to tell me the market was at that level or if I set it to break the lower band at -20 pip and to buy. Once it got to 20 pip below the lower band it would buy. This is where all the stop losses take profits and trail stops and lot or risk would all come into play"


EA 2:

-Scotch-


%K period: (factory setting 7 but able to customize as I want)

%D period: (factory settings 3 but able to customize wanted)

Slowing: (factory setting 3 but able to customize wanted)

Price field: (factory setting low/high all standard settings available to pick from)

Ma method: (factory settings simple all standard settings available to pick from)

Levels 1: (factory setting 80% but able to custom)

Level 2: (factory settings 20% but able to custom)


Action: (select one: message or Trade factory settings Trade)

message top: (if message is on "custom writing spot this is what it's going to send me in the message")

message low: (if message is on "custom writing spot this is what it's going to send me in the message")


"example after the line has entered into the upper level and once it breaks below the upper level it will sell/"trade" or message whatever is selected then This is where all the stop losses take profits and trail stops and lot or risk would all come into play or after the line has entered into the lower level and once it breaks above the lower level it will buy/"trade" or message"


EA 3

-Moving average-


-Line 1-

Period: (factory settings 10 but able to customize )

Ma method: (factory settings simple but all standard selections to choose from)

Apply to:(factory settings close all standard selections to choose from)

-Line 2-

Period: (factory settings 40 but able to customize)

Ma method: (factory settings simple but all standard selections to choose from)

Apply to:(factory settings close all standard selections to choose from)


Action: (choose one: trade or message factory settings trade)

message up: (if message is on "custom writing spot this is what it's going to send me in the message")

message down: (if message is on "custom writing spot this is what it's going to send me in the message")


"Example when line 1 moved above line 2 it buys or messages whatever is selected This is where all the stop losses take profits and trail stops and lot or risk would all come into play

or the opposite when line 1 moved  below line 2 it would sell or messages 


Note- I use MT4 and it is 3 separate EA and when you load a EA it will put the correct indicators on the chart so for a  Example if you are use  Moving average EA it would put the moving average indicators on the chart it on also all EA's must be able to work on the strategy tester on MT4 

Thanks 


Respondido

1
Desenvolvedor 1
Classificação
(24)
Projetos
26
42%
Arbitragem
1
0% / 100%
Expirado
2
8%
Livre
2
Desenvolvedor 2
Classificação
(53)
Projetos
74
26%
Arbitragem
30
10% / 63%
Expirado
22
30%
Livre
3
Desenvolvedor 3
Classificação
(772)
Projetos
1039
44%
Arbitragem
50
8% / 50%
Expirado
116
11%
Livre
4
Desenvolvedor 4
Classificação
(23)
Projetos
53
9%
Arbitragem
10
20% / 60%
Expirado
11
21%
Livre
Publicou: 6 códigos
5
Desenvolvedor 5
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
6
Desenvolvedor 6
Classificação
(87)
Projetos
114
26%
Arbitragem
7
29% / 57%
Expirado
5
4%
Livre
Pedidos semelhantes
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
Expert Advisors 300+ USD
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 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (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
Gold hunter v5 30+ USD
*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

Informações sobre o projeto

Orçamento
30 - 60 USD
Prazo
de 1 para 10 dias