Modification of Market Screener indicator

Specifiche

I am looking for a programmer who will be able to modify a market screener indicator which basically scans certain markets that I would like to trade Please do not change or modify how the Monthly and Weekly Columns currently work, I just need a programmer to modify the 4 Hour column and add a 15 minute column. The 4 Hour and 15 Minute columns should operate exactly the same (same operation on different timeframes). I have attached the indicators MQL5 file that needs to be modified.

 

So basically the indicator should display the following columns

1.    Monthly(Do not change)

2.    Weekly(Do not change)

3.    4 Hour(This column needs to be modified)

4.    15 Minute(This column needs to be added)

 

Column 3 (This will be for the 4 Hour timeframe which will use the RSI indicator and it will display the current RSI indicator condition).

 

The RSI period default should be set to 14(it must have the option to change the period in the indicator inputs)

The RSI indicator should have 4 levels: 30; 40; 60 and 70

 

 

For this column the indicator should first verify if both the Weekly and the Monthly timeframes correspond (MN=Buy and WK=Buy or vice versa). If one timeframe is Buy and the other is sell then the cell in the column should display the “Wait” condition.

 

Column 3 BUY condition:

The column must display one of the following outputs after confirming that both Monthly and Weekly timeframes correspond as Buy (both columns indicate a BUY condition at the same time):

                                                                                             

 

 

·         Display “STAGE1”: If the RSI signal line is equal to or below the 30 level: the cell should Display “Stage 1”. The cell should Display “Stage 1” up until Stage 2 condition is met.

·         Display “STAGE2”: If the RSI signal line is equal to or above the 60 level: the cell should Display “Stage 2”. The cell should Display “Stage 2” up until Stage 3 condition is met.

·         Display “STAGE3 PULLBACK”: The cell should Display “Stage 3 Pullback” after the first histogram which appears below the TIPU MACD zero level. The cell should Display “Stage 3 Pullback” up until Stage 4 condition is met. (Note this TIPU MACD settings should be separate to the one that the Monthly and Weekly columns use and should have separate input settings in the indicator inputs, set to default TIPU MACD settings)

·         Display “STAGE 4 IMPULSE” The cell should Display “Stage 4 Impulse” after the first histogram which appears above the TIPU MACD zero level. The cell should Display “Stage 4 Impulse” up until Stage 1 condition is met again. Then this Cycle should carry on until the Monthly and Weekly columns differ (one Buy and the other as Sell) then the column should display “Wait”.

 

Note: As soon as the Weekly and Monthly do correspond (as BUY and BUY or as SELL and SELL) the indicator should always look back at what the last Stage was using the above conditions and carry on from that stage.

 


 

Column 3 Sell condition:

The column must display one of the following outputs after confirming that both Monthly and Weekly timeframes correspond as Sell (both columns indicate a Sell condition at the same time):

                                                                                             

 

 

·         Display “STAGE1”: If the RSI signal line is equal to or above the 70 level: the cell should Display “Stage 1”. The cell should Display “Stage 1” up until Stage 2 condition is met.

·         Display “STAGE2”: If the RSI signal line is equal to or below the 40 level: the cell should Display “Stage 2”. The cell should Display “Stage 2” up until Stage 3 condition is met.

·         Display “STAGE3 PULLBACK”: The cell should Display “Stage 3 Pullback” after the first histogram which appears above the TIPU MACD zero level. The cell should Display “Stage 3 Pullback” up until Stage 4 condition is met. (Note this TIPU MACD settings should be separate to the one that the Monthly and Weekly columns use and should have separate input settings in the indicator inputs, set to default TIPU MACD settings)

·         Display “STAGE 4 IMPULSE” The cell should Display “Stage 4 Impulse” after the first histogram which appears below the TIPU MACD zero level. The cell should Display “Stage 4 Impulse” up until Stage 1 condition is met again. Then this Cycle should carry on until the Monthly and Weekly columns differ (one Buy and the other as Sell) then the column should display “Wait”.

 

Note: As soon as the Weekly and Monthly do correspond (as BUY and BUY or as SELL and SELL) the indicator should always look back at what the last Stage was using the above conditions and carry on from that stage.

 


 

Column 4 (This will be for the 15 minute timeframe which will use the RSI indicator like column 3 or 4hour timeframe and it will display the current RSI indicator condition with the same setting as column3 or 4  hour timeframe).

 

THE FOLLOWING RSI PARAMETERS SHOULD BE USER DEFINED (Column 3 and 4 will use the same RSI settings)

RSI Period = user defined

 

THE FOLLOWING TIPU MACD PARAMETERS SHOULD BE USER DEFINED FOR BOTH TIPU MACD INDICATORS (Column 3 and 4 will use the same RSI settings)

Fast EMA Period = user defined

Slow EMA Period = user defined

Signal SMA Period = user defined


Con risposta

1
Sviluppatore 1
Valutazioni
(8)
Progetti
18
17%
Arbitraggio
3
67% / 0%
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(22)
Progetti
27
37%
Arbitraggio
1
100% / 0%
In ritardo
3
11%
In elaborazione
3
Sviluppatore 3
Valutazioni
(1)
Progetti
0
0%
Arbitraggio
2
0% / 100%
In ritardo
0
Gratuito
Ordini simili
Fintech robots 30+ USD
Specification I need a grid ea that puts buy stops and sell stops on the chart (only stops no limits). See image Example: if the price moves up filling the buy stops. The ea should place new sell stops below the price for the set parameters. And vice versa. Also if price moves up it should place new buy stops above the last buy stop. So if the parameter is set to 50 buy stops. There should always be 50 buy stops in
Develop a multi-strategies EA that makes entries based on selectable indicator-based criteria. Each can be toggled on/off, and trades can also be placed using a selectable combination of signals. Each trade position shall be entered on the bar and managed as a modified martingale. Position management will include partial close, variable grid increase as grid number increases, News stops, and a Dashboard for manual
Hello, In need an expert advisor that can copy my CFD (GBPUSD) into Futures 6B, along with AUDUSD. & that whenever I close the position, it closes it aswell. Also if there is limited broker API access, I don't mind getting a broker recommendation
I need an EA that opens trades according to the crossover of Moving Averages. The EA is based on two Moving Averages MA1 and MA2: For every new candle the EA attempts to open a new position, according to the MA crossover direction: If MA1>MA2, open a BUY position If MA1<MA2, open a SELL position There is a limit for current open trades which is also set in the settings. If the number of open trades reaches that
The job is simple, I want a custom indicator which consist of a combination of 3 indicators in separate window as I will show you in the screenshot of my mt5 trading platform. The indicators are RSI(period 14, Apply to close) Level 10 Buy, Level 50 Take profit, level 90 Sell) MA( Period 200, Method Exponential, Apply to Median price, Shift 0) BB (Period 25, Apply to close, Deviation 0.035, Shift 0) Ideally on a 1
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening
Hello Guys, I need a trading bot for the MT5 to place order based on my trading strategy which is based on - >> entry based on EMA with rejection from specific levels like support and resistance area - levels and time frame i will apply into the robot manually on daily basis. also need - trailing stoploss , shift to breakeven after gaining some points. need a highly expert developer
I have a full strategy based on indicator and candle based on . i would like to make it into a robot which will trade for me on a specific time and specific rules. i need a person who can do this project for me. If you have done this type of job . you are most welcome for this. Apply only if you know binary trading option and binomo trading platform well and how it works
I want to make AI based on Attached Picture Swing High low. If you have experience can share demo first. Stop loss, take profit, trailing , break even ,DD etc. also amiable

Informazioni sul progetto

Budget
50+ USD
Per lo sviluppatore
45 USD
Scadenze
a 3 giorno(i)