TRADING ROBOT NEEDED BASED ON GRID SYSTEM

Lavoro terminato

Tempo di esecuzione 44 giorni

Specifiche

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


Con risposta

1
Sviluppatore 1
Valutazioni
(80)
Progetti
117
67%
Arbitraggio
16
25% / 13%
In ritardo
12
10%
Gratuito
2
Sviluppatore 2
Valutazioni
(34)
Progetti
80
34%
Arbitraggio
13
31% / 54%
In ritardo
19
24%
Gratuito
3
Sviluppatore 3
Valutazioni
(186)
Progetti
229
56%
Arbitraggio
12
17% / 50%
In ritardo
43
19%
Gratuito
Ordini simili
I have an indicator i will like to view in form of dashboard across various timeframes, i also will like a push notifications alert feature that will appear on my mt4 mobile to keep track of my trading pairs
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 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
// @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 )
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
Hello, I am looking for a highly skilled and experienced MT4 developer to assist with transferring a strategy currently coded in Pine Script to MetaTrader 4 (MT4). The project requires a professional who can handle this project successfully. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to
Hello, I am looking for a highly skilled and experienced MT5 developer to assist with modifying an existing MT5 file. I am looking for a dedicated and professional developer who can deliver high-quality results. If you have any questions or need further details about the project, feel free to reach out. Thank you for your time and consideration. I look forward to working with the right expert to bring this project to
An EA based on zigzag and some indicators ( The ea is already working i need to add this indicator to guide and control trades) Project Overview: - I am seeking a skilled freelance developer to enhance my existing Expert Advisor (EA) by creating source code that I can easily integrate. The EA currently uses Moving Averages (MA) and lines to place trades. I need to add a zigzag function with a true/false option and
We are looking for an experienced coder to develop a trading robot that utilizes two main indicators: 1) Brain Trend Signal 2) TMA (Triple Moving Average) Centered Bands. The robot should generate buy and sell signals based on specific conditions and include robust risk management features. Initial Requirements - **Indicators**: 1. Brain Trend Signal 2. TMA Centered Bands - **Timeframes**: - H4/D1 for trend
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

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD
Scadenze
da 1 a 10 giorno(i)