New EA based on custom indicator, and specific price zones

MQL5 Эксперты

Работа завершена

Время выполнения 22 часа

Техническое задание




An expert advisor based on this settings that must work together:

1- Custom indicator based on 3 moving averages in defined values- 6 (blue), 12 (red), and 24 (yellow).

2- Default indicator of MT5 : Awesome oscilattor, an histogram based indicator

3-  Defined and customizable (10) ten price channels, or price zones in wich i would configure every trade session.

The price channel will be set by 

a )High value
b) price definned between high and low, that i would may able to change, called M value
c) Down value  

The price channels would be set based on High value, M value and Down value, like 

Up- 10.60
M- 10.54
down- 10.50


So the EA must work this way, all on 2 minutes candle:

ENTRIES
For every entry in long position: 

1- The moving averages must be showing top-bottom, configuration 24.12.06, so yellow, red, blue, with a difference between the 24 line and 12 line showing a difference more than customizable number X, and between 12 line and 06 line just more than another customizable number called Y. Only then, when the lines reach the distance settled, than there will be an ok from this part, but there are another 2 steps, for the entry.

2- And besides this configuration showed on 1, there is the awsome oscilattor for condition in every entry, that, must be in a value under, a custom value, that i could configurate every session, like -0.001. So only if the Awesome oscilattor stay under this customizable value, and in 
according to 1 , and 3, there will be an entry. 

3- And besides the configuration showd on 1 and 2, there is the condition of the price channels, or price zones: 

For every long position, the sistem must stay in tune with 1, and 2 rules, and the EA must count in this 2 minute candle, the average prices, or medium prices oscilated, between M price and down price, and  open an order for the next customizable candles, like 3 candles, or 5 candles of two minutes, there will be a valid buying order, based on this medium price calculated, in the 2 minute candle .  ( The EA must be made in a way i could chose how many candles next, the order will be valid)


There is another very important fact: In this 2 minute candle of calculations, the price could eventually go beyond m price, on up price - in wich these up values would not be counted for the average price, only those between m and down price- but if there is simply one trade outside the price channels, so the candle would not be valid anymore.

Lets say we have this price channel:

up- 10.60
m-10.54
down-10.50

In the 2 minute candle, the prices could eventually oscilated like 10.55 ( they would not be counted in average price calculation), but wont invalid the entry. But if the price even for only a trade, goes under 10,50, or above 10,60, the candle would be disconsidered and no entry would be made. 




For every short position:

1- The moving averages must be showing top-bottom, configuration opposite of long position, so, 06.12.24, so blue, red, yellow, with a difference between the 06 line and 12 line showing a difference more than customizable number X, and between 12 line and 24 line just more than another customizable number called Y. Only then, when the lines reach the distance settled, than there will be an ok from this part, but there are another 2 steps, for the entry.

2- And besides this configuration showed on 1, there is the awsome oscilattor for condition in every entry, that, must be in a value above, a custom value, that i could configurate every session, like +0.001. So only if the Awesome oscilattor stay above this customizable value, and in according to 1 , and 3, there will be an entry. 

3- And besides the configuration showed on 1 and 2, there is the condition of the price channels, or price zones: 

For every short position, the sistem must stay in tune with 1, and 2 rules, and the EA must calculate in this 2 minute candle, the average prices, or medium prices oscilated, between M price and up price, and  open an order  for the next customizable candles, like 3 candles, or 5 candles of two minutes, there will be a valid selling order- going short, based on this medium price calculated, in the 2 minute candle . ( The EA must be made in a way i could chose how many candles next, the order will be valid)

There is another  very important fact: In this 2 minute candle of calculations, the price could eventually go under m price, on down price - in wich these up values would not be counted for the average price, only those between m and down price- but if there is simply one trade outside the price channels, so the candle would not be valid anymore.

Lets say we have this price channel:

up- 10.60
m-10.54
down-10.50

In the 2 minute candle, the prices could eventually oscilated like 10.53 ( they would not be counted in average price calculation), but wont invalid the entry. But if the price even for only a trade, goes under 10.50, or above 10.60, the candle would be disconsidered and no entry would be made. 


So every entry must stay in tune with the 3 conditions: Moving average ok, Awesome Ocillator ok and Price channel ok. 
Please note that every price channel will work independetly for every entry in one price channel, only the same price channel will be considered for the closing of trade.

So then comes the closing position:

CLOSING POSITION


For every long position assumed before, the closing position would be exaclety the UP price, of the respective price channel. And eventually in addition a minus  value, in cents, from the up price, customizable too.  So if i want for closing position exaclety on the up price, so should i set just 0. But if i want another value, so i should set this number, on a minus value. 

Lets say we have this price channel:

10.60
m-10.54
down-10.50

By default= 0, the closing price of a long position should be 10.60, but if i would like to put a custimizable value, like if i want 10.58, i would have to put -2.

