EA TO TAKE BUY, SELL BIDS USING DEFINED LOGIC CONDITION RULE

Spezifikation

I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards.

As you can see from example of JULY 2024 data to see how the indicator conditions determine the direction and then EA should be able to take the bids accurately and also be able to manage the bids for optimization of the profit. So that current profits will not reverse to losses.

The Column includes Highest. Lowest, Current Prices and finally the DECISION (for the EA to start executing bids. The decision consists of BUY, SELL and WATCH condition.

BUY means price is Going upwards, and EA should activate bids from the price immediately and track it upwards until it reaches the extreme or tries to reverse. EA will also take multiple bids within a range from the start of the Decision to a determined safe level that will be indicated as a distance in price value

From the example below of the real time prices in JULY 2024, you can see the Prices when the decisions activated and the price of the Extreme HIGHEST/ LOWEST at the end of the period.

 

SELL means price is Going downwards, and EA should activate bids from the price immediately and track it downwards until it reaches the extreme or tries to reverse. EA will also take multiple bids within a range from the start of the Decision to a determined safe level that will be indicated as a distance in price value

 

EXAMPLE

So once the new decision signal appears and is confirmed by a candle close of previous candle in that it identifies the extreme candle position at the time to mark the beginning of the bids and to know the worst case position to reverse.  However, the middle price is average of the Highest and Lowest price can serve as a changing point or a distance from the middle line to the extreme will serve as the bid range after which it will stop taking new bids when the range has been achieved. So for AUDJPY for example, if the Bid range is 2 and BUY starts at 107.3 and is confirmed by the previous candle for the lowest point of the candle, it then begins to BUY upwards continually until the Highest of the candles doesn’t go above the previous candle.

Same condition will apply to SELL by taking bids downwards when the next candle is lower than the previous one after the decision has activated a SELL.

So For BUY it activated at 107.3 and will BUY till 109.3 (ie 107.3+2). Same with the SELL started at 107.3 on the 11th and will sell down to 105.3. and only close when the trend stops using the candle movement. It can however reenter again at the Highest point of the candle for a new SELL or the lowest point of the candle for a new BUY.

Multiple trades will be opened and risk and returns will be set to be managed effectively with automated close of profits before reversal, as well as reentry of new bids accordingly.

EA will indicate on the screen the following information.

Highest price with date and time

Lowest price with date and time

Average price) (medium of Highest and Lowest prices)

 Market position (BUY/SELL) using the parameters

Start(first) price of first trade/bid for BUY/SELL

First Extreme. If time of Highest price is after Lowest Price, then LOW, else HIGH

Trend Direction- If First Extreme is LOW, then BUY, else SELL

Additional Parameters:

       Start Lot Size - 0.01 by default

       Move Lot Size - 0.01 by default

       TakeProfit - 0 by default. If 0 - off

       StopLoss- 0 by default. If 0 - off

       Start High

       Start Low

       Gap (price)

       Move Price DIstance

       Use Alerts - true/false


IMPORTANT 

Only Serious and immediately available developers should apply

EA will be tested in real time for up to 2 weeks to confirm first review

Their will still be up to 2 Months post revision in case there is any issue on the EA

Source code will be delivered after project.

 

 

 


Bewerbungen

1
Entwickler 1
Bewertung
(57)
Projekte
89
43%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
3
3%
Arbeitet
2
Entwickler 2
Bewertung
Projekte
1
0%
Schlichtung
4
0% / 50%
Frist nicht eingehalten
0
Arbeitet
3
Entwickler 3
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
I am looking for an experienced MQL5 developer to build a fully automated trading bot (Expert Advisor) for MetaTrader 5 . The bot will focus on trend-following scalping and must be designed to trade XAUUSD and BTC on the M1 timeframe . The objective is to create a stable and efficient EA that can open multiple trades per day while managing risk using proper stop-loss, take-profit, and trailing stop mechanisms
I’ve been following your profile and I'm interested in your expertise with the ATAS API and C# development. I have a clear technical scope for a high-performance M1 indicator focused on Binary Options and Scalping. ​The core logic is based on institutional Order Flow convergence: ​Stacked Imbalances: 300% ratio with a minimum of 3 consecutive levels. ​Delta/Price Divergence: Filtering for market exhaustion (New Highs
Hello, I’m looking for an experienced MQL4/MQL5 developer to work with me on an ongoing basis. My clients request services such as: Converting TradingView Pine Script indicators/strategies into MT4 or MT5 Expert Advisors Converting MT4 EAs to MT5 (and MT5 to MT4) Compiling and fixing existing MQL4 / MQL5 EA code Adding simple features like alerts, SL/TP, lot size, and basic money management This job is for
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Freeallfree 400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
Hi Programmers, I want to create an EA that will make use of the average prices to determine the direction of the market and take bids accurately towards the direction until it reaches the maximum distance for taking bids. It will also consider a profit to loss ratio which will be based on risk as a % of the account balance. As you can see from the picture and the prices showed , the prices represent the manually

Projektdetails

Budget
30+ USD
Ausführungsfristen
von 1 bis 5 Tag(e)