Price Bounce Off MA EA - Page 3
Page 3 of 738 FirstFirst 12345 ... LastLast
Results 21 to 30 of 380

Thread: Price Bounce Off MA EA

  1. #21
    Hello Unaiz. I attempted version2 of this EA but it does not seem to work. It only works if I remove these two conditions (when setting a buy):

    if(Low_1gt;EMA_1 Envelope_Range*Point)// closed bar didn't touch MA envelope
    if(Low_2gt;EMA_2 Envelope_Range*Point)// 2nd previous closed bar didn't touch MA envelope

    and also if I eliminate these two conditions (if setting a sell):

    if(High_1lt;EMA_1-Envelope_Range*Point)// closed bar didn't touch MA envelope
    if(High_2lt;EMA_2-Envelope_Range*Point)// 2nd previous closed bar didn't touch MA envelope


    Even then it requires far too many inaccurate trades. I've tried distinct parameters like envelope range, stop lossetc, to no avail.

    Any assistance will be greatly valued.

    Thanks.

  2. #22
    Quote Originally Posted by ;
    Hi Unaiz. Version2 of this EA attempted but it does not seem to work.
    It's functioning as desiged at four and five digit price brokers and in micro and mini accounts.

    It's either you do not know how to use EA's or you did not give it a opportunity to function as signals are not plenty.

    Quote Originally Posted by ;
    It only works if I remove both of these conditions (if placing a buy):

    if(Low_1gt;EMA_1 Envelope_Range*Stage)// closed pub did not touch MA envelope
    if(Low_2gt;EMA_2 Envelope_Range*Stage)// 2nd preceding closed pub did not touch MA envelope

    and even if I eliminate both of these conditions (if placing a sell):

    if(High_1lt;EMA_1-Envelope_Range*Stage)// closed pub did not touch MA envelope
    if(High_2lt;EMA_2-Envelope_Range*Stage)// 2nd preceding closed pub did not touch MA envelope
    Should you change conditions then you have a distinct egy.

    Quote Originally Posted by ;
    Even then it requires far too many inaccurate traders.
    Of course, you are using a different egy.

    Quote Originally Posted by ;
    I have tried tweaking distinct parameters like envelope range, stop loss, trailing_distance etc, to no avail.

    Any help will be greatly valued.

    Thanks.
    First, use the egy creator's settings to make sure it works as designed then, play arround with the preferences.

  3. #23
    Quote Originally Posted by ;
    quote - Sounds like you've put the varible between works set it before the Init() function double Poin; int init() if (Point == 0.00001) Poin = 0.0001; else if (Point == 0.001) Poin = 0.01; else Poin = Point; return(0);
    Hello cyber

    That works, Thank you!

    Just wanted to ask when you say replace all cases of Point with Poin - Can I change every case where the EA says stage to poin throughout the whole EA?

  4. #24
    Quote Originally Posted by ;
    quote Hi cyber Which Works, Thanks! Just wanted to ask when you say replace all cases of Stage - Must I change every instance where the EA says stage to poin throughout the full EA?
    Jmtini-
    Yes, all with the exclusion of the snippet from the Init() function(Notice the Uppercase P)

  5. #25
    Quote Originally Posted by ;
    quote - Yes, all with the exclusion of the snippet in the Init() function(Note that the Uppercase P)
    Thanks - it compiles!

    Now to try to get it into open transactions just when price action reaches the - ema26 610 fib (the last fib lineup about the vegas daily tunnel)?

  6. #26
    Quote Originally Posted by ;
    quote - Yes, all with the exclusion of the snippet in the Init() function(Notice that the Uppercase P)
    Hello Cyber1

    Well it will compile and it allows whatever lot amount I specify but the TP (take profit) doesn't work?

    Additionally I've changed all the fibs into 610 (last fib line on daily vegas tunnel) but it doesn't seem to open any transactions on the fib line but right near the centre of the tunnel?

    Please can you help ! I am hopeless at this! (I've attached the changed one)

    Thanks so much
    https://www.forexsoutheast.asia/atta...2156858039.mq4

  7. #27
    Quote Originally Posted by ;
    quote Hi Cyber1 Well it will compile and it lets whatever lot sum I specify but the TP (take profit) doesn't work? Also I have changed all the fibs to 610 (last fib lineup on daily vegas tunnel) but it doesn't seem to open any trades on the fib lineup but right near the centre of the tunnel? Please can you help ! I am hopeless at this! (I have attached the changed one) Thanks a lot file
    -
    Try this. I am not sure its exactly what you want but it will open trades in the first close above/below that the 61.8 fib
    https://www.forexsoutheast.asia/atta...4744272192.mq4

  8. #28
    Quote Originally Posted by ;
    quote - Try this. I am not sure its what you need but it will open trades at the very first close above/below that the 61.8 fib file
    Thank you so much!

    Sounds fantastic!!

  9. #29
    Quote Originally Posted by ;
    quote - Try this. I am not sure its exactly what you need but it does open trades in the first close above/below that the 61.8 fib file
    Hi Cyber1,

    Just to allow you to know that I've changed the atmosphere to 377 fib because the EA just opens the trade on another candle so today it opens the transaction a bit sooner - hope 37 poin setting I've done is correct! Nonetheless, it works OK now on testing.

    It works really good with the CCI to filter out CCI false signals as the attached EU 30 minutes shows and has one on into the reliable longer period frames. I've been using the exact vegas tunnels for many years but just now am I beginning to realise their power!

  10. #30
    Quote Originally Posted by ;
    quote - Try this. I am not sure its exactly what you need but it will open trades in the first close above/below the 61.8 fib document
    Hello cyber1

    Sorry to be a such a nuisance ! I have tried it the whole day and on various time frames. When one tries to trade it live, any trades are not opening.

    I see on the specialists tab (MT4 trade terminal) it is constantly scrolling down revealing continuous readouts? (Please see attachment)

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.