Grid EA-Negotiable

MQL4 Experts

Specification

Hello,


Below are the parameters I want this EA to have.

This is a grid EA that has an overall stop level and profit level.

I want to be able to enter a magic number of my choice, comment of my choice for the initial original trade.

The original trade should be based on if a candle closes above or below the moving average./
the ea will place a buy trade when a bullish candle has its open above the moving average specified.

The minimum distance parameter is the distance between which original entries of same direction cannot be placed. so the ea should place new trades if the distance between the initial trade and the current new entry signal is equal or more than the period specified. this applies only to trades within the same direction. example, if the ea is already in a buy trade and a new bullish candle closes above the ma, then the ea should first check if the distance between the initial and the current entry is equal or more than the minimum distance, if it is more, then the new trade should be placed. if not, then the ea should not enter this trade.if new signal is a sell trade, then ea should not check for the minimum distance. it should just place the trade.

the start hour is the time at which the ea should start working. eg. if time is 1:02, then ea should only start placing new trades when this time is up. this time parameter does not apply to trades that are not placed due to entry parameter.  Only new entries should consider the time parameter.
Same applies to end hour. this should be the time that new original trades will not be placed.

Lot size should be the lot in placing the original trade. stoploss and take profit should be in the format of a pippette. that is, 100=10pips.

Number of trades stand for the number of trades placed when entry signal is met. eg. if a bullish candle has its open above the ma, if this parameter is 0, then no trade will be placed, if it is 5, only 5 trades will be placed, if 1, then only 1 trade.\

max trades stands for the maximum number of original trades allowed to run onthe chart. so if this is 0, then as many as possible trades can run, ,meaning that, the ea will place a trade each time entry signal is met and distance between orders is greater or equal to min distance.

ma period is the period of moving average used. method can be exponential, simple, smoothed, etc. price can be close, open, etc.

profit to close is the profit at which running trades placed by the ea will be  closed. so if the parameter states 25, then the ea will close all trades, both pending and runnimg that were placed by the ea. this applies to only trades placed by the ea on the current pair and not all the trad3es running on the account. 0 means that the ea will not close any trade until tp or sl is hit.

lossto close is the loss at which running trades placed by the ea will be  closed. so if the parameter states 25, then the ea will close all trades, both pending and runnimg that were placed by the ea. this applies to only trades placed by the ea on the current pair and not all the trad3es running on the account. 0 means that the ea will not close any trade until tp or sl is hit.

type of trade. this means that if selectionis buy, then ea will place only trades that meet the buy rule, same for sell. but if all is selected, then ea will  place both trades. all this still takes into consideration the minimum distance, max trades and number of trades.

the menu is to show on the screen the total trades running, the profit/loss running and total lots on the trade.




If number of trades is more than 1, then the level/step pending trades will also be of same number as original but profit will be calculated together

The trades will use same price levels for take profit and stoploss. So if original trade sl is at 1.0022, then the subsequent ones will have same price as sl same applies to take profit too

The Trade Comment is the comment the EA will see on a specific trade for the pending orders to be placed. (This can be removed if you think the EA can work without seeing the comment)

The steps are the number of trades the EA will place after each previous one is set. So if Steps end at 2,
it means that EA will only place the first trade after the original trade comment is seen, then when the first
pending order is triggered, the ea will place another pending order as the second step. After that one is
triggered, no other pending order will be placed again. The EA will use pending orders for this if the use pending order parameter is on. It will use market orders if that parameter
is off. 

The comment is the comment the pending order will have. (This should be at your decision if it is needed)

The lotX is the multiplier lot of the original trade. So if original trade is 0.03 and step5 multiplier is 7, then
the lotsize for the step5 is 0.03x7 which is 0.21 so 0.21 is going to be the pending/market order lot of step5 trade.
Step 5 is the 5th trade placed after original trade has been placed.

The distance is the space/pip between the entry price of the original and the pending price of the pending/market step orders

so if step 1 trade is triggered, step 2 distance is the distance from the entry price of step1 to the pending order
price of step2

