Create an EA to trade on big important news

MQL4 Experts

Specification

1


Instruction:
=========

1)     M5 chart.

2)     Set up order placement 1 minute before big news.

3)     Count from past 10 - 15 candlesticks on M5 chart.

4)     Draw trendline on the chart (if it’s USD news, then draw trendline on USD pairs only).

5)     If no movement / whipsaw movement (trendline e.g. < 30 degrees), then place 1 buy stop & 1 sell stop order at 5 pips away. If 1 stop order hit, cancel another stop order immediately.

6)     If sloping down (trendline e.g. > 30 degree down or more*), then place 1 buy market order immediately.

7)     If sloping up (trendline e.g. > 30 degree up or more*), then place 1 sell market order immediately.

8)     News Source: ForexFactory (Need 3 stars / high impact news only)

*To find the trendline slope degree, compare last candle highest / lowest price (including candle tail price) with the lowest / highest (including candle tail price) of past e.g. 10 candlesticks. (Highest vs lowest, lowest vs highest price)

 

Trade High Impact News                              true/false

Currencies to Read                                        EUR, USD, CAD, JPY, GBP, CHF, AUD, NZD, SGD (add/delete with comma)

Count from Past XXX Candles                     10        (value adjustable)

Place Order XX minutes before News      1             (value adjustable)

Min Trendline Slope Down Degree           30           (draw trendline on chart)

Min Trendline Slope Up Degree                 30           (draw trendline on chart)

Stop Order Entry Points (if no movement / whipsaw)       50

Stop Order Entry Points (if trendline slope > 30)                 50

HourStart                                                         01:00

HourEnd                                                           23:00

Max Spread in Points                                    100                                                    

AutoMM (Balance %)                                    1  (1% balance loss = equal to SL in points for each order)

SL in Points                                                      300 (1% loss)     

TP in Points                                                      1500 (5% profit)

Use Trailing Stop                                            true / false

Trailing Stop Trigger in Points                         400

Move to Breakeven + XX Points                        100

Trailing Stepping in Points                               100

Magic Number                                                138138

Comment                                                         Big News EA

 

1 EA attach to 1 chart for 1 currency pair trading. I will attach EA to 4 – 5 charts only.


 


Responded

1
Developer 1
Rating
(3)
Projects
4
50%
Arbitration
1
100% / 0%
Overdue
2
50%
Free
2
Developer 2
Rating
Projects
0
0%
Arbitration
1
0% / 100%
Overdue
0
Free
3
Developer 3
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
4
Developer 4
Rating
(253)
Projects
406
38%
Arbitration
84
43% / 19%
Overdue
70
17%
Working
Similar orders
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info

Project information

Budget
30 - 100 USD
For the developer
27 - 90 USD
Deadline
from 3 to 4 day(s)