작업 종료됨

실행 시간 18 일
피고용인의 피드백
Very good customer

명시

Parameters

Hi there, I am looking for a developer that can build a robot for trend following system. Below highlights the requirement for the robot system. I have also attached a power point file that demonstrate the system.

List of Indicators to use:

-          Double-top-bottom-pattern: Price Action indicator to determine entry

-          SM Cloud Indy V 1.1:  Trend following Indicator.

-          ATR: Stop Loss Placement/ Manual input

Buy Entry

-          To enter buy signal, Double-top- bottom-pattern indicator must print a double bottom pattern (light blue) and SM Cloud INDY v1.1 indicator must have printed bullish (Greens) in last last 4 bars. Buy signal will be triggered with two entry options either when Double bottom pattern occur or after break out candle occur). Trader will choose which option she prefer.

Stop Loss Placement for buy entry

-          Stop loss will be place 2x 5mins ATR below the entry bar (see indicator below)

-          Manually input by a trader

Take Profit Placement

-          3x stop loss pips (Trader should able to adjust preferred options)

Sell Entry

-          To enter sell signal, Double-top- bottom-pattern indicator must print a double top pattern (light red)  and SM Cloud INDY v1.1 indicator  must have printed bearish  (Red) in last 4 bars Sell signal will be triggered with two entry two options either when Double top pattern occur or after break out candle occur). Trader will choose which option she prefer.

Stop Loss Placement for buy entry

-          Stop loss will be place 2x 5mins ATR above the entry bar (see indicator below)

Take Profit Placement

-          3x stop loss pips (Trader should be able to adjust preferred options)

-          Trailing stop

-          - Move wining trade to break even when market in 2x Stop loss pips (Trader should be able to adjust preferred options)

-          Automatic position size calculation

-          - If possible robot can calculate position size

Rules

-          When SM Cloud Indy V.1.1 is printed RED bars No buy signal should be triggered

-          When SM Cloud Indy V.1.1 is printed GREEN bars No sell signal should be triggered

-          One Transaction at a time. No multiple executions, No trade should be triggered if one transaction is still live. One trade at a time

-          News filter (Robot must not work during major new event such as high risk new


응답함

1
개발자 1
등급
(39)
프로젝트
59
20%
중재
6
33% / 17%
기한 초과
1
2%
작업중
게재됨: 2 코드
2
개발자 2
등급
(7)
프로젝트
6
0%
중재
5
0% / 100%
기한 초과
1
17%
무료
3
개발자 3
등급
(9)
프로젝트
20
10%
중재
4
50% / 50%
기한 초과
5
25%
무료
4
개발자 4
등급
(298)
프로젝트
478
40%
중재
105
40% / 24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
5
개발자 5
등급
(78)
프로젝트
246
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
6
개발자 6
등급
(6)
프로젝트
6
33%
중재
4
0% / 100%
기한 초과
0
무료
7
개발자 7
등급
(45)
프로젝트
63
52%
중재
5
0% / 40%
기한 초과
1
2%
무료
8
개발자 8
등급
(318)
프로젝트
565
35%
중재
81
31% / 44%
기한 초과
204
36%
작업중
비슷한 주문
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
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious
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 - 200 USD
기한
 10 일