작업 종료됨

실행 시간 20 일
고객의 피드백
Nice job.
피고용인의 피드백
very nice and kind

명시

I want a developer to build a simple EA based on MACD and Simple moving average.

Condition for buy order

1. When the black MACD crosses the blue-black MA and comes below the MA, a buy order should be placed. The buy order should also be placed when the ocean-blue MACD registers another line ( candlestick) on the blue-black MA after the crossing occurs.

BUY= Blue-Black MA       *    1 candlestick registers after the crossing occurs

         Black MACD

Condition for sell order

1. When the black MACD crosses the blue-black MA and is above the MA, a sell order should be placed when the ocean blue MACD registers another line ( candlestick)after the crossing occurs.

NB:- In this sense, once the ocean-blue MACD registers a line on the blue-black MA after the crossing occurs; if a BUY order is placed, the SELL order should be closed the same time the BUY order is placed and vice-versa.

SELL=  Black MACD        *    1 candlestick registers after the crossing occurs

          Blue-Black MA

The are 2 images attached, in the first image, after a candlestick registers after the crossing, close BUY order and open SELL order at the same time and vice-versa.

In the second image note that the black line did not cross the blue-black line so it was still a SELL at that point until it crossed at 2 and a candlestick formed after the crossing. At 2 is when the BUY should be opened.

Please note that the EA must work on all timeframes. The EA must work on all instruments. The stoploss option should be there but we will decide to put it on or not and at what points or pips. 

응답함

1
개발자 1
등급
(79)
프로젝트
111
37%
중재
0
기한 초과
4
4%
무료
2
개발자 2
등급
(318)
프로젝트
565
35%
중재
81
31% / 44%
기한 초과
204
36%
작업중
3
개발자 3
등급
(568)
프로젝트
641
41%
중재
25
48% / 36%
기한 초과
46
7%
작업중
4
개발자 4
등급
(43)
프로젝트
66
12%
중재
12
58% / 42%
기한 초과
1
2%
무료
5
개발자 5
등급
(7)
프로젝트
14
21%
중재
1
0% / 100%
기한 초과
3
21%
무료
6
개발자 6
등급
(1)
프로젝트
2
0%
중재
1
0% / 100%
기한 초과
0
무료
7
개발자 7
등급
(72)
프로젝트
80
10%
중재
38
8% / 58%
기한 초과
6
8%
무료
8
개발자 8
등급
(1)
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
9
개발자 9
등급
(39)
프로젝트
50
18%
중재
6
33% / 50%
기한 초과
0
무료
10
개발자 10
등급
(37)
프로젝트
59
27%
중재
26
19% / 54%
기한 초과
10
17%
작업중
게재됨: 1 코드
11
개발자 11
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
12
개발자 12
등급
(69)
프로젝트
146
34%
중재
13
8% / 62%
기한 초과
26
18%
무료
게재됨: 6 코드
비슷한 주문
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
Hi, do you have a proven EA for MT5, suitable for live accounts and prop firms, including the Brazilian market? I’m looking for ready, tested EAs. Can you send a backtest or demo? Please if you do have and can send me nacktest or demo you should Message me
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
JazzDaBot 30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
I'm looking for a skilled Python developer to help expand and improve an existing Python game. The project is already functional, and I need someone who can add new features, improve gameplay mechanics, optimize performance, and maintain clean, well-structured code. Experience with game development in Python is preferred
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0

프로젝트 정보

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