For every short position closing, the opposite, so the value of closing a short position would be exaclety the DOWN price, of the respective price channel. And eventually in addition a PLUS  value, in cents, from the down price, customizable too.  So if i want for closing position exaclety on the down price, so should i set just 0. But if i want another value, so i should set this number, on a plus value. 

Lets say we have this price channel:

10.60
m-10.54
down-10.50

By default= 0, the closing price of a short position should be 10.50, but i would like to put a custimizable value, like if i want 10.52, i would have to put +2, and every closing of position, would be on values of down plus 2 cents for every price channel. 



Stoploss


The stoploss would be put on loss of money, but also in a way that i could customize that every time this value is eventually reached, for every price channel, all the position would be closed, but on the same time, there will be a reverse position, that would be closed on another time that i would have the possibility to set.  So if i'm on a long position, if i'm stopped, imediately the EA will open a short position with the same lots quantity, and close this new position in another customizable time, in minutes. 




Resume

Values that i would like to be able to set for the EA:

Loss in money total
lots size


10 price channels, just like this:

UP
M- 
Down- 
Stoploss for short-(reverse)
Stoploss for long- (reverse)
Closing price  minus- on long positions, if needed different value from up price
Closing price plus- on short positions, if needed different value from down price

value for Awesome Oscilattor:

long position : - (value )- so every value under this custom set
short position: + (value)-so every value above this custom set


Value for Moving Average indicator:

For long positions- diference value between 24 and 12 MA lines, and between 12 and 6 lines to trigger the entry 

For short positions- difference value between 06 and 12 MA lines, and between 12 and 24 lines, to trigger the entry

Value of next candles in wich the buying or selling order are valid



Откликнулись

1
Разработчик 1
Оценка
Проекты
1410
67%
Арбитраж
123
32% / 41%
Просрочено
217
15%
Свободен
2
Разработчик 2
Оценка
Проекты
3552
88%
Арбитраж
73
40% / 15%
Просрочено
268
8%
Свободен
3
Разработчик 3
Оценка
Проекты
134
64%
Арбитраж
6
17% / 67%
Просрочено
32
24%
Свободен
Похожие заказы
We are looking for an experienced MQL5 developer to provide a stable, consistently profitable Forex Expert Advisor (EA) capable of generating 10–15% average monthly returns while maintaining the lowest possible drawdown . Our Requirements The EA must have a proven track record of consistent performance. A long-term trading history (live or verified) will be considered a significant advantage. Before final selection
I am looking for a professional MQL5/MT5 Expert Advisor developer to build a fully automated trading bot based on my custom strategy. Requirements: Strong experience in MQL5 (MetaTrader 5) Previous experience developing Forex/Gold Expert Advisors Ability to convert a trading strategy into a fully automated EA Clean, well-structured, and optimized code Good communication and willingness to provide updates during
Forex Growth 60 - 100 USD
Customer Information Name: John Smith Email: john.smith@example.com Company: ABC Trading Ltd. Platform MetaTrader 5 (MT5) Market Forex Trading Instruments EURUSD GBPUSD XAUUSD Trading Strategy The robot should trade based on a trend-following strategy: Buy: When the 50 EMA crosses above the 200 EMA and RSI is above 55. Sell: When the 50 EMA crosses below the 200 EMA and RSI is below 45. Close trades when Take Profit
Only programmers with experience with orderflow please, it's not the easiest project, I don't want to have arbitration etc. I am not expert in orderflow yet, if you have suggestion about strategy it would be very nice. Source of code required, I am searching a programmer for a longer co-operation
Please create an simple EA in mql5 based on RSI indicator with e-mail, sounds and push notification alerts, of course can't be any bugs, errors, but I think it's obvious. I am searching a programmer for longer co-operation. Thank you for your attention, Have a nice day
Hi, I am looking for an already made profitable EA. It can be an indicator but then it must be possible to make an EA from the indicator. Will need to test before payment (this can be in demo or limited time test). I will pay up to $6000. Do not apply if you want an upfront payment. I need to test for a few times first. Mostly only pips matters. I look much the risk safety, money management, risk reward, and overall
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
SMC Martingale Pro is an advanced MetaTrader 5 Expert Advisor designed for high-volatility markets like XAU/USD. It combines institutional Smart Money Concepts with a dynamic risk recovery system. Key Features Dual FVG Engine: Automatically identifies and renders both bullish and bearish Fair Value Gaps in real time. Multi-Timeframe Flexibility: Operates independently of the active chart timeframe to target
I am looking for an experienced Sierra Chart ACSIL (C++) developer to create a custom indicator that measures the average Prior Day High-Low range over a configurable number of trading days (default: 7 days) using a 23-hour trading session
I have a technical specification ready for a custom alert indicator in NinjaTrader 8 (NinjaScript / C#). Important clarification: it is NOT an automatic trading bot, it is solely a visual indicator (arrows/lines on the chart) and sound alerts (notifications) based on EMA crossovers and range breakouts (ORB 15m) on lower timeframes for futures (MES). I already have the exact rules written out unambiguously

Информация о проекте

Бюджет
55 USD
Сроки выполнения
от 1 до 3 дн.