Need an Expert Adviser with ADX, MA & Parabolic SAR. Multiple Leg-In trades, and more

MQL5 전문가

작업 종료됨

실행 시간 3 일
피고용인의 피드백
Even though the delivered EA had bugs, the client released the funds to me much before deadline. Very kind :)

명시

Please make an offer of how much this EA will cost to build.  I will carefully consider all offers that come in before Sunday evening my time.  The job will be awarded early next week. Thank you.

I need  an MT5 Expert Adviser for prototyping purposes.

The goal is to build this EA and I WILL test it on 25 currency pairs, setting individual parameters for each currency pair as needed for profitable trading.

There will be several unique things about this EA.  First, I'd like to use a wizard generated version of the EA so that we can keep costs low.

Final trading settings will go to our production project in based in Java on the TWS system.

Non-triggering indicators:

  • SMA(20)
  • SMA(50)
  • SMA(200)

These three indicators will only be for informational purposes and in order to test uptrend or down trend when preparing to put on a new trade.

ADX, plusDI, and minusDI will be used with some unique settings.

This will be a directional trading EA.  If an initial Long trade is put on n trades up to Max Trades.  More on Max Trades further down.

Input Requirements

AutoTrade true/false toggle to enable on/off switching of new trades only Boolean

Max Trades - Integer

Percent of Equity per trade Double

Long SMA periods Integer

Respect Medium MA toggle True/False Boolean

Medium SMA periods Integer

Respect Short SMA toggle True/False Boolean

Short SMA periods Integer

ADX Periods Integer

Respect ADX true/false Boolean

First Trade at ADX Integer

Parabolic SAR normal settings (I think 3 with Double Typecast)

Respect SAR true/false Boolean


Money management - we will always trade by percent of margin.  i.e. each trade will be 1% or 2% or 2.5% of available margin.  Total funds on the barrel head should never exceed 60%, but that should not be a problem.

Max Trades parameter - This parameter will identify the total number of trades that can be entered going in any single direction either Short or Long, not both.  Once price action changes direction, all trades will be closed and a new entry point will be sought for the first trade in the new direction.  My own trading rule will be

There are a couple of quirks I want this EA to have! 

First, if Max Trades is 1 then only one trade will be put on.

Subsequent trades should be evenly spaced between the first trade and ADX(100).  Therefore, if Max Trades is 2 then the initial trade will be put on as per ADX rules below, and the second at ADX(100).  Trades will only be triggered once we reach the designated ADX level.

With Max Trades of 3, then there will be three evenly spaced trades.  If the first trade is set at ADX 20 and there are three trades, then the formula  (100-20)/2 would give us trade entry points at ADX(20), ADX(60), and ADX(100).  Trades will only be triggered once we reach the designated ADX level.

If Max Trades = 4, then the same formula will be used.  Let's just say that First Trade set at ADX  25.  Then the formula would still be (100-25)/3.  This would give us entry points at ADX(25), ADX(50), ADX(75) and ADX(100).  Trades will only be triggered once we reach the designated ADX level.

if Max Trades = 5 and Fist Trade set at ADX(20) then (100-20)/4 would give us trade thresholds at ADX(20), ADX(40), ADX(60), ADX(80) and ADX(100). Trades will only be triggered once we reach the designated ADX level.

Finding a first trade

If Respect ADX is true, then this trade will be put on either when plusDI and minus DI cross AND when ADX is above both plusDI and minusDI.  If first Trade At ADX is  25 and plusDI and minusDI crossed when they were down at 20, then the robot will wait to trade into the direction that is greater between plusDI and minusDI AND only when ADX reaches 25.  If Respect medMA and/or Respect shortMA is/are true, then this first trade must also look for Long Trades above either or both medMA and/or shortMA and short trades below either or both medMA and/or shortMA.

Once the first trade is put on, then subsequent ADX levels should be discovered as described above, and new trades should be put on as ADX rises.

If Respect ADX is false and Respect Parabolic SAR is true, then the intersection of the Parabolic SAR with the price action is where an initial trade is opened, as long as ADX is above both plusDI and minusDI.


Closing Trades

ALL TRADES WILL BE CLOSED AT THE SAME TIME.

Trades will be closed either:

  • when plusDI and minusDI cross
  • when ADX drops below both plusDI and minusDI
  • as a last resort, when the parabolic SAR meets the price action.

Other options:  I would welcome verbose settings so that I can see in Journal where in the program we may have challenges.  We can discuss details here.

If AutoTrade is false, then I want to either email or alert using sound.  I have WAV files for Buy Open and Sell Close events for all 25 currency pairs.

I expect source code for this EA so that I can have later changes made as needed.

CipherPips

응답함

1
개발자 1
등급
(187)
프로젝트
367
56%
중재
45
22% / 56%
기한 초과
188
51%
무료
2
개발자 2
등급
(219)
프로젝트
370
42%
중재
145
17% / 41%
기한 초과
124
34%
무료
비슷한 주문
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other

프로젝트 정보

예산
기한
에서 3  5 일