EA- 35 Period 4hr Moving Average For All Pairs - Page 2
Page 2 of 613 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: EA- 35 Period 4hr Moving Average For All Pairs

  1. #11
    Quote Originally Posted by ;
    quote Which Time Frame do I use?
    The title included the span 4hr.

  2. #12

  3. #13
    Quote Originally Posted by ;
    put EA on xauusd chart and allow it to do its thing. It buys when price is above ea and sells as soon as under. file file
    Hello Candyman,
    MT4 expert cannot open the files, attempted #1 #5 files. Pls find the attachment herewith.
    Regards,


  4. #14

  5. #15
    Quote Originally Posted by ;
    quote Hi, default wihout adding other indis
    CM I have both the SDAY_X along with the DAX as they were default. Havent added the equity stops etc to. SDAY v1. Is currently 59 euros profit closed and also 846mpips banked. It had 3 substantial reductions on eur pairs of over 5 eur each.
    DAY 3.3 began trading yesterday, monday and has all transactions around 20, open to get a current loss of around 15 eurs. 3 transactions from 10 eur loss running over , GBP AUD more than 8 eur loss,USD CHF almost 8 loss and NZD JPY 3 eur loss.

  6. #16
    When are the trades closed, if they fail?

  7. #17
    Quote Originally Posted by ;
    quote Thanks for sharing the code. I am new to forex. I just tried to Maximize your SDA.mq4 but got the error in change part. Do you mind re-uploading that mq4 file? picture
    completed
    https://www.nigeriaforextrading.com/...3432168355.ex4
    https://www.nigeriaforextrading.com/...6140394442.mq4

  8. #18
    Quote Originally Posted by ;
    When are the trades closed, should they fail?
    When Moving Average cross into opposite trend

  9. #19
    Quote Originally Posted by ;
    quote when Moving Average cross to opposite Tendency
    Thanks. Which MA ? Is there any description of this EA's settings? Which settings do you use? All of the day is your EA running?

  10. #20
    Quote Originally Posted by ;
    quote Thank you. Which MA ? Is there some description of the EA's settings? Which settings do you use? Is the EA running?
    ////////xxxxxxx
    if(MarketBuysCount gt;= 1)
    if(Bid lt; SMA30A4H - NormalizeDouble(35/factor,Digits))
    if(SMA15A4H gt; SMA30A4H)
    DeleteBuyOpen = true;//}
    /////xxxxxxx
    if(MarketSellsCount gt;= 1)
    if(Ask gt; SMA30A4H NormalizeDouble(35/factor,Digits))
    if(SMA15A4H lt; SMA30A4H)
    DeleteSellOpen = true;//}
    ////////xxxxxxx
    if(MarketBuysCount gt;= 1)
    if(Bid lt; SMA15A4H - NormalizeDouble(14/factor,Digits))
    if(SMA15A4H lt; SMA30A4H)
    DeleteBuyOpen = true;//}
    /////xxxxxxx
    if(MarketSellsCount gt;= 1)
    if(Ask gt; SMA15A4H NormalizeDouble(14/factor,Digits))
    if(SMA15A4H gt; SMA30A4H)
    DeleteSellOpen = true;//}
    line 2123 is were code to shut is
    SMA15A4H equals SMooth Moving Average 15 4Hr
    SMA30A4H equals SMooth Moving Average 30 4Hr

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.