Build an EA base on Trading System

MQL4 专家

指定

Youcanfind attached files in my olther projects(indicators are all free on the internet I pay up to 500$ if is faster profitable than others. Murray Math must be disabled after 4 candleh.                            I want a sigle that works on sttrategy tester and a multicurrency version. Phase 1= Create the base of the EA,starting with Selecting Currencies. ANOTHER NOTE I m writing through my phone, please add to CCI indicator that is not on the list, to open a trade when the indicator is volatile and openeverytime reachesa new value. By volatile i mean suming all the values and then split them back on a period of 5 candles for example. 

Phase 2=The conditions under which EA will create order, open positions or close positions

Phase 3=Include all the parameters needed for config

Phase 4=Test , config


PHASE 1

 Selecting which currencies the Expert is trading. And direction which is trading ( download all indicators req below )

1. I want to trade up to 20 currencies, selecting one currency is manual, and those currencies available are in this list

EUR/USD, GBP USD, NZD/USD, AUD/USD, USD/JPY, USD/CHF, USD/CAD, EUR/JPY, EUR/CAD, EUR/CHF, EUR/GBP, EUR/NZD, EUR/AUD, AUD/NZD, NZD/JPY, CAD/JPY, AUD/JPY, CHF/JPY, GBP/CAD, , GBP/AUD, CAD/CHF.

PHASE 2

The conditions under which EAwill create order and open positions 

(download all the requied indicators below)


Once a strategy, and currencies are set, the EA will start looking to open new positions based on the config of each strategy and will Open a new position when all/or the conditions are meet, which is.

- Tip to understand how it will work: You have 2 containers in which you can add or remove points from. 2 are for Opening Positions, 2 are for Closing Positions. 

1 is for opening SELL, 2 is foropening BUY

 

Condition 1: Once you reach the minimum amount of points you set in parameters for example there are 90 point cumulated to open a BUY position, and a 30 to open a SELL position, 

        The value resulted from summing all the rewarded points of the indicators, it's the raw data value that will be needed in order to open new position. For example the if summed value it's 70, or more, and the requested minimum is 70, then a new trade could be opened soon. ( in percent more points more chanses ).

       The direction of a trade is given by  [Level_ZZ_Semafor],open sell, if it's upper, open buy if it's downer. To open a new trade at least one of 2 direction is requied. And this work on 2 parts. Part 1 is triggering part 2 after 3 candle, then in part 2 the ea !checks(for first time) last of the 3 candle and if it has enough points to open a trade ( default 70) will open a trade on the direction given by [Level_ZZ_Semafor].

       Whatever an opened trade meets 3 rd candle of an oposite direction [Level_ZZ_Semafor], close that trade.

Attention: Whatever one trade is triggered, and in time of 3 candles, (before opening a trade), if [Level_ZZ_Semafor] is giving another opening in oposite direction of prevision one, cancel first trade opening, and open second one that comes up after first one in the direction of second one.


Let's start with Openings

Condition 1:

Indicators needed for condition 1 are:

[ Rainbow Moving ] More points when price is closer to the slow indicator lines. ( use it to add points )

-Rainbow moving, points should be distribuited by the leght of 10 candles   

[ 3 Line Break ] Three-line break charts represent a raw of vertical rectangle, the height of which is determined by the value of price changes. Rules of trading using a three-line break chart are given below: (Add points cumulated of last 3 candles of both directions!.)

[ Cycle  Identifier ] Detect spikes in charts for shorts, easy config for EA. \|/ = buy , /|\ = sell . And(Add points to third candle after first one.)

[ Color Stochastic ] Color Stochastic indicator shows overbought and oversold levels. ( use it to add points )

  • Stochastic readings above 80 suggest market being overbought, Stoch line turns green;
  • while readings below 20 - market being oversold, Stoch line turns red.

[ TrendContinuation2 ] Trends help to earn more money in short periods of time, they also "help" to quickly lose them, if a position is opened against the market. To avoid such situations the author developed a "trend continuation factor" (TCF). This indicator is created to determine the trend and its direction. ( use it to add points ) When blue above red means buy, when red above blue means sell.

[ Super trend-Signals ] Add 10 points to a specific direction ( use it to add points )

[ Supply and Demand ] Great indicator, it connects the most important resistance and support levels. ( use it to add points )

 [Level_ZZ_Semafor] Same as, shows hights and low, only that this one weights on 3 levels.(Add points to third candle after first one.)

  • Levelo 3 reward X points
  • Level 2 reward Y points

 

CLOSING A TRADE

Close a trade immediately whena trade opens on the oposite direction, or [ MurrayMath ] Auto-close a position when  it step backward to a LOWer pivot, resistance or support. PHASE 3

PARAMETERS CONFIGURATION(This is just a example of how should look like)


___________________________Main Properties_______________________________________

NumberOfCurrencies                        ( 0 cannot be disabled ) + 20 (Default)

CurrencyPair 0                                  EUR/USD  (Default)

CurrencyPair 1                                  GBP/USD  (Default)

CurrencyPair 2                                  NZD/USD  (Default)

CurrencyPair 3                                  AUD/USD  (Default)

CurrencyPair 4                                  USD/JPY   (Default)

CurrencyPair 5                                  USD/CHF  (Default)

CurrencyPair 6                                  USD/CAD  (Default)

CurrencyPair 7                                  EUR/JPY   (Default)

CurrencyPair 8                                  EUR/CAD  (Default)

CurrencyPair 9                                  EUR/CHF   (Default)

CurrencyPair 10                                EUR/GBP   (Default)

CurrencyPair 11                                EUR/NZD   (Default)

CurrencyPair 12                                EUR/AUD   (Default)

CurrencyPair 13                                AUD/NZD   (Default)

CurrencyPair 14                                NZD/JPY    (Default)

CurrencyPair 15                                CAD/JPY    (Default)

CurrencyPair 16                                AUD/JPY    (Default)

CurrencyPair 17                               CHF/JPY     (Default)

CurrencyPair 18                               GBP/CAD    (Default)

CurrencyPair 19                               GBP/AUD    (Default)

CurrencyPair 20                               CAD/CHF    (Default)

___________________________________Technical TRADING______________________________________

Lot size                                          0 (Default) % Account Equify or fixed

MaxSpread                                    50 (default)

Timeframe                                    30 minutes (Default)

Trailing stop (0 disabled)                0 (Default)

Trailing startdistance                    50 (default 50 pip)

Stoploss (0 disabled)                     100 (Default)

PushNotifications                          6 (Default) 12/24/48hours

_______________________________Score TRADING_________________________________________

Minimum Open value=70 (the score needed in order to meet the Condition 1)

Maximum Open value=80 (the score needed in order to meet the Condition 1)

_____________________________Advanced Parameters______________________________________

-Opening 

[ Color Stochastic ]                 Points rewarded= If oversold(30toBUY)(-10toSELL) if overbought (30toSELL)(-10toBUY)

[ Rainbow Moving ]                 Points rewarded= If sold(5toBUY)(5toSELL) if bought (5toSELL)(5toBUY) last 10 candles for every color hit

[ Super trend-Signals ]            Points rewarded= If sold(-0toBUY)(10toSELL) if bought (-0toSELL)(10toBUY) add ( - ) value to negative value

[ TrendContinuation2 ]           Points rewarded= If sold(-0toBUY)(20toSELL) if bought (-0toSELL)(20toBUY) add ( - ) value to negative value

[ 3 Line Break ]                       Points rewarded= 5 to specific direction cumulated of last 3 candles

[ Cycle  Identifier ]                 Points rewarded= 20 to specific direction \|/ = buy , /|\ = sell . to third candle after first one

[Level_ZZ_Semafor]                Points rewarded Level 3=30, Level 2=25, Level 1=15, to third candle after first one

[ Supply and Demand ]            Points Rewarded= 20 (in verified support),  if it breaks Points Rewarded=20 for 4 candle both directions


Additional stuff


  • HUD

Overall Trades=
Profitable Trades=
Open Trades=

Lots Trading=

Best Currency=Profit/loss
Worst Currency=Profit/loss

------------------------------------------------
Equify=In account currency

Account Growth=in %
Drawdown= In % ( Never resets the old value in account )

---------------------------------------------------------------

| Close all positions |(Stop the EA)

-------------------------------------------------------------------
With frame, just if you can make it looking good.
Quick note: I'd rather have the hud in the left side of the screen, than in the right)

And send push notification to phone exactly this frame text every 6 hours/12/hours/24hours/48hours and then reset stats.


Specification;

-The EA must work properly with opening trade function on strategy tester.

-The EA must be able to be uploaded on the market

-The EA must be written in English

-The EA must be done for MT4, and have included all indicators, all indicators must be invisible













反馈

1
开发者 1
等级
(43)
项目
72
49%
仲裁
4
0% / 50%
逾期
19
26%
空闲
2
开发者 2
等级
(320)
项目
466
42%
仲裁
78
12% / 63%
逾期
75
16%
工作中
3
开发者 3
等级
(414)
项目
670
33%
仲裁
60
17% / 32%
逾期
114
17%
工作中
4
开发者 4
等级
(258)
项目
395
28%
仲裁
69
19% / 49%
逾期
120
30%
空闲
5
开发者 5
等级
(73)
项目
132
52%
仲裁
9
44% / 33%
逾期
64
48%
空闲
6
开发者 6
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
7
开发者 7
等级
(49)
项目
134
27%
仲裁
62
13% / 53%
逾期
58
43%
空闲
8
开发者 8
等级
(121)
项目
134
66%
仲裁
36
25% / 56%
逾期
22
16%
空闲
相似订单
Hello I have a EA and Custom Indicator That Someone Made for Me But I need to fix it up and get it to function properly using the customer indicator I want to fix the bug's and add a water mark to it that is all if someone could do this work asap that would be even better. EA is 3771 Lines Of Code Indicator Is 918 Lines Of Code list of things I need fixed (More then half of this is already coded in) #.1 I need the EA
Hi there Here is a video of the logic: its based on market structure and swings using validated highs and lows based on candle closure. Just in case you would like to take a look at the code/indicator here is the link: https://youtu.be/igj0OaQoM7o?si=7nigL8OU2Nt1Zxkx Let me know if you can help
Robot should have the option to either to Buy or Sell, and Buy and Sell based on selected technical indicators: PSAR, MACD, Stochastics, and Bollinger bands. Either one, all, or combination can be used to open order Lot size is either based on fixed lot, size per USD, or free margin per USD Target profit based on points and option for trail stop Stop loss is either in points or as a % of free margin Option for
Create MT5 deriv EA 30 - 35 USD
Hello . Am in need of a developer that can Create deriv EA .I need to create a Deriv Bot with Martingale 1 min candles 30 martingale plus I can change the amount of martigale with the option of 1 min up or down . Kindly bid and let discuss about the project
I need an automated EA to open positions based on the closing of a candle over/under the 50MA TP must be able to be set at specific points SP must be able to be set at previous candle open
MT4 TRADE COPIER EA 30 - 35 USD
Hello , how are you doing? Am in need of MT4 developer that can help me to develop trade copier EA for MT4 account Kindly bid for the project if it is what you can do for me thanks
I am looking for a professional developer to help me with creating a hedge grid bot. The concept is in the picture. The bot is quite simple. The bot basically opens buy and sell positions on each grid and self terminates when the upper limit (manually set is reached) 1. Set timer for new's releases (manual entry) 2. Slippage in pip's (manual entry) 3. Maximum drawdown in USD with self termination when entry
I needed to create a script based on MQL5, which depends on Stochastic and MACD indicators. Long entry should be once Stochastic lines are crossed above and MACD lines are crossed above and vice versa for short entry. If you know pine script, I have the pine script strategy code for this strategy, you can convert this into MQL5, Refer the below text file for the code
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
This is ready made grid ea Bug- This ea has some bug like - a>if mt4 restart ea trade random without any logic. B>if i add 300 pips grid ,some time ea take next trade at 400 distance pips Feature 2. Add supply and demnad + 200 ma entry logic (supply demad indicator are add to attach) 3.Add two separet engine en1 -- en2. But engine have same grid logic but separate parameter and magic number bot have anti-grid

项目信息

预算
200 - 500 USD
VAT (19%): 38 - 95 USD
总计: 238 - 595 USD
开发人员
180 - 450 USD
截止日期
 1  15 天