An EA with several basic trading function is needed

Job finished

Execution time 34 days
Feedback from customer
This is a great developer, he is willing to answer questions and is also very organized in the code writing. He has strong coding skills and I'm glad with the work that he've done
Feedback from employee
Awesome customer, generous and smart. Glad to work with you again!

Specification

Hi to everyone... I hope you were well.

I want an EA with the following features:

 

  1. Must be multi-currency: It can be attached only to a one chart, but it has to be able to operate all the currency included in the input variables.
  1. The timeframe for each chart has to be set: For example in the declaration of the input variables for the EA, maybe we can put: GBPUSD*M15;AUDCAD*H1; like a text string… this is only one idea, if the programmer see that is easier in other way it can be discussed. The idea whit this is that we can have a config file for the EA to make an easier start, cause this bot will work 15+ currencies.
  1. It must be able to show a panel with the open trades for each symbol. Account balance and equity.
  1. In the input variables of risk percentage (with decimals, example: 0.5% or 0.11% can be configured) or fix lots (for this maybe a previous variable of true/false can be configured) or like this:

  1. It has to had a section that when the EA starts for first time make a revision of all candles of 3 months in the past (no matter the time frame, only 3 months has to be reviewed, for all the currencies and timeframe configured), also the variables of the candle has to be captured by the revision and has to be a section that if the variables comply with an "if" command, draw an horizontal line for the currency. It will be something like this.

for (conditions to read the 3 months in the past, candle by candle, for all the currencies and timeframe configured):

H = high value of the candle

L = Low value of the candle

O = Open value of the candle

C = Close value of the candle

If (conditions to draw the line, you can put any condition, i will change it):

Command line(s) to draw the line (the color of the line can be selected)

 

When I say to draw a line, I mean this: 


Note: the 3 months in the past can be configured in the initial variables, for example each month can be 30 days and if I configure 5 months it will be 5*30=150 days.

  1. The previous block of code has to be included also in the section for real data (maybe in OnTick() or another event), but each new COMPLETE/PAST candle has to be captured in the same way for past candles like it was performed in step 4. It must be able to capture OHLC values and draw the line.
  1. For each change of the price (it must be monitoring all time all changes of the price):

a. It must capture the actual bid/ask price for the actual currency (remember that all the previous and following steps must be performed for each configured currency)

b. Include a section that compares the price value with the 2 lines upper and 2 lines below the actual price. For this the capture/obtaining of the lines must be performed (I don't know if this capture of lines drawed can be performed outside the event of each change of price to save computational time). But inside this block I need variables like these:

Up1=price of upper line nearest of the actual price

Up2=price of 2nd upper line nearest of the actual price

Dw1=price of below line nearest of the actual price

Dw2=price of below 2nd line nearest of the actual price

The color of the line must be captured maybe in another variable (UpxC, DwxC)

This is only to compare the actual prices with the lines drawed, like the lines are fixed maybe is more efficient to obtain these values in a mayor loop.

c. Then it must compare the bid/ask price with the price of the lines and the results of this comparation must be a buy or sell action. For example:

If the price is between the Up1 and Up2, a sell position must be placed

If the price is between the Dw1 and Dw2, a buy position must be placed

The SL and TP must be configured (put any rule for this, I'll change it). The configuration of TP must be conditioned to an input variable included in the initial config when the EA is attached, for example a variable Yes/No that works with the configuration of TP

d. After the buy/sell position is performed, must have a section code to change or delete the line (include both, delete action can be commented line in order to use later, I'll complete the code). For example:

If sell position is sent, new Up1 will be the ask price

If buy position is sent, new Dw1 will be the bid price

    1. A section of trailing SL with only Trailing Step is needed (the quantity in pips of steps can be configured in input variables).
    1. Last thing is that this code can be backtested, may for backtest the point 5 can be disabled for example in the input variables. I don't know if this can be done in this way, but the backtesting option is a must.


    Responded

    1
    Developer 1
    Rating
    (5)
    Projects
    7
    29%
    Arbitration
    0
    Overdue
    0
    Free
    2
    Developer 2
    Rating
    (249)
    Projects
    447
    34%
    Arbitration
    56
    36% / 38%
    Overdue
    165
    37%
    Working
    3
    Developer 3
    Rating
    (22)
    Projects
    18
    6%
    Arbitration
    31
    3% / 65%
    Overdue
    5
    28%
    Free
    4
    Developer 4
    Rating
    (38)
    Projects
    40
    25%
    Arbitration
    23
    13% / 74%
    Overdue
    8
    20%
    Working
    5
    Developer 5
    Rating
    (97)
    Projects
    135
    52%
    Arbitration
    4
    50% / 50%
    Overdue
    0
    Working
    6
    Developer 6
    Rating
    (568)
    Projects
    641
    41%
    Arbitration
    22
    55% / 32%
    Overdue
    47
    7%
    Working
    7
    Developer 7
    Rating
    (74)
    Projects
    73
    47%
    Arbitration
    2
    50% / 50%
    Overdue
    2
    3%
    Free
    8
    Developer 8
    Rating
    (261)
    Projects
    426
    38%
    Arbitration
    86
    44% / 19%
    Overdue
    71
    17%
    Loaded
    9
    Developer 9
    Rating
    (66)
    Projects
    143
    34%
    Arbitration
    10
    10% / 60%
    Overdue
    26
    18%
    Free
    Similar orders
    Hello i'm look for someone to create an MT4 Expert Advisor Universal EA very simple 1 MQL4 that will have the following features:- Magic Number: to identify the chart Custom Indicator: ( here will be the name of the custom indicator we will use that will generate buy or Sell signal ) Buy Buffer: ( this is the buffer that the custom indicator use for Buy signals )
    I need a developer with FxDreema experience to build an MT5 EA that: Manages recovery zones with pending buy/sell orders. Implements trailing stops, pre-defined profit lines, and dynamic lot sizing. Supports money management based on account balance and lot size and money value. Offers options for continuous or stop trading. The developer must provide the source code and FxDreema link . More specific details will be
    I need to create an EA based on my own strategy that actually is a little bit different from most of the usual EA. This because it use an indicator but the power of the system is just because it can shows target price by designing trendline on the price chart in a unusual way. A friend of mine tried to create it on MT4 platform but, in the end, he realized that this platform has big limits when the program lines
    Convert my tradingview pine script to mt4, Its a simple and straight code i need an expert programmer to convert my tradingview pine script to mt4, Thats All Thank you
    Hello, i would like to have a fix on my plotted lines I use a liquidity strategy on the 1 hr time frame but the indicator that i am using for plotting the 1 hr lines is having a issue and printing the plot lines all over the place on the current 1 and 4 hr plot line as you can see in the screenshot this is very disturbing while i am trading can u fix that or just remove the current 1 hr plot line ?and or only show
    For Chart Panel : Needs a Black Back ground at present its transparent . ✔️ Trading Panel (To be reset weekly = 1-6) 1. EA Status : (on/off) 2. Total Trades Taken : 3. Number of Profitable Trades Today : 4. Number of Loosing Trades Today : 5. Number of Profitable Trades This Week : 6. Number of Loosing Trades This Week : (To be Reset every Month = 7-9) 7. Number of Profitable Trades This Month : 8. Number of Loosing
    T here is one simple robot with an open code, it can be modified - news filter, etc. I will attach the source code and the Image of the filter i want to add to the ea If you can do it, Kindly reach out to me so we can discuss about and also here is my tg handle TG: Ibiscotrader
    Required to develop expert advisory which will work on any pair including crypto , forex, gold, silver, oil, simple stragy which will work on RSI,GRID, take profit, grid distance, start and stop button, only buy and only sell, filter for time frame Like 5m to 4 hr. stop loss and take profit .Detail will be shared once you except order
    Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
    dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk

    Project information

    Budget
    130+ USD
    For the developer
    117 USD
    Deadline
    from 10 to 30 day(s)