EA needed to create automated trading based on and EMA

작업 종료됨

실행 시간 3 시간
고객의 피드백
Maksim Neimerik is the best developer EVER. Recommend it !!! 10+
피고용인의 피드백
Thank you for your order! Great customer! Hope for further cooperation!

명시

Hello,

We need a EA that enters trades following price candles and EMA.
I have a budget range from 30$ to 50$.

Example: when the price closes a number of candles below an EMA it enters short and when

the price closes a number of candles above the price it enters long.

Entry criteria:
● if a candle crosses above any EMA and it closes above => enter long on the next
candle open or after multiple candles closes above it
● if a candle crosses below any EMA and it closes below => enter short on the next

candle open or after multiple candles closes below

Exit criteria:
● while being long a/or multiple candles cross and close below EMA => close long at
market price and enter short based on criteria: after one or multiple candles;
● while being short a/or multiple candles cross and close above EMA => close short at
market price and enter long based on criteria set;

● or take profit based on the pips set.

Modifiable values:
● asset class: US30, GOLD or any forex pair available
● EMA length;
● entry/exit conditions: number of candles closes after a cross;
● take profit and stop loss
● an option to choose a fixed, trailing or ATR based TP;
● work only between certain hours: from 9 AM to 10 PM (also edit custom timeframe)

See attached the .pdf file with examples.

Thanks,


파일:

응답함

1
개발자 1
등급
(50)
프로젝트
64
20%
중재
11
27% / 55%
기한 초과
5
8%
무료
2
개발자 2
등급
(75)
프로젝트
111
50%
중재
26
31% / 50%
기한 초과
9
8%
무료
게재됨: 1 기고글
3
개발자 3
등급
(5)
프로젝트
7
43%
중재
8
13% / 88%
기한 초과
0
무료
4
개발자 4
등급
(398)
프로젝트
515
23%
중재
60
57% / 25%
기한 초과
60
12%
작업중
5
개발자 5
등급
(104)
프로젝트
134
43%
중재
0
기한 초과
3
2%
작업중
6
개발자 6
등급
(33)
프로젝트
38
21%
중재
5
0% / 60%
기한 초과
0
무료
7
개발자 7
등급
(130)
프로젝트
184
32%
중재
18
28% / 67%
기한 초과
27
15%
무료
게재됨: 1 코드
8
개발자 8
등급
(37)
프로젝트
59
27%
중재
26
19% / 54%
기한 초과
10
17%
작업중
게재됨: 1 코드
9
개발자 9
등급
(6)
프로젝트
10
50%
중재
6
17% / 50%
기한 초과
3
30%
작업중
10
개발자 10
등급
(62)
프로젝트
90
29%
중재
24
13% / 58%
기한 초과
7
8%
작업중
11
개발자 11
등급
(78)
프로젝트
246
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
12
개발자 12
등급
(279)
프로젝트
341
37%
중재
6
50% / 17%
기한 초과
7
2%
무료
게재됨: 5 코드
13
개발자 13
등급
(274)
프로젝트
403
28%
중재
40
40% / 50%
기한 초과
1
0%
무료
14
개발자 14
등급
(72)
프로젝트
80
10%
중재
38
8% / 58%
기한 초과
6
8%
무료
15
개발자 15
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
무료
16
개발자 16
등급
(69)
프로젝트
146
34%
중재
13
8% / 62%
기한 초과
26
18%
무료
게재됨: 6 코드
비슷한 주문
I am looking for an experienced MQL5 developer to develop a custom Expert Advisor (EA) for MetaTrader 5, primarily for XAUUSD (Gold) . The EA will be based on a proprietary price-action trading strategy that I have already defined. The objective is to translate this strategy into a fully automated, precise and reliable trading system without modifying its underlying logic. The strategy involves specific
Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
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
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
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

프로젝트 정보

예산
30+ USD
기한
에서 1  3 일