Avoid Extended Entry Using MA & ADR: (Addition to Existing EA)

MQL4 指标 专家

指定

Hi, Thanks for looking at my requirement. 

Here are the details of the job and right now, we do have 2 jobs to do in same file. 

The clear detailed explanation along with the pictures are in the google drive link : 

https://drive.google.com/drive/folders/14KMGzunkE-Hbg0eK6iUrs4DNvRetTJYc?usp=sharing


Also, i am into this coding thing for more than 2 years now full time. I am a math guy and not a coder. So the requirements will be in top notch:)

Let me know, if you interested to take this up :) 

Experienced Coders is what i need and i have multiple works followed by this. 

Wish to work with you soon. 

Regards


Here are the job details:

Avoid Extended Entry Using MA & ADR:


ADR Indicator:


In ADR indicator, we have a buffer named: ADR pips.

Now, we need to get the value of X % of ADR:

Let’s consider 15% of ADR. Input needed in the indicator.

Now, use TF as M15(Default)

Input needed for this as well.

  Breaker Candle:

For Buy:

The Open of the candle should be below the 20EMA(M15)

And close should be above the 20EMA(M15)

Green Arrows are breaker candles.

  For Sell:

The Open of the candle should be above the 20EMA(M15)

And close should be below the 20EMA(M15)

Red arrows are breaker candles.

Now, for every candle, consider the difference between the close of the candle and the MA value in the recent breaker candle.

For buy:

GBPCAD Example: 21st August. Time: 15:30 (M15) is the last breaker candle.

MA Value (20EMA) = 1.77280

ADR Pips : 82.8

15% of ADR pips: = 15% * 82.8 = 12.42 pips.

Now, check all the candle low price:

If the candle low price is 12.42 pips above the 1.74414 they are not valid.

Ie. 1.74414 + 0.001242 (12.42/10000 for all pairs and for JPY divide by 100)

=1.745382

So, new entries are valid, only if the candle low is less than 1.745382

For sell:

Usdjpy: 20th August: 10:00 (M15)

MA Value: 146.963

ADR pips: 215.85

15% of ADR pips: = 15% * 215.85 = 32.37 pips.

Now, check all the candle high price:

If the candle high price is 32.37 pips below the 146.963 they are not valid.

Ie: 146.963 - 0.032378(32.7/100 for JPY pairs and for other pairs divide by 10000)

=146.63 So, new entries are valid, only if the candle high is above than 146.63

 

Buffers to be added:

Breaker Buy Valid: 1

Breaker Sell Valid: 1

Add it to all candles, which are valid in the above method.

20EMA Buy Valid: 1 (if the candle is below the 20EMA)

20EMA Sell Valid: 1 (if the candle is above the 20EMA)

 

Total Buy Valid: Breaker Buy Valid + 20EMA Buy Valid

Total Sell Valid: Breaker Sell Valid + Breaker Sell Valid

The above total buy buffer, will either print as 0 or 1. It can’t be 2, if the price is above 20ema, 20 ema buy valid will be 0. And breaker buy valid will only work as 0 or 1.

 

Integration to Shriyaa EA:

Whenever a trade is about to enter, check Total Buy Valid and Total Sell Valid in this indicator buffer.

Only if they are 1 in the respective direction, a trade is allowed, if not print a log: for buy:

Trade is restricted due to Total Breaker Valid on Pair (XXX) for Buy

For sell:

Trade is restricted due to Total Breaker Valid on Pair (XXX) for Sell

 

For Sell: the vertical line is the breaker candle and the tick mark will be the last entry candle for sell

Green horizontal line will be the maximum limit and the blue zone candles are only valid for entries.

 

For Buy: the vertical line is the breaker candle and the tick mark will be the last entry candle for buy

Green horizontal line will be the maximum limit and the blue zone candles are only valid for entries.

 

 

 

 

 

 

 

 

 

 

 

 

 

 


反馈

1
开发者 1
等级
(10)
项目
25
28%
仲裁
2
0% / 0%
逾期
1
4%
已载入
相似订单
Hi, I have an scalping Expert Advisor for XAUUSD pair with Break Out strategy using iADX indicator and it seems other indicators too. Need a help to do reverse engineering on it. Thanks
I would like to create a bot based purely on the below fundamentals; Timeframe from 5M to 1Month. The bot will place a trade via a candlestick pattern and supply and demand zone approach, (NO RSI, Bollinger bands, or the like to be taken into account) just purely candlesticks based off the candlestick bible, buy and sell. Once a trade is made, the bot will continue to make trades in that position’s direction (locked
Dear Digital Intellectual, I’ll generally outline my idea with the intended instruments and their logic. Fundamental bias with multiple factors . I have this outside of MT. It's very easy to activate or deactivate the EA on MT if the fundamentals are not in line to be bullish or bearish. Later on, APIs would be needed to fully automate this (not yet needed). Logic : Fundamental factors on a higher timeframe drive the
CPI ROBOKING 30+ USD
*Strategy: CPI-Based Trading* *Instruments:* XAUUSD (Gold), UsTech100 (Nasdaq 100), USDJPY *CPI Release:* 1. *Higher-than-expected CPI:* - XAUUSD: SELL (Gold prices may drop due to potential rate hike) - UsTech100: SELL (Tech stocks may drop due to potential rate hike) - USDJPY: BUY (USD may strengthen due to potential rate hike) 2. *Meets or lower-than-expected CPI:* - XAUUSD: BUY (Gold prices may rise due
I'm looking for a program that will work on ninja trader 8: 1. The program should start by giving me the maximum and minimum for the Monday and Friday previous to my current date. 2. The program will shift from the 1 day to the lower time frame as needed that has been selected. a. Then, the Fibonacci sequence will be added automatically from the beginning, and the Fibonacci graph will be adjusted from elliott wave
Dear Programmer Go to this link https://www.youtube.com/watch?v=m1yJjAIzcp0 This video will explain everything about the strategy. I wanted to make an EA based on this strategy Draw standard deviation channels with 1 2 &3 standard deviation. The repainting should be minimal. In the mid line you have to buy and sell the same currency pair 1 lot each(or depending on the account size) If it goes up and hit the upper
Hello, I am looking for a skilled developer to help create a powerful trading strategy for the stock markets, specifically targeting the American market index. If you have experience in programming and developing effective trading algorithms, I would love to hear from you. Please let me know if you are interested, and we can discuss this further. Thank you
Tdi makes a divergence with moving average 2 in the indicator window above level 68 in crash indeces.... For boom the divergence should occur below level 32.... Timeframe preferably 5minutes but could be left to current..Applicant should have knowledge about synthetic indices... Please don't apply if you are not willing to show competence first through demo
I am seeking an experienced MQL5 developer to complete an incomplete EA that was previously developed but not finalized. The EA involves complex zone marking, multi-timeframe analysis, and various entry strategies (Engulfing, Divergence, Aggressive) with specific stop loss, take profit, and Martingale management. The previous developer has provided the progress made so far, including an EA file and documentation
Need a developer who can provide an MQ4 EA or Python Code which could generate at least 0.5% per day (Stable or consistent). Strategy: - Enter in any side of trade (long or short) - trade will close with profit or loss in may be 2 to 5 minutes with best AI inside volume parameters, then wait for next trade but cooling time will be there and in 24 hours it will take 80 to 95 trade - Lots size will be depends on

项目信息

预算
30 - 50 USD

客户

所下订单2
仲裁计数0