Hello,
I want to create an EA with a loss recovery concept that will take trades correctly towards the market direction using input data as shown below.
The input values will be the product, Lowest/ Highest price, lot size, TP and SL, Gap between trades (distance gap) and Control Gap, Control lot size, distance lot size. ALL VARIABLES WILL BE IN REAL TIME PRICE and not Pips.
The EA will have updates on the screen for the Current Highest Prices and Lowest prices with dates of reaching the position after EA has been installed. It will also have Visual trendline on the screen for the CONTROL BUY and CONTROL SELL position. The CONTROL BUY will be the Lowest Price + Control GAP, and the CONTROL SELL will be the Highest price – the Control GAP.
EA will take trades using the position of the current price compared to the Lowest or Highest price input at beginning of the period. The above picture shows the Decisions predicted by the conditions that will help give the EA on the best action to take. When both conditions are same, EA will activate the bids in the right direction and also compare the position to the CONTROL BUY/SELL. Once it reaches the CONTROL BUY or SELL, it will have a distance to take additional bids by BUYING UPWARDS above CONTROL BUY or SELLING DOWNWARDS below CONTROL SELL.
FOR HIGH DECISION = =IF(MARKET HIGH="","",IF(HIGHEST<MARKET HIGH,"BUY","SELL"))
FOR LOW DECISION = =IF(MARKET LOW="","",IF(MARKET LOW<LOWEST," ,"SELL","BUY "))
SO IF BOTH DECISIONS ARE SAME, THEN EA WILL ACTIVATE BIDS TOWARDS AND ABOVE THE CONTROL BUY UPWARDS, OR TOWARDS AND BELOW THE CONTROL SELL DOWNWARDS.
The bids will then be activated further with distance bids in a ladder format progressively upwards or downwards.
However if prices reverts back to the Lowest / Highest prices set at beginning, then EA will activate the BACKUP bids from the 2 prices to the opposite direction. However the HIGH and LOW DECISIONs would have changed as well by then.
The Control BUY or SELL Trendline will also be shown on the screen with all the updates as well and the active decision as BUY or SELL using the last Control Position update. Eg if price is above Control BUY and is the last move, the screen decision will be a BUY, but afterwards if price reverts back below the Control SELL, then screen decision will be a SELL etc.
This job is only for immediately available programmers
Project will require up to 10 business days for testing the concepts to ensure it follows the full rules
EA should be used on indices, products and currencies etc
Source code will be released at end of project
Thanks
Benzer siparişler
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
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