Modification for my ea and indicator

İş tamamlandı

Tamamlanma süresi: 4 gün
Müşteri tarafından geri bildirim
his skills are amazing, basically he can do everything in metatrader. Highly recommended.
Geliştirici tarafından geri bildirim
Enjoyed working with him!

İş Gereklilikleri

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.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(74)
Projeler
121
43%
Arabuluculuk
12
33% / 50%
Süresi dolmuş
17
14%
Serbest
2
Geliştirici 2
Derecelendirme
(63)
Projeler
68
25%
Arabuluculuk
12
42% / 42%
Süresi dolmuş
4
6%
Serbest
3
Geliştirici 3
Derecelendirme
(103)
Projeler
130
44%
Arabuluculuk
7
43% / 43%
Süresi dolmuş
7
5%
Serbest
Benzer siparişler
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Merge 2 ZickZack indicators to 1 indicator. Indicator 1 is a ZickZack Pointer. Indicator 2 is based on 3 level ZickZack semaphore. Indicator source codes will be provided to the selected developer
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
Hello, i am searching for an experienced, professional software engineer, who can convert three Indicators from MQL4 to MQL5. This may sound like an easy job, but one indicator is like a trading system and therefore a bit complex. So you need to have a very good understanding of both languages. You should also be able to code MQL5 classes ( https://www.mql5.com/en/docs/basis/oop ). The intention is to code MQL5
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
I have a full code ,, There are some errors in this.It does not add to the chart, does not show arrow marks, does not alert ,, fix this problem and work properly,, Contact on telegram @Gw_rakib1
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing
I have an indicator i will like to view in form of dashboard across various timeframes, i also will like a push notifications alert feature that will appear on my mt4 mobile to keep track of my trading pairs

Proje bilgisi

Bütçe
30 - 150 USD
Geliştirici için
27 - 135 USD
Son teslim tarihi
to 6 gün