Experienced developer needed to Correct my EA - ADD FEATURES - And be able to upload to MQL5 Marketplace

指定

First Feature to Edit/De-Bug:

A bullish execution: 

The Price is below all indicators with a Bullish three-line strike printed

1.Execute these trades only going forward when this specific criteria is met on the bullish side

2.Trade is executed when:

- The price is below the specified 35 line on the RSI (RED LINE TOP) or the Price is Below the 25 (RED LINE BOTTOM) line on the RSI (open)

- The previous candle shows that it was below the price of 35 line drawn (which will be included in the update in a new line)

Example:


Second Feature to edit:

A bearish execution
The only bearish trades I want executed have to executed automatically consist of the

  following criteria 

The Open price of the RSI must be above the 65 line 


Only open SHORT positions if the criteria with the RSI aligns example below

Example:


New Features to Add PT.1

•Currency symbols menu tab (Left) on chart

As emerging 3line strike patterns form and Arrow first begins to print highlight both boxes (meaning the currency pair on the symbols tab and time frame box) in light red/Light Green with either the red/green arrow displayed. take the trade on the emerging signal that is printing 

Upon close: Send the push notification and execute the trade ONLY if it meets the new criteria given above

IF THE EMERGING ARROW DOES NOT PRINT INTO THE CLOSE OF THE SELECTED TIMEFRAME CANDLE EXIT THE TRADE

Example


New Features to Add - RSI

Add RSI (close)

Custom RSI added automatically with Bot is loaded to MT5
14, 41, 41

the levels: 

Top: 80
Middle: 50
bottom: 25

Two additional lines added:

- 65 RED
- 35 Red or Green


Example:



New Addition: RSI Monitoring 

Add RSI tab next to the pairs tab on right of screen

Add Another tab to the right of the Time column and label it RSI: Actively display the current OPEN RSI level 
When the RSI is showing above the 65 level highlight the tab next to the currency pair in light RED
When the RSI is showing below the 35 level highlight the tab next to the currency pair GREEN
If it is in between the RSI levels leave box with no color


Example:


New Feature – Integrated Quick Order tool

Quick order tool functionality

I want this to be on the main screen with 4 buttons that read Break Even Close 25% - Close 50% - Close All 
Close 25%: Close 25% of the pair that is selected
Close 50%: Close 50% of the pair that is selected
Close All: Close all trade that are open no matter if they are in profit or loss

Break even: Selected Pair break even (automatically move stop loss to break even of buy/sell active orders)

Example:



New Features – Selected pairs (settings)

Settings: option to choose how many trades can be open - Example: only trade 5 pairs at a time.
Create a checkbox in the settings tab - to scan and trade “only selected pairs on list. - Display all pairs selected on the left via which box is selected. When this setting is selected those are the only pairs displayed on the Currency pair menu tab.

Settings:
Add “only trade selected pairs” On/Off
Add XAUUSD to pairs
Add US30 to list 
Add NAS100/UT100


*FINAL ADJUSTMENTS*

  • This indicators code MUST be able to be uploaded to the MQL5 MARKETPLACE the first one did not let me upload to the marketplace.
  • I will also give you the powerpoint presentation I made regarding this
  • I want my name on the first screen as developed by "x" on the first screen going into the settings when EA is loaded
  • In order to receive funds this must meet the criteria of a POSITIVE backtest and proven equity curve over the standard of at least 30 days in backtesting which will be verified by me
  • In order for successful deployment of funds - the added features and adjustments must be working 100% as described 

応答済み

1
開発者 1
評価
(9)
プロジェクト
19
16%
仲裁
3
67% / 0%
期限切れ
0
2
開発者 2
評価
(432)
プロジェクト
632
53%
仲裁
32
53% / 22%
期限切れ
6
1%
取り込み中
3
開発者 3
評価
(7)
プロジェクト
7
29%
仲裁
3
0% / 100%
期限切れ
1
14%
4
開発者 4
評価
(72)
プロジェクト
80
10%
仲裁
38
8% / 58%
期限切れ
6
8%
5
開発者 5
評価
(15)
プロジェクト
17
29%
仲裁
0
期限切れ
1
6%
6
開発者 6
評価
(3)
プロジェクト
1
0%
仲裁
5
0% / 100%
期限切れ
0
7
開発者 7
評価
(11)
プロジェクト
16
25%
仲裁
1
0% / 100%
期限切れ
1
6%
8
開発者 8
評価
(1)
プロジェクト
2
0%
仲裁
2
50% / 50%
期限切れ
0
類似した注文
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Ninjatrdaer Script 500 - 1000 USD
I am looking to purchase a ninjatrader script, if there is any for sale, i mean a ready made ninjatrdaer script that trade futures, i need the seller to show me a backtest of the system, you know send some results, I would like to see a 1 year and YTD backtest
I need a clean, bug-free MT5 Expert Advisor (MQL5) based on this exact mechanical scalping strategy on M5 timeframe for EURUSD. Indicators (built-in): - EMA 9 and EMA 21 on M5 - RSI 14 - ADX 14 (>25 for strong trend) - H1 EMA 21 above/below H1 EMA 9 for trend alignment Entry Rules (ALL must be true): BUY: EMA9 crosses above EMA21 (on closed bar) + RSI > 50 + ADX > 25 + H1 EMA21 > H1 EMA9 SELL: Mirror (cross below
I will like to purchase tradingview strategy with high winning rate, i mean already made, tested and trusted and powerful strategy, i have tried to code my own strategy with lot of freelancers but nothing to me i am just wasting money, i have wasted lot of money already, so i need a high winning rate tradingview strategy, we can discuss price in chat, I will need to see some test result as well
I need a visual web page or program to monitor and analyze multiple MT5 or MT4 trading accounts. A real-time dashboard (real-time visual interface) is required, including account ID, affiliated broker, trading account balance, real-time order quantity, opening price, ongoing order position, spread, profit, etc. If you have mature development experience or source code, let's have a chat, bro
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend

プロジェクト情報

予算
150+ USD
締め切り
最低 10 最高 20 日