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
(58)
Projekte
90
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
I am currently manual testing an additional indicator but, I have a few(3) paid(licensed) indicators that I use to trade with. I use one as a primary signal and the other 2 as confluence for entries. I want to backtest them together in order to have an auto/semi-auto data backed system. Would you be able to assist with this? Im am planning on fully engaging this project in 1-2 weeks from now. My indicators are on
OFFICIAL MQL5 SOFTWARE REQUIREMENTS SPECIFICATION (SRS) Project Name: "Quantum-Shield 2.0" Institutional EA Platform: MetaTrader 5 (MT5) Execution Logic: Fully Automated Instrument: GER40 (DAX) Timeframe: 10 Minutes 1. ARCHITECTURAL MANDATE The Expert Advisor must be a monolithic, high-performance C++ based MQL5 application. No DLLs, no external python bridges. The logic must be entirely self-contained. 2. SIGNAL
Hi All, I am looking for an EA which I have attached the video of. It places a buy stop and sell stop with 250 pips above and below current price for every minute with SL as 300 pips and TP as 500 pips. If any of of them triggers in the minute other will be cancelled, it will not place any pending orders till either of SL or TP is hit and places new set of pending orders the very next minute of SL or TP hit minute
Okay so basically this is a repair job of a strategy I hired a guy to do that doesn't quite workas I intended it to but is very close. So should be fairly simple to fix . I have enclosed a video file. Its important to understand that the take profit and stop loss were added by the guy who coded it but arent central to the strategy. The main thing is that the system must reference the prior bar and sell when the ow is
Specification 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 up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and
I need a highly accurate spike MT5 detector for boom and crash which can be used to catch big spikes. Demo versions will be required. The indicator should not repaint and have high win rate. It should work as shown in the links below https://vt.tiktok.com/ZSHgMePGh/ https://vt.tiktok.com/ZSHg6STkB/ https://vt.tiktok.com/ZSHg62YJ4/ https://vt.tiktok.com/ZSHgjoEML/
I have an existing TradingView Pine Script. I will provide the Pine Script source code after agreement. Goal: Convert the logic into MT5 (MQL5) and build an EA. Phase 1: Create MT5 indicator that matches TradingView signals (M15 only) Phase 2: Build EA with strict execution rules: max 4 trades total one trade per symbol gold lot limit (max 0.02 total) reversal logic (close then open opposite) no re-entry after manual
I have been working on an EA that is based on Ichimoku cloud and SMC internal blocks for stop loss. ENTRY BUGS: 1. I have entries issues with the chenkou and price action. It is entering trades when chenkou is poking through the kumo. This shouldn't happen. There should be a candle close with chenkou above kumo or below. 2. Another entry issue with other criteria for tenkan and price action also these entries are
I need an Expert Advisor (EA) programmed and designed to help me with trading. Requirements: * The programmer must have experience in implementing software projects. * The code must be high-quality, clean, clear, and editable at any time, with ownership of the code provided. * It must work on MT4 and MT5 platforms. * The maximum project completion time is 3 days. * The programmer must be cooperative and flexible

Projektdetails

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