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
Nicolas En effet, c'est le cas si on copie/colle le code. Ces 2 variables sont inscrites en externes...
Salocin Hello Nicolas, my french is not that well. It occurs an error which can not be solved by cop...
Nicolas Just download the ITF file and import it into your platform, follow these easy steps: https:...
Nicolas
8 years ago
Holt EMA
Holt EMA
1
Indicators
robertanthonyuk Hi,What do the each colour represent? Rob
Nicolas You'll need to preload bars to get the good calculations of you indicators. I did not test i...
David Nicolas I tried DEFPARAM Preloadbars = 5000 And still the same drawn output of entries/exit...
marcara Hi, Thank you very much for the Moving Average Daily indicator, I am using it as indicator i...
Nicolas Je l'ai converti depuis un code pinescript. De mémoire il s'agit bien d'une variation d'une ...
Captain_Walker @Nicolas, I've copied your code into PRT indicator panel to create it. When I attempt to sav...
Nicolas Download the itf file and import it.
Nicolas Please post any question on forums, thanks.
Lavallette Bonjour Nicolas. J'utilise la version 11 et moi aussi j'ai une ligne horizontale malgré l'a...
Nicolas il faut modifier la ligne 20 avec: if adaptive=1 and averagePeriod > 1 and barindex>(...
Nicolas Thanks for contributing to the "ichimoku section" of the prorealtime code library Don't he...
sourberry Thank you , this is a great indicator works beautifully. Could you kindly modify to scr...
pp_playaflamenca Excuse me,... reading your code about spanB: [ SenkouSpanBFutureW = (Highest[SenkouSpanPerio...
dakaodo Hi, Wilko. Acc to the original FRAMA paper by Ehlers, Ehler's own code only takes inputs for...
dakaodo For reference, here is Ehlers' original paper: http://www.mesasoftware.com/papers/FRAMA.p...
dakaodo Here is the code with only SC included, per ETFHQ. pri=customclose //len>=4, even on...
Nicolas The code is correct, don't know if the label and color are the same as other trading softwar...
peppe novellino Hi Nicolas, the settings of the alligators are not editable. How can I change it? Thanks in ...
pabo_swe I got very bad performance with this script, it was slow... it seems like if one breaks out ...
bluetime6 Hello Doctrading.   Can you ask you for something? Can you code a screener screen po...
Mansoor What does COI stand for?
MikeGC Hi Mansoor, COI is the abbreviation for the Coppock indicator.
nonetheless Anyone interested in this strategy please see forum topic: https://www.prorealcode.com/topic...
gianlox I added a simple momentum indicator (MACD). I think much better results:   achat = 0v...
gianlox achat = 0 vente = 0 MACD12M = MACDline[12,26,9](close) MACD12S = ExponentialAverage[9](MA...
Nicolas Thank you for contribution. Please consider that advertising is tolerate as long as you cont...
triss1965@gmail.com  Hi, I cant make it work. And if you doing so much money. Why do you have to sell it? It don...
T-rader Eva... He dosen´t sell anything. He is just a nice guy that want to share on of his strategy...
zilliq The reasons why I think it's time consuming and we loose time to try to do backests and Auto...
filiprb Hello Zilliq, You don't need a system to produce a walk forward test. You can easily create...
Philip Raphael It is incredible! Thanks for sharing, Doctrading!
Yannick Thanks for sharing. This strategy is flat for 11 years and winning afterwards. Don't you thi...
Doctrading Hello, As I usually say, strategies are exposed to be improved :) So yes, I think there mu...
Lior Green Doesn't work for me. Set values “compra” and “venta” to be shown as HISTOGRAM
Fabio Anthony Terrenzio this strategy works only in a well defined trend
brosly Good afternoon I am trying to get the complete code of lex strategy made by adolfo since I s...
dreif123 hi Adolfo, is Alex Auto Trading Botindex working on DAX as well ? if so , can you post the...
Doctrading Hello, Someone asked me something (his results seemed to be different) on my email, but it ...
Glen Marquis Not your best..So what is your best strategy? :)
TradSuz C'est étrange, je note donc à nouveau les deux horaires achat et vente =9H/17H, le iRSI de l...
TradSuz Merci à Doctrading pour cette trame de code super et qui marche sur d'autres supports aussi....
Bibi83 Bonsoir à tous Juste pour vous informer que j'ai enlever les conditions short et que cela ...

Top