Highs & lows of sessions/days/weeks/months detection

MQL5 Indicadores Asesores Expertos

Tarea técnica

Objective: Automatically detect when a currency reaches a liquidity zone.

Create a program that will watch a specific list of currencies

Retrieves the currency list from:
•    the watchlist
•    or from the parameters (comma delimited list): EURUSD, AUDUSD, etc

Parameters :
- Symbols selection (Manual or Watchlist)
- Symbols list (comma separated): Will be a string separated by comma and taken into account only if Symbols selection = Manual. Also check the entries on start (some currencies can have a + after e.g.: EURUSD+)
- Number of sessions to watch (integer): can be 2, 3 ,4 etc: it will represent the number of sessions / days / weeks that we have to look back or check

- Limit to london/NY session for day: (boolean) If true, for day check, it will raise the notification only if it happens during london/NY session

For example, if a high happens during pre london( asia) session, it wont raise the notification for high of the day but if it's happen again during london, it will raise a notification

- London: (boolean)  default True, will check London session
- New-York: (boolean)  default True, will check NY session
- Day: (boolean)  default True, will check day session
- Week: (boolean)  default True, will check week session
- Month: (boolean)  default True, will check month session

- London start session time (string) format XX:YY where XX is hours and YY minutes
- London end session time (string) format XX:YY where XX is hours and YY minutes
- New-York start session time (string) format XX:YY where XX is hours and YY minutes
- New-York start session time (string) format XX:YY where XX is hours and YY minutes

Notification group
- Mobile (boolean)
- Print (boolean)
- Alert (boolean)

The program will set for each currency the following:
•    Store the highs and lows of the two last NY session
•    Store the highs and lows of the two last London session
•    Store the highs and lows of the two last days
•    Store the highs and lows of the two last weeks
•    Store the highs and lows of the two last months
•    Store the highs and lows of the two last years

Important note: This could be the last 3 instead of 2.

Example:

We are on 15 July 2022 (Friday)
We will get:
•    High and low of the NY session of July 14 , 2022 and July 13, 2022
•    High and low of the London session of July 14 , 2022 and July 13, 2022
•    High and low of the day of July 14 , 2022 and July 13, 2022
•    High and low of the week 27 June-1 July and 4-8 July
•    High and low of the month of May and April 2022
•    High and low of year 2021 and 2022

When we move to Monday (July 18 2022)
•    Change High and low of the NY session of July 14 , 2022 and July 15, 2022
•    Change High and low of the London session of July 14 , 2022 and July 15, 2022
•    Change High and low of the day of July 14 , 2022 and July 15, 2022
•    Change High and low of the week 11-15 July and 4-8 July
•    No change High and low of the month of May and April 2022
•    No change High and low of year 2021 and 2022

It will be refreshed as follow:
•    every day for the NY session
•    every day for the London session
•    every day for the day
•    every week for the week
•    every month for the month
•    every year for the year

When a high or low is reached, the notification is disabled for this high or low for this period. I mean if the low of last week is reached twice during this week, I receive only the first notification.

Checks are to be performed on every tick and at the start of the EA.


Important:
- When the EA is starting, check every rules and do not send notification. Example: If I start the EA and yesterday high was broken today, do not raise a notification but set the high as taken

Examples:
•    If NY session high from 2 days ago is reached, then this high no longer raise a notification, but tomorrow, NY session high will change (as it’s a different day) and we can have a notification for this one.
•    If London low of yesterday was reached, for tomorrow, this low will be 2 days ago of London low and it won’t raise any notification as it was already reached when this low was London’s yesterday low.

Han respondido

1
Desarrollador 1
Evaluación
(3)
Proyectos
9
22%
Arbitraje
9
56% / 44%
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(10)
Proyectos
25
28%
Arbitraje
3
0% / 0%
Caducado
1
4%
Trabajando
3
Desarrollador 3
Evaluación
Proyectos
0
0%
Arbitraje
1
0% / 100%
Caducado
0
Libre
4
Desarrollador 4
Evaluación
(7)
Proyectos
6
0%
Arbitraje
5
0% / 100%
Caducado
1
17%
Libre
5
Desarrollador 5
Evaluación
(4)
Proyectos
7
43%
Arbitraje
1
0% / 0%
Caducado
1
14%
Libre
6
Desarrollador 6
Evaluación
(300)
Proyectos
450
65%
Arbitraje
5
40% / 0%
Caducado
4
1%
Libre
7
Desarrollador 7
Evaluación
(488)
Proyectos
556
33%
Arbitraje
27
44% / 44%
Caducado
8
1%
Ocupado
Solicitudes similares
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Información sobre el proyecto

Presupuesto
69+ USD
IVA (20%): 13.8 USD
Total: 82.8 USD
Para el ejecutor
62.1 USD
Plazo límite de ejecución
de 1 a 4 día(s)