Job for new ea

MQL4 Integration

Specification

Phase 1= Create the base of the EA,starting with Selecting Currencies

Phase 2=The conditions under which EA will create order and open positions

Phase 3=The conditions under which EA will close opened positions

Phase 4=Include all the parameters needed for config

Phase 5=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 EA will 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 4 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 for opening BUY.

3 is for closing SELL, 4 is for closing 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.

Attention: Sometimes the [Level_ZZ_Semafor] take a early trades, and that ones must be closed, in the video, I show you how this could happen, and what the ea must do when it gets to this kind of false opening. Level 3 , is stronger than level 2 and level 1, level 2 is stronger than level 1 ( Disable the feature for level 1 [Level_ZZ_Semafor].

   Updated!!  https://www.youtube.com/watch?v=sC3REFYcm7s



Let's start with Openings

Condition 1:

Indicators needed for condition 1 are:

[ Rainbow Moving ] More points when price is closer to the bottom 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


PHASE 3
Closing strategy ( is like opening strategy  with a few differences)

Condition 1:

Indicators needed for condition 1 are:

[ MurrayMath ] Autoclose a position when  it step backward to a LOWer pivot, resistance or support. Autoclose If the last 30 candles have not any candles with the similar highs and highters or downs and downers. ( in altitude/deph on graph )

[ Rainbow Moving ] More points when price is closer to the bottom 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)

[ Cycle  Identifier ] Detect spikes in charts for shorts, easy config for EA. (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(overbought), when red above blue means sell(oversold)

[ MACD_ColorHist ] MACD can be used to identify aspects of a security's overall trend. Most notably these aspects are momentum, as well as trend direction and duration. ( use it to add points )

[ 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


PHASE 4

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)

Minimum Close 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)

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

_____________________________Advanced Parameters______________________________________

-Opening

[ Color Stochastic ]                 Points rewarded= If oversold(20toBUY)(-10toSELL) if overbought (20toSELL)(-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)(15toSELL) if bought (-0toSELL)(15toBUY) add ( - ) value to negative value

[ MACD_ColorHist ]                 Points rewarded= If sold(-0toBUY)(10toSELL) if bought (-0toSELL)(10toBUY) 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=5, 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



-Closing

[ Color Stochastic ]                 Points rewarded= If oversold(20toBUY)(-10toSELL) if overbought (20toSELL)(-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)(15toSELL) if bought (-0toSELL)(15toBUY) add ( - ) value to negative value

[ MACD_ColorHist ]                Points rewarded= If sold(-0toBUY)(10toSELL) if bought (-0toSELL)(10toBUY) 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=5 to specific direction to third candle after first one

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



Additional stuff


  • HUD

Overall Trades=
Profitable Trades=
Open Trades=

Best Trade=in account currency

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

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

Lots Trading=

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

Files:

Responded

1
Developer 1
Rating
(195)
Projects
395
28%
Arbitration
155
20% / 52%
Overdue
112
28%
Free
2
Developer 2
Rating
(89)
Projects
137
24%
Arbitration
35
9% / 40%
Overdue
52
38%
Free
Similar orders
I need help getting pineconnector working in mt5 the alerts from TV to mt5 work fine What is happening now is that if I am in a long position and a short position comes through it is not closing off the original position to only then keep the short position open. I have tried hedging - netting in the pineconnector settings but still no luck. The issue is that if I am in a long position and then alerts come through to
Hi I need access to Pocket option OTC charts where I can apply my tradingview indicator. I have the indicator but I need access to OTC charts to apply them! Please help
Tenho um endereço de API que retorna informações, a cada 1 minuto faremos uma consulta e mostraremos em um painel, é necessário validar se todos os tempos gráficos retornaram, em alguns momentos pode não retornar todos os dados. https://integra.tasdigital.com.br/GetIndicadoresForexDataAtualProducao/XAUUSD
Hi, Do you have an indicator or expert and would like to protect and control it? What you will get protection and control Customer control panel The number of products is unlimited. You can add any number of your own experts and consultations You can give a trial period for your product, for example a week or a month, after which the customer subscribes Monthly, annually, or for life, depending on the customer’s
I need an EA to automate Tradingview alerts on MT4 using webhook alerts. The bridge/connector should be python based GUI. Required features at a minimum Mapping Tradingview alert formats to MT4 Automating market, limit and stop orders with entry price, stop loss, multiple TPs and trailing stop Lot sizing - fixed/% of balance/fixed amount breakeven, partial close and trailing stop Mapping pair name prefixes/suffixes
Hello, I am looking for an experienced and professional developer to create a trade copier that transfers trades from MetaTrader 5 (MT5) to NinjaTrader 8 (NT8). I am looking for a developer with a strong track record in creating MT5 to NT8 trade copiers and who can deliver a robust and reliable solution. Thank you, and I look forward to your proposals
Hi there ,I am seeking for some who can I integrate MT4+MT5 into Matlab!We need our indicator window of MT4+MT5 viewable in Matlab so we can execute more research on Matlab Best regards Richie
I NEED TO HAVE MY INDICATOR CONVERTED TO PINESCRIPT. IF YOU CHARGE PER LINES PLEASE ADVISE ALSO I NEED THIS DONE QUICKLY. IF YOU ARE ABLE FINISH WITHIN A DAY OR 2 PLEASE APPLY. THE INDICATOR IS BASED OFF ZIG ZAG AND RSI
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service. I have read the Rules of using the Freelance service and accept them. I agree

Project information

Budget
20 - 50 USD
VAT (19%): 3.8 - 9.5 USD
Total: 23.8 - 59.5 USD
For the developer
18 - 45 USD
Deadline
from 4 to 7 day(s)