Guppy Indicator

Guppy Indicator

the original guppy indicator, with the short term traders (blue) and long term investors (red)

go only with the trend of the long term investors, and search for trouble in the short term traders (blue) to find good entries.

i use it on weekly data for lower market noise.

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Stenozar • 05/16/2018 #

    Hi Odin, this indicator is very interesting but I don’t undertand how you see when short term traders are in trouble. Can you explain it please?

  2. SoloContado • 05/16/2018 #

    Hi, as I see it, when close is below the blues or crossing it downwards

  3. odin • 05/16/2018 #

    The shorts in trouble with my own coded short term trouble indicator, its when the difference between the 3 fastest emas are negative and increasing.

  4. odin • 05/16/2018 #

    here is my code

    c1 = ExponentialAverage[3](close)
    c2 = ExponentialAverage[5](close)
    c3 = ExponentialAverage[8](close)

    c4 = (c1-c2)*100/c2
    c5 = (c2-c3)*100/c3
    c7 = (c1-c3)*100/c3
    c6 = (c4+c5+ c7)/3

    Color = 0
    IF (c6 > c6[1]) then
    Color = 1
    ELSIF (c6 c6[1] and c6[1] < c6[2] and c6[1] < 0 then
    result = 0.5
    else
    result = 0
    endif

    RETURN c6 Coloured By Color,0, result

  5. juanj • 05/16/2018 #

    HI Odin

    Can you also kindly provide the code for the ‘Short Term Trader Squezze’ indicator. Thanks

  6. odin • 05/16/2018 #

    this is the short term Trader squezze indicator. short term Trader in Trouble and squezze is the same. greetz

  7. mcha • 05/16/2018 #

    bonjour
    il manque un signe entre les c6 à la ligne 11 du short term trader squeeze
    bien cordialement

  8. zen83 • 05/16/2018 #

    mcha je suppose que la ligne correcte est ELSIF (c6 < c6[1] and c6[1] < c6[2] and c6[1] < 0) then

  9. Gordon101 • 05/16/2018 #

    Hi when I added your Guppy indicator to my chart it went below the chart beside the oscillators in a separate window, with all white lines. Can you advice how to get it onto my chart? Thanks

    • Nicolas • 05/16/2018 #

      Add it on the price by using the wrench located on the left upper side of your price chart.

  10. Gordon101 • 05/16/2018 #

    Thanks Nicolas, worked a treat.

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
ottimo Thank you Nicolas, great indicator, N. 1
tikigai Merci Nicolas! First Happy new Year 2020. Very good indicator BUT (yes the french "oui, m...
Nicolas Whats prorealtime version? Did you try in version prior to v11? indicator's call and loop ca...
Nicolas Yes, that's how it goes when using loops..
JosephFelix Hi, Could I please have help with adding these indicators 'on price'? Every indicator that I...
Nicolas Just add it on price by clicking the wrench on the left upper side of the price chart.
Nicolas Apply it on the price chart. The indicator plot just one single line. There are two in the...
jamesoc Hi Nicolas, do you happen to know if there is an indicator that can be applied to charts, to...
gustavobp Buenos dias Nicolas, al agregar tu indicador no me reconoce la variable Price ni en la linea...
joobeng Sorry, I solved the problem. I have add the CBL indicator using the spanner icon on the pric...
Nicolas Adjust the price settings for the Y Axis to use the price only.
XXXXVII Hello Your indicator is interesting. However, I can't see the orange line. Do you have ...
tradingpro salve io faccio spread trading e volevo sapere come impostare un profitto da chiudere in a...
Nicolas Per favore non fare domande generali, non correlate al post. Usa invece il forum.
Bard Incredible, that is the clearest depiction of the trend I've ever seen Nicolas. (I just chan...
Vonasi Discussion on this indicator/filter can be found here: https://www.prorealcode.com/topic/121...
Vonasi Forum discussion on these indicators can be found here: https://www.prorealcode.com/topic/av...
jennr29 Hi. Is it possible to convert this code to an mq4 file?
Nicolas Sorry but our website is dedicated to prorealtime programming. However, you can ask for priv...
snow_onar Very interesting indicator. Thanks for contributing it. What volume node or volume profile i...
Appsoluxions Hi Nicolas, do you have the MT4 version of the indicator? I am not sure if these kind of que...
Nicolas Hi, don't have one sorry. But you can still ask for private coding through our programming s...
Appsoluxions Cool. Thanks for the response.
rama I want to use this indicator in trading system, it says zig zag is obsolete and not supported
Nicolas Right, due to its repainting behavior, the zigzag is not allowed in automated trading with r...
rama I noticed it changes as time progress, I am 7 as the average, how many period it wont chang...
ftrader8637 Any possibility to have this for multicharts. Sorry I am not a programer :-(
Nicolas Hi, we do not offer free assistance for other trading platform than ProRealTime. There is no...
Leo Does it opens pending orders?... maybe they were not trigger.
Mattzi Dont know, all i can see is that it opened an order yesterday in backtest but not live. Th...
Jean-Christophe Hello Leo, when running the strategy from 29/12/2015 to 31/08/2018 on ProRealTime Premium, I...
Geronima Ortiz I watched the video three times, but I can not put the npips parameter as a variable. I do...
Geronima Ortiz I think the video is for an old version of prorealtime, the images do not correspond at all ...
Nicolas indicator1 = CALL “PRC_StopReversal”[npips, 1] and define npips in the optimization window ...
Rafa And the PriceMAPeriod? aren´t the same?
Nicolas The PriceMAPeriod is the period to make the average of all the last X medianprice found.
Rafa Thanks a lot Nicolás. Have a nice day
dertopen HI Wwhy you said avoiding bear market? Don't you think that we can use this code for short...
maurizio dove si trova lo screener?
macdopa Thanks...
Caribeengeek Bonjour j’avais vu que vous proposiez d’écrire des codes pour ceux qui s’y connaisse pas Mai...
Caribeengeek Les devises unité
Nicolas Merci d'utiliser le forum pour les demandes de programmation personnalisée

Top