So all eas will work together. The moving average parameter is to place a buy or sell. so that will be used for the original trades.
Here, the EA places a buy whenever a bullish candle closes above the MA period stated.

Then a pending order is immediately set at the distance specified. It can use a market order when price moves against the orginal trade and reaches that distance specified.
That is if pending order parameter is off.

All along, the profit to close and loss to close will also be looking at the total/buy/sell trades of that pair to see if it has reached the loss/profit to close so as to close all trades.

Let me know what you think.




Responded

1
Developer 1
Rating
(130)
Projects
184
32%
Arbitration
16
31% / 63%
Overdue
27
15%
Working
2
Developer 2
Rating
(19)
Projects
35
26%
Arbitration
10
30% / 70%
Overdue
5
14%
Free
3
Developer 3
Rating
(356)
Projects
632
26%
Arbitration
89
73% / 13%
Overdue
12
2%
Free
4
Developer 4
Rating
(87)
Projects
114
26%
Arbitration
7
29% / 57%
Overdue
5
4%
Free
5
Developer 5
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
Similar orders
A simple RSI EA where Trade (either Buy or Sell) is entered when the Smoothed RSI signal line crosses the MA line. Inputs = RSI Length, Smoothed RSI period, MA type, MA Length, Lot size, TP, SL Based on a trading view indicator..source code available
Have an EA which is anti martingale, Following changes, First fixing errors 1. The trading end time is not working, it trades till the end of the day 2. The day profit also doesn't work, need to stop trading once the profit target is achieved 3. As it is anti martingale it should continue trading if the trade has begun even after trading time ends [option would be helpful, either close all open trades or continue
CAPSTONE BOT TWO SPECIFICATION REQUIRMENTS Using the 1 hour chat draw two horizontal lines at 1 pip above and 1 pip below the high and low of the 6 th and 7 th candles after the period separator. ENTRY CONDITION ONE: place a buy order at the upper horizontal line and a sell order at the lower horizontal line. Both orders with 15pips stop loss and 50 pips take profit. ENTRY CONDITION TWO: In the event that either buy
Quiero un EA personalizado para operar el par Eurousd Que tenga SL y TP En un horario específico Es una estrategia basada en rompimiento de estructura cuando el mercado rompa esa estructura que el EA tome una entrada por Buy Stop o Sell Stop
PZ Day Trading EA MT4 30 - 100 USD
Hello. I would like an EA made for an indicator I purchased; "PZ Day Trading Indicator", for developer information you can find it here in the "developer" tab https://www.pointzero-trading.com/en/Products/view/PZDayTrading.&nbsp ; Due to licensing, I cannot provide the indicator file, but the demo version is available on the MT4 terminal which you can use :) My specification would be as follows: -> Open trade on
I need this simple robot converted to work on the new version of MT5 . It's a very basic robot that open trades at a certain time and that's all it dose. I need the robot to be converted, to work on current MT5 build . And mt5 back-testing As it stand the EA will open trades. But only at certain date and time. I want it to open a trade every day at the same time. And Date part removed When the trade closes it must
Looking for a great developer to develop an EA to send alerts to telegram . Alerts will be send from my mt5 indicator. More information will be provided to selected developer
I am looking for an experienced coder to code the idea behind this recovery strategy: https://www.youtube.com/watch?v=Fzh4dNhYga0 The main goal of this strategy is not to make money but to save (bring to breakeven) a position gone wrong (cases when the price moved in the opposite direction of the position). The idea for this EA is simple: enter in the direction indicated by the supertrend indicator, and place an
Hello great developer here am looking for expert developer will convert convert this Trading View Code to Mt4 Indicator and this is a simple indicator i will be expecting your bid peace be unto you
The bot must be able to do bulk operations with automatic sl and tp...it also has to leverage trades add more as the trades are in profits...it has to be...it has to specifically trade Nas100 us30 and gold...only...and it may use be able to trade on a bonus50% account or standard

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
to 24 day(s)