Modification for my ea and indicator

MQL4 Indikatoren Experten

Auftrag beendet

Ausführungszeit 4 Tage
Bewertung des Kunden
his skills are amazing, basically he can do everything in metatrader. Highly recommended.
Bewertung des Entwicklers
Enjoyed working with him!

Spezifikation

Hello, i have an ea which scans all pairs in watchlists and alert with e-mail when selected conditions occurs. Now i need some modification for it and want to add trading option. 

1)Finding 2 types of divergence at KDJ

 

https://www.mql5.com/en/code/9173

 

This indicator needs modification of at one line so it will calculate proper J like in the example i gave below from tradingview so you need to modify this line to make this indicator work properly.

By changing to:

percentJ[i] = 3 * percentK[i] - 2 * percentD[i];

making J faster then %K & %D, got better usage.

Here is what i need at kdj below. I need two types of divergence at this indicator.

1-      It will check 2 times when purple is equal to green and orange. And it will compare if  there is a divergence at its peak points of purple and price. Then it will alert at the 2nd time when purple is equal to green and orange. (I drawed arrow to show when to alert below)

 

2-      It will check only 1 time when purple is equal to green and orange and it will compare the peak points of purple and will alert if there is any divergence between peak points of purple and price.(I drawed arrow to Show when to alert below at 2nd divergence example).

 

***Also it must find hidden divergence too.

From my experiences 1st rule is more stable but we can t deny the power of 2nd rule too so in our system if when can do 2nd rule  with true/false from indicator settings or at scanner/trading part you can add it kdj 1st rule true/false and kdj2nd rule tru/false within this way,  it will be better for me. I mean that you can add two different rules as kdj 1st rule and kdj 2nd rule wtih true/false below smd/rsi/cci/candlestick pattern.




 

 

2) Trading Option for our ea

 

a)our system needs to trade at current timeframe. I will set our system mostly 1h,4h,Daily with different settings.

 

b)I want filtering system for trading and scanning system as old developer did in pz harmonic before. For example in settings i will set that it will check 4 divergences from 9 signal types and if i filter smd&kdj so these 4 divergences has to include smd,kdj and 2 more random signals.

 

c) I need in trading system:  lots, take profit level in pips and stop loss level in points option.

 

d) autolotper1000 true/false if this is true. I will write a lot size per 1000 dollars and it will calculate due to my Account balance  so if my Account rises, it will calculate automatically new lot size. If it is false, it will use default lot size at c which i mention above.

e)Most important part for Money management in our trading system which i will use mostly. It needs  Smartlot&Stoploss = true/false and how many candle to check = “n” , Risk per trade % = “m”

For example when signal comes from settings that i selected and If smartlot&stoploss is true, n=4 and m=20 : In buy trade, it will check last 4 candle of current time frame and it will automatically determine lowest point of last 4 candle and set stoploss to lowest point of these candles for buy trade then it will check  %20 of my Account balance, stoploss and will calculate automatically my lot size. So if price hits lowest point of last 4 candle, i will lose %20 of my Account so i will fix drawdown to %20.

 

Here is a open source code example that i use in my manual trading so you can check its code to make for our system automatically.

https://www.mql5.com/en/code/13804.

 

f) 2nd most important part of our system that i will use  for closing trades:

In this case we will use default boilinger band and gann hi lo activator.

Gann hi lo : https://www.mql5.com/en/code/8032

Here is what i need for this system in settings:

Smartclose = True/false (If it is false, it will use take proift level which i mentioned at c above.

Whichindicatortoclose =I need a selectable system for these options (bollinger lowest band,mid band, upper band and gann hi lo line)

Autosafeclose = true/false (If it is true, it will select most nearest point to price from whichindicatortoclose options and it will select this nearest point to price automatically for take profit. If autosafeclose is false, it will use selected criteria from whichindicatortoclose)

Usetrailingatsmartclose= true/false

Whentostarttrailing= “y” points (if use trailingatsmartclose is true and if my trade is in profit with “y” points it will start to use trailing stop loss option)

Trailingpoints= “x” points (if usetrailingatsmartclose=true and if trade is in profit with “y” points, it will use “x” point for trailing points till my trade reaches to takeprofit which is defined from whichindicatortoclose or which is defined from autosafeclose option.)

g) I will use the system for 1h,4h and Daily charts and sometimes for same pair it will alert 1h and 4h at the same time or different variations(for example 4h and Daily) so i don’t want any 2 trades at the same time. So if there is a open or closed trade during the day. It will not open 2nd trade and it will ignore the 2nd alert and has to notify me with email or notification “2 trades cant be at the sametime.” Because it will kill our ea’s Money management system so we have to eleminate the mess. So it will use only 1 signal per day.

h) I don’t want it to trade from 10:00 pm to 2:00 am according to broker time. Because spread is higher during these times and there is not so volatility between these time of period. If signal comes during this time of period, i want it to ignore and doesn’t want it to create any trades but if there is any open trade from 2:00 am to 10:00pm), it can leave it opened trades. So only i don’t want any new trades when signal comes from 10:00pm to 2:00am. For example if there is a signal at 11:00pm, ea will send an e-mail or notify me that “ signal came but cant open trade during this period.”

Also between 12:00-14:00 due to bank close, volatility became less thats why i need same system for this period too.

If you can make these 2 time period editable from indicator settings, it will be better.

Bewerbungen

1
Entwickler 1
Bewertung
(74)
Projekte
121
43%
Schlichtung
12
33% / 50%
Frist nicht eingehalten
17
14%
Frei
2
Entwickler 2
Bewertung
(63)
Projekte
68
25%
Schlichtung
12
42% / 42%
Frist nicht eingehalten
4
6%
Frei
3
Entwickler 3
Bewertung
(103)
Projekte
130
44%
Schlichtung
7
43% / 43%
Frist nicht eingehalten
7
5%
Frei
Ähnliche Aufträge
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
Estou a procura de um programador que faça um robo que automatize as análises feitas por ele nas ondas de Elliot e que faça entradas precisas com proteções das mesmas e com proteções também ajustáveis para não entrar em noticias de 2 ou 3 estrelas, e que seja para o mercado B3 Mini Indice ou Mini Dolar
Sosso 30+ USD
I would like to order an automated robot to the job for me as I have no clue on whatsoever the trading is about. The bot should be able to do it's job, everything for me and it providing the best services for one to use
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
Strategy: 1. Identify strong supply and demand levels. Draw them in the chart in green and red. In Tradingview: Market Structure Break & Order Block by EmreKb von EmreKb --> Strong demand and supply area refer to picture below (Buy and Sell Zones). There must be a strong demand / supply zone on a higher time frame in order for the set up to be valid. The time frame can be selected in the settings. E.g. "Higher Time
Hi there, I currently have a scalping strategy based of 3 thrid party indicators that I would like automated. This would help me with running the strategy through the strategy tester. Two of the indicators dont have iCustom functionality to pull the data in, so another way would have to be devised. The strategy incorpates trading activity, sentiment in the for of the ratio of traders in profit, and a third techincal
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks

Projektdetails

Budget
30 - 150 USD
Für die Entwickler
27 - 135 USD
Ausführungsfristen
bis 6 Tag(e)