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
Kris75 Hi Bolsatrilera, I love this indicator! Thanks; => did you develop a strategy around...
Kris75 Hi Gabri I launched a very simple strategy based on the 3 bars trailing stop that you cre...
TimDeCat Hi. Has anyone coded a version that you could alter it to say 5 bar trailing stop? ie make ...
Nicolas Please open a new topic in forums so we can code it there, thanks.
finplus bonjour, il y a un problème à la fin du code avec elsif (close 0 then ... ne manque t il pas...
kj1988 Hello Nicolas, thank you for this useful indicator. Could you tell me how I can remove the...
Nicolas remove lines 101 to 103
GraHal Yes sorry, I set up a link to a screen shot on my google drive and then I got locked into th...
gabri Here's the thread https://www.prorealcode.com/topic/multiframe-rsi-of-rsi/
Bernard13 Bonjour Nicolas, Pourriez-vous m'indiquer si cet indicateur fonctionne avec la V11 ? Le di...
KarlBenjamin This "indicator" alone has completely changed my algorithms for the better! Id even go as fa...
ashee CAN YOU SHARE MT4 FILE
coyP Big thanks ! Can you explain me how can I put this ON my graph and not under the graph please ?
Wing There's a few threads on the forum about backtest and live trades being different at times. ...
ET I agree with verdi55. As it is now, the code will only test for a breakout on the upside (li...
Philipjonasson are u still active Wing?
jens_kittner This strategy was posted 2 years ago. I tested it today and it works perfect with the new da...
giustim Hallo I am not able to use it on daily TF What have I to change? Thanks a lot
pac.ros Ciao Francesco, ti scrivo per un aiuto a proposito della strategia di Hofmann che anch'io ho...
Nicolas We do not offer free assistance for TOS. However, you can send demand for private paid codin...
phanz Hi community. May I know how you use this indicator please? Is it on the zero cross over? ...
sydney43025 Hello, I'm digging up this topic because I uploaded the code on a PRT v11.1 but the indicato...
David Balance thanks for sharing this excellent indicator.  Here are some thoughts.  please ad...
supertiti Il manque 2 slash devant len dans le code dur car la variable ne marche pas bonne journée
imokdesign Hi Everybody, when I look at the strategy I felt the need to implement a Moneymanagement-Sy...
Inertia newlevel then multiplier=multiplier+1 oldlevel=newlevel newlevel=strategyprofit+startequi...
Inertia Hi Bjoern, I was playing around with your code this morning (EUR/USD 5'). Thank you to the...
bearbull As per PhilipSchultz question above, has anybody managed to add code for when it turns blue,...
Ybr35 Bonjour Nicolas, lorsque je lance l'indicateur, il m'est indiqué que je dois définir les var...
Nicolas L'idéal est de télécharger le fichier itf joint sur cette page et de l'importer dans la plat...
Nicolas Merci dans ce cas d'ouvrir un sujet dans le forum ProScreener svp.
Andrea Hi Nicolas, thx for your code. Please i need your help to understand this part of your code:...
Nicolas the MA200 is ascending since 20 periods.
Leo Hi Gabri, have you ever try this in a trading system?
gabri Leo, I used to crosscheck this indicator a long time ago. For the trading I was doing at tha...
Nolubok Bonjour Gabri, merci pour l'ensemble de vos publications, serait il possible d'avoir le scr...
supertiti Thanks you so much Lucassen
dreif123 hi, copied the above code, not working on 10.3 the system says "return can only be used at ...
LUCASSEN Hallo , i have no problem , and i have the same versie 10.3, maybe you can ask Nicolas, tha...
David Somogyi Hello, This is merely a filter indicator for measuring high fractality, which helps to av...
bertrandpinoy bonjour ce code fonctionne toujours?
Nicolas Faites un backtest, vous aurez des réponses.
Krallenmann Hallo Nicolas, kannst du mir die Regeln für den Halftrend Indikator sagen? Aus dem Code kann...
davefransman Dear Nicolas, i want set a alert on the "HalfTrend "custom moving average" met Heikin Ashi w...
Nicolas Please post the question in a new forum topic, that would need custom coding I believe.
verdi55 Is there such a thing as a free lunch ?
maceng Thanks Nicolas for this great work! I would like to understand the math behind it in order t...
Nicolas Sorry I have no time to provide assistance for python programmers. Have a good day.
Maz Hi all, firstly happy to know that this is helping you. I look into updating it for PRT11 wh...
Nicolas just use 3 times a linear regression channel code you will find in the library.
leederbyshire Here's the link to alternative linear regression channel indicator Nicolas is referring to t...
Sofitech Ce code n'est valable que sur la V10.3 ? sur le 10.2 il y a une erreur de syntaxe dans le fi...
Nicolas Oui en effet, c'est un indicateur "10.3" à cause uniquement de la mise en forme des courbes ...

Top