TRADING ROBOT NEEDED BASED ON GRID SYSTEM

Job finished

Execution time 44 days

Specification

EA should be based on my Grid strategy.

EA should never miss placing trades. 


SETTINGS: Option for me to select for the EA to place only Buy Trades/only Sell trades/ both buy and sell trades simultaneously

                Grid size should be specified by me (default is 2 pips)

                 maximum number of trades running for buy and sell trades each should be specified by me ( default 10 for buy trades and 10 for sell trades)

                 lot size should be allowed to change( default 0.01 lots)


STRATEGY:

    STAGE 1:- When EA starts running place 1 BUY trade and 1 SELL trade at same time(at same market price). and proceed to stage 2.

    STAGE 2 :-

                            PART1 (BUY TRADES ONLY)

             step1- EA should execute buy trade for every grid as the market moves. If buy trade already there , then skip that grid( dont place buy trade)

                        when market moves back and in that grid if buy trade is missing (cancelled by me or closed by the EA), then place new buy trade.

             step2- if previous buy trade is running in loss then close that trade only after reaching the next grid. and open new buy trade(at the next grid)

                        DISCLAIMER- only one buy trade per grid.

                                           - and at the next grid if buy trade already placed then skip placing new trade.(Next grid might be in the upwards direction or downwards direction. it doesnt matter)

                        If loss buy trade closed , at the same time also close the oldest profit buy trade(the highest profit buy trade running at that time)

                        if there is no buy trades in profit, then close only the loss buy trade and skip closing profit buy trade.

                       DISCLAIMER: close profit buy trade only when closing loss buy trade.

              step3- at once EA should be running 'X' number of buy trades('X' is input in settings)

                         On reaching a new grid, EA should place new buy trade at all times. If buy trades increase 10 the at the time of placing the new buy trade(11th buy trade). Ea should close the oldest buy trade open (highest profit buy trade open at that                              time)

                         So that at any given time only 'X' number of buy trades are running.

                                     for eg, suppose 10 buy trades are running and market price reaches next grid, close the oldest running buy trade which is profit and open new buy trade at the new grid price.


                                PART2 (SELL TRADES ONLY)

             step1- EA should execute sell trade for every grid as the market moves. If sell trade already there , then skip that grid( dont place sell trade)

                        when market moves back and in that grid if sell trade is missing (or cancelled by me or close by the EA), then place new sell trade.

             step2- if previous sell trade is running in loss then close that trade only after reaching the next grid. and open new sell trade(at the next grid)

                        DISCLAIMER- only one sell trade per grid.

                                           - and at the next grid if sell trade already placed then skip placing new trade.(Next grid might be in the upwards direction or downwards direction. it doesnt matter)

                        If loss sell trade closed , at the same time also close the oldest profit sell trade(the highest profit sell trade running at that time)

                        if there is no sell trades in profit, then close only the loss sell trade and skip closing profit sell trade.

                       DISCLAIMER: close profit sell trade only when closing loss sell trade.

              step3- at once EA should be running 'X' number of sell trades('X' is input in settings)

                         On reaching a new grid, EA should place new sell trade at all times. If buy trades increase 10 the at the time of placing the new sell trade(11th buy trade). Ea should close the oldest sell trade open (highest profit sell trade open at that                              time)

                         So that at any given time only 'X' number of sell trades are running.

                                     for eg, suppose 10 sell trades are running and market price reaches next grid, close the oldest running sell trade which is profit and open new sell trade at the new grid price.


HOPE YOU UNDERSTOOD MY SRATEGY.

THANK YOU


Responded

1
Developer 1
Rating
(80)
Projects
117
67%
Arbitration
16
25% / 13%
Overdue
12
10%
Free
2
Developer 2
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
3
Developer 3
Rating
(186)
Projects
229
56%
Arbitration
12
17% / 50%
Overdue
43
19%
Free
Similar orders
make simple ea with tp sl and tsl and time filter i want close opposite signal enter buy is when xma first curves up enter sell is when xma first curves down
Make ea 30+ USD
I want close option signal option even when tp and sl is active with take profit stop loss and trailing stop loss. time filter, auto lots x balance. i get paid on 00:00 uk time so i can send the agreement
I would like to have a FOREX trading bot developed for my personal use and eventually for commercial use. Requirements: - 3-5%/mo historical returns on a 'moderate' model - lesser historical returns on a "conservative" model - greater historical returns on an "aggressive" model - as small drawdowns as possible - must have been tested live or tested with greater than or equal to 99% modeling quality - must be able to
Hello, I’m currently using a Recovery expert advisor that is designed to use hedging and grid techniques to fully recover floating loss trades. The EA name will be provided to the interested developers. I need an expert person that can throughly test and optimize the EA on the GBPNZD pair (choosing the right timeframes) for a safe and reliable recovery process. I don’t care how much it will take, as long as it will
ربات1 30+ USD
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { // Initialization code return(INIT_SUCCEEDED); } //+------------------------------------------------------------------+ //| Expert deinitialization function |
Gold robot 30+ USD
I want the robot to execute market on my behalf and open and close the market with profit I don't need lost instead of lost let the robot break even with profit let the robot open 5 position on every trade
We are looking for an experienced MQL5 developer to create a plugin or an automated solution for our MT5 Manager. The purpose of this plugin is to monitor and enforce specific trading volume rules for our Swap free account groups. Our main requirement is to ensure that our clients trade a minimum of 60% of their trading volume during the day, with the remaining 40% or less reserved for subsequent days. Key Features
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
Hi there folks, Need help to develop a trading screener to track and trade the 28 FX major pairs. The panel Will work with 3 signals on the 15 min timeframe and will require: Reading from files, calculate a pair of EMA’s, calculate CCI , calculate ADR’s, generate alerts, open and cover positions based on trader’s manual input (button). Also the EA will need to perform basic risk management based on trader’s input
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
from 1 to 10 day(s)