An Expert Advisor based on Super Trend, RSI and ATR required (personal job)

작업 종료됨

실행 시간 17 일
고객의 피드백
Great coder, really easy to work with, done a good job for developing my EA. Would definitely go back to him for the future projects.
피고용인의 피드백
He is excellent client I hope I will work with you again

명시

Specification

Hello,

looking for an EA working for all assets and timeframes, as its mentioned in the subject line the points to be included:

Indicators:

EA shall be able to plot the three indicators together, Super Trend, RSI with bands, and an ATR in the chart, with custom parameter (period, multiplier etc..) for all the indicators. An option to select the indicator ON or OFF(in settings)

A Super Trend Indicator, parameters (user input), should work with any the time frame selected as per the chart.

A RSI indicator parameters (user input) with adjustable upper and lower band (user input), should work with any the time frame selected as per the chart.

An ATR (Average True Range) indicator, parameter (user input) work with any the time frame selected as per the chart.


 Entry Conditions:

_ when the previous candle closed above the Super Trend a BUY position will be opened if the RSI value of the previous candle is above RSI value.

Option to select the stop loss based on Pip or points as per the selection (user selection).

Stop loss shall be calculated from the deal price and it shall be a multiplier (user input) of the previous candle ATR value.

there shall be two trailing stop loss type, option to select type of trailing stop loss shall be calculated (user selectable) if trailing stop loss on ON.

First option -Stop loss for the position shall be calculated based on the ATR value of the previous candle and it shall be multiplied with a initial risk                      multiplier (user input) 

Second option - Stop is trailed at trailing step (user input) when price advances from 'deal price + 1x initial risk', until the price reaches 'deal price                           + 2 x initial risk', when the price advances and reaches 'deal price + 2x initial risk', trailing will be done on the method as per the                              first option. 

Option to Enable or Disable the take profit (TP) (user selection)

Option to input the take profit target, it shall multiplier (user input) of the initial risk value calculated (of TP is enabled)


Exit option - Position shall be closed if the stop loss is hit or trailing stop loss is hit or if the Super Trend revered for the previous candle. or the                            take profit target hit.


-   The EA shall be able to receive multiple customizable parameters in the settings and be able to perform the operation based on the inputs (user       inputs).


Similarly, a SELL signal is generated when the previous candle closed below the Super Trend with previous candle RSI value below the RSI lower band, and all the condition for the SELL will be reversed as of a BUY signal.


The EA should be able to open re-entry position if the stop loss or Trailing stop is hit provided the entry conditions are met for the previous candle.


A new position shall be only opened at the opening of new candle.


Money management features:

Option to select Manual or Auto lot (user selection).

Option to enter manual lot size (user input) if manual option is selected.

Option to enter Auto lot calculation % (user input) if Auto lot is selected.


Order Management:

Order can be selected from at the MKT order or LIMIT order from settings,

if the LIMIT order is selected then, the EA should open the trade at the ''OPEN PRICE'' of the current candle (new candle), if the order is not filled for a predefined seconds (user input) the order shall be either converted into MKT order or the LIMIT order shall be cancelled, and a MKT order will be placed immediately.


EA shall show a display panel with few parameters such as % of account balance, lot size calculated, and lot size opened, initial risk multiplier.
 etc.


Wish all the best.


Jo Jo


응답함

1
개발자 1
등급
(43)
프로젝트
66
12%
중재
12
58% / 42%
기한 초과
1
2%
무료
2
개발자 2
등급
(455)
프로젝트
721
34%
중재
35
71% / 9%
기한 초과
23
3%
무료
3
개발자 3
등급
(5)
프로젝트
5
0%
중재
3
0% / 100%
기한 초과
2
40%
무료
4
개발자 4
등급
(3)
프로젝트
6
17%
중재
1
0% / 100%
기한 초과
1
17%
무료
5
개발자 5
등급
(59)
프로젝트
92
42%
중재
4
0% / 100%
기한 초과
3
3%
작업중
6
개발자 6
등급
(39)
프로젝트
50
18%
중재
6
33% / 50%
기한 초과
0
무료
7
개발자 7
등급
(11)
프로젝트
11
0%
중재
5
20% / 60%
기한 초과
2
18%
무료
8
개발자 8
등급
(390)
프로젝트
416
30%
중재
74
19% / 72%
기한 초과
52
13%
작업중
9
개발자 9
등급
(132)
프로젝트
178
39%
중재
4
25% / 50%
기한 초과
14
8%
무료
10
개발자 10
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
11
개발자 11
등급
(515)
프로젝트
554
53%
중재
13
69% / 15%
기한 초과
3
1%
무료
12
개발자 12
등급
(78)
프로젝트
246
74%
중재
7
100% / 0%
기한 초과
1
0%
무료
게재됨: 1 기고글
13
개발자 13
등급
(174)
프로젝트
200
12%
중재
39
38% / 33%
기한 초과
5
3%
무료
게재됨: 2 코드
14
개발자 14
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
15
개발자 15
등급
(298)
프로젝트
427
26%
중재
18
61% / 33%
기한 초과
26
6%
무료
게재됨: 8 코드
16
개발자 16
등급
(75)
프로젝트
80
6%
중재
46
11% / 54%
기한 초과
7
9%
작업중
17
개발자 17
등급
(8)
프로젝트
13
85%
중재
1
0% / 100%
기한 초과
0
무료
18
개발자 18
등급
(21)
프로젝트
25
52%
중재
3
0% / 100%
기한 초과
2
8%
무료
19
개발자 19
등급
(461)
프로젝트
488
70%
중재
6
67% / 0%
기한 초과
2
0%
작업중
비슷한 주문
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
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
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
I’m looking for an experienced developer who can build a Martingale trading bot. I’m willing to pay a fair price for the right developer. I have an example trading account that demonstrates exactly how I want the bot to operate. The strategy is straightforward: the bot trades continuously using a Martingale system. The only exception is that it should automatically pause trading during high-impact news events or
This is a Tradingview project. Would you be able to make this? With a win rate and profit factor and percentage made and profit made and max dd reached. How many modifications would I be able to do? Could there be a table that shows win percentage profit factor and trading window where trades shouldn’t be placed and follows the rules of the pdf How long would it take and would it work on ninjatrader also

프로젝트 정보

예산
400 - 600 USD
기한
 14 일