Page 5 of 34 FirstFirst ... 3 4 5 6 7 15 ... LastLast
Results 41 to 50 of 338
Like Tree79Likes

AllAverages

This is a discussion on AllAverages within the Trading tools forums, part of the Trading Forum category; power[1,bet)=bet power(2,bet)=betē=bet*bet power(3,bet)=bet^3=bet*bet*bet etc Originally Posted by sohocool hi Zilliq, why squareroot ???( alpha = SQRT(bet)[Pow]) if pow = 1 ...

      
   
  1. #41
    Member
    Join Date
    Jul 2013
    Posts
    40
    power[1,bet)=bet
    power(2,bet)=betē=bet*bet
    power(3,bet)=bet^3=bet*bet*bet

    etc


    Quote Originally Posted by sohocool View Post
    hi Zilliq,

    why squareroot ???( alpha = SQRT(bet)[Pow])

    if pow = 1 then alpha = bet

    elseif pow =2then alpha = bet*bet

    elseif pow =3 then alpha = bet*bet*bet

    etc...................
    Last edited by zilliq; 08-19-2013 at 04:43 PM.

  2. #42
    Junior Member
    Join Date
    Sep 2013
    Posts
    13

    Using multiple types of MA consensus

    Hi,
    Great indicator Igorad - thank you.

    I have an idea for trading using all the different types of MA..
    Using color_mode=1 on each of the different MAs (same ma_period=60 in this case) on 1 chart, you get this;
    AllAverages-eurusd_ma_consensus.png
    - this is EURUSD 15m chart (also has the AllAverageCandles on).
    The Yellow boxes show areas where most of the MAs start turning.... somewhere in the box is the consensus view
    and this is where we could trade in that direction i.e. where the majority of the MAs turn the same colour

    Just an initial idea for further investigation.

    Igorad - I'm wondering if there is some way to code a consensus mt4 indicator - using the UpTrend/DnTrend from the AllAverages - to make a histogram separate window indicator - showing the number of up/down MAs ?

    This is the template of the screenshot in case it's any use to anyone;
    ma_consensus.tpl

    Cheers
    Padnoter
    Last edited by padnoter; 09-29-2013 at 01:39 PM.

  3. #43
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Hi padnoter,

    Thanks for the idea.

    I think - it may be particular case for EURUSD M5 :

    AllAverages-eurusd-m5-alpari-nz-limited.png


    but for general case - it may be difficult to catch the reversal - too many indicators on the chart, for example :

    AllAverages-eurusd-d1-alpari-nz-limited-too-many-indicators.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #44
    Junior Member
    Join Date
    Sep 2013
    Posts
    13

    consensus

    still early days, but I think there may be something in it - for entries... exits & SLs would need to be handled differently.

    (my bad before - it was a 15m eurusd chart not a 5m - have updated original post)

    I knocked up a quick histogram by butchering(sorry Igorad) the AllAverages just to give an idea of what I was thinking.
    Here is the daily... & I've marked +15 / -15 as possible points of entry? There are 27 moving averages, is +15/-12 a good consensus? or maybe the slope of the histogram gives a better entry??

    AllAverages-eurusd_daily_consensus.jpg

    (this indi still not quite right - there are 27 MAs but some return 0 and won't get counted for some reason?? eg TEMA.. no idea!
    FIXED - see posts below)

    maybe some of the MAs should be removed (any that repaint, or any particularly slow/smooth movings ones).... do any repaint? I'm guessing the T3 basic might?

    and of course a different MA value... 60 was just chosen at random really

    it's an experiment.. work in progress
    Last edited by padnoter; 09-29-2013 at 05:26 PM. Reason: reloaded screenshot & removed indi

  5. #45
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Yes, this idea may work - I just turned this chart from M15 to H4 and D1 timeframe and you can see :

    H4

    AllAverages-eurusd-h4-alpari-nz-limited.png



    D1

    AllAverages-eurusd-d1-alpari-nz-limited.png


    ======

    I mean - for lower timeframe than H4 - it will looks like a scalping sorry. But for H4 and D1 - we can get good entry. The only problem is where to exit. Because "exit on opposite signal" will not work in this case.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #46
    Junior Member
    Join Date
    Sep 2013
    Posts
    13

    Consensus indi working for all 27 MAs

    Great, glad you can see something too..

    Fixed the indi (it's still messy in the code & am sure Igorad could do a better job, if interested)

    AllAverages_v3.1_consensus.mq4

    I've also tried two different periods in the indi on same chart - 60 for main trend - entries in that direction. Plus a lower period (7) - to potentially show pullbacks for adding to position and/or re-entry for longer trends.

    Here are Daily/H4/M15 charts... I've marked up a couple of examples on daily to show what I mean about pullback re-entries.

    AllAverages-eurusddaily_consensus.png
    AllAverages-eurusdm15_consensus.jpg
    AllAverages-eurusdh4_consensus.png

    As you say, where to exit? Also where to set stoploss? One of this forum's trailing stops maybe, but which one - there are so many!
    McHuey likes this.

  7. #47
    Junior Member
    Join Date
    Sep 2013
    Posts
    13
    Question? Do you know how many of the 27 MAs repaint (and which ones?)
    I only found this website yesterday, so have not had any chance to look at data & MAs in realtime yet

  8. #48
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by padnoter View Post
    Question? Do you know how many of the 27 MAs repaint (and which ones?)
    I only found this website yesterday, so have not had any chance to look at data & MAs in realtime yet
    MA? it should not repaint : it is continuing painting in case of open bar, and it should not repaint on close bar. If it is repainted on close bar so it is related to coder's mistake for example.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #49
    Junior Member
    Join Date
    Sep 2013
    Posts
    13
    Quote Originally Posted by newdigital View Post
    MA? it should not repaint : it is continuing painting in case of open bar, and it should not repaint on close bar. If it is repainted on close bar so it is related to coder's mistake for example.
    ok that would be great.. I'll take a look this week when market opens. I thought something like T3Basic repaints? Some are so smooth and fit so well I thought they must be re-calculating past values as new values come in.

  10. #50
    Junior Member
    Join Date
    Sep 2013
    Posts
    13

    consensus initial SL

    some examples on 15m - scalp

    AllAverages-eurusdm15_consensus_sl.jpg

    hope the ideas are clear in picture. bars are small to show more - you need to look in MT4 to line up entry indicator & bars for a clearer idea of winners & losers

    maybe cherry pick with a higher consensus(60) line - it's set to 15/-15... 20/25 or more might be better.

    Here's the template btw;
    ma_consensus_60_7.tpl

    seems to work fairly well on all timeframes... but only created this w/e... so trade it on demo!!
    McHuey likes this.

Page 5 of 34 FirstFirst ... 3 4 5 6 7 15 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •