Job finished

Execution time 4 days
Feedback from customer
Thank you Bartlomiej, Very effective. Very efficient. Pleasure to have worked with you. Until next time, take care. Giuseppe

Specification

Shifting MA's

MQL4
Any currency pair

Any time frame

 Slippage function

Spread function

LONG:  (Must have its own input fields as the variables/criteria will be different to SHORT):
MA Period - input field
MA Shift - input field

MA Method - input field
MA Apply to - input field

Max Deals for Consecutive Time Frames - input field (example 5 or 15)

Only one Buy open within the same Time Frame  
Lot size - input field
Take Profit - input field

Trailing stop - input field (function on each order separately)
Trailing stop - On/Off selection
PM = Previous Move and must always be a positive value.

-       If previous candle was up, the “Move” will be Close less Open

-       Example Close = 1300 & Open = 1290 so “Move” = 10 (positive)

-       If previous candle was down, the “Move” will be Close less Open * -1

-        Example Close = 1300 & Open = 1315 so “Move” = (-15 * -1) (positive)



Methodology - BUY:
A) Open Buy’s in the following order:

1.    Previous candle close is below previous MA, and

Current High moves higher than current MA + PM, then

Open at level current MA + Previous Move

Example:

-       Previous Close is 1900

-       Previous MA is 2000

-       Previous Move (PM) is 20

-       Current MA is 2010

-       Current High is 2040

-       Open Buy at 2030 (2010 + 20)

2.    Buy if No 1 above did not trigger

Previous candle close is below previous MA, and

Current High moves lower than current MA + PM, and

Current candle closes above current MA, then

Open at close of current candle

Example:

-       Previous Close is 1900

-       Previous MA is 2000

-       Previous Move (PM) is 20

-       Current MA is 2010

-       Current High is 2025

-       Current Close is at 2022

-       Open Buy at 2022

 

3.    Buy if No 1 or No 2 above has already triggered, and

Current candle closes above or equal to Current MA

Repeat for every candle until “Max Consecutive Deals” is reached

 

 

B) Close when one of the following is triggered whichever first:

  1.  Take Profit, OR
  2.  Stop Loss (has two criteria - see next step)

Two criteria for Stop Loss

- Current Low < (Previous Close less Previous Move), AND

Current Low < Current MA, OR


 3. Trailing Stop, OR
 4.     Price closes below current MA

     

    SHORT  (Must have its own input fields as the variable/criteria will be different to LONG):
    MA Period - input field
    MA Shift - input field

    MA Method - input field
    MA Apply to - input field

    Max Deals for Consecutive Time Frames - input field (example 5 or 15)
    Only one Sell open within the same Time Frame  
    Lot size - input field
    Take Profit - input field

    Trailing stop - input field (function on each order separately)

    Trailing stop - On/Off selection

    Methodology:
    Same as for LONG but just to the opposite


    Responded

    1
    Developer 1
    Rating
    (430)
    Projects
    606
    55%
    Arbitration
    48
    23% / 56%
    Overdue
    178
    29%
    Free
    2
    Developer 2
    Rating
    (349)
    Projects
    463
    51%
    Arbitration
    41
    24% / 49%
    Overdue
    149
    32%
    Free
    3
    Developer 3
    Rating
    (1859)
    Projects
    3463
    88%
    Arbitration
    73
    40% / 15%
    Overdue
    265
    8%
    Free
    4
    Developer 4
    Rating
    (564)
    Projects
    933
    47%
    Arbitration
    302
    59% / 25%
    Overdue
    125
    13%
    Loaded
    5
    Developer 5
    Rating
    (6)
    Projects
    8
    13%
    Arbitration
    1
    0% / 100%
    Overdue
    0
    Free
    6
    Developer 6
    Rating
    (769)
    Projects
    1033
    44%
    Arbitration
    50
    8% / 50%
    Overdue
    117
    11%
    Free
    7
    Developer 7
    Rating
    (362)
    Projects
    506
    40%
    Arbitration
    147
    18% / 72%
    Overdue
    99
    20%
    Loaded
    8
    Developer 8
    Rating
    (142)
    Projects
    280
    42%
    Arbitration
    18
    61% / 6%
    Overdue
    29
    10%
    Free
    9
    Developer 9
    Rating
    (4)
    Projects
    12
    0%
    Arbitration
    0
    Overdue
    3
    25%
    Free
    10
    Developer 10
    Rating
    (26)
    Projects
    34
    26%
    Arbitration
    7
    14% / 43%
    Overdue
    7
    21%
    Free
    11
    Developer 11
    Rating
    Projects
    0
    0%
    Arbitration
    0
    Overdue
    0
    Free
    12
    Developer 12
    Rating
    (550)
    Projects
    827
    73%
    Arbitration
    15
    53% / 13%
    Overdue
    193
    23%
    Working
    13
    Developer 13
    Rating
    (225)
    Projects
    284
    42%
    Arbitration
    15
    13% / 47%
    Overdue
    67
    24%
    Free
    14
    Developer 14
    Rating
    (261)
    Projects
    425
    38%
    Arbitration
    86
    44% / 19%
    Overdue
    71
    17%
    Loaded
    15
    Developer 15
    Rating
    (266)
    Projects
    540
    50%
    Arbitration
    55
    40% / 36%
    Overdue
    224
    41%
    Working
    16
    Developer 16
    Rating
    (4)
    Projects
    4
    0%
    Arbitration
    5
    0% / 80%
    Overdue
    1
    25%
    Free
    17
    Developer 17
    Rating
    (22)
    Projects
    18
    6%
    Arbitration
    31
    3% / 65%
    Overdue
    5
    28%
    Free
    18
    Developer 18
    Rating
    (135)
    Projects
    163
    40%
    Arbitration
    11
    27% / 73%
    Overdue
    25
    15%
    Free
    19
    Developer 19
    Rating
    (66)
    Projects
    143
    34%
    Arbitration
    10
    10% / 60%
    Overdue
    26
    18%
    Free
    Similar orders
    I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
    I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
    Hi Guys, I am looking to someone that can generate an indicator for MT4 as explained below. Basically I would need that the indicator point out the price that will close my position in stop out/margin call. The indicator should pick automatically the level of trade out for the broker (which can be different from a broker to another broker) It should write (ideally on the bottom on the left) the following information
    Mbeje fx 50+ USD
    I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
    I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
    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
    Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
    Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later
    I am looking for an experienced MQL5 developer to help me finalize and optimize an Expert Advisor (EA) for the FTMO challenge. I have already built a significant portion of the code, but it requires further refinement and optimization to ensure it functions according to the trading strategy I intend to use. I am happy to share all the resources, including the current code, reference materials, and detailed
    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
    50 - 125 USD
    For the developer
    45 - 112.5 USD
    Deadline
    from 1 to 10 day(s)