Bitcoin Forum
May 05, 2024, 10:03:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: June 21 2015 - BTCUSD $%@! Green Dragon !@%$  (Read 1459 times)
litepresence (OP)
Full Member
***
Offline Offline

Activity: 358
Merit: 118


View Profile
June 22, 2015, 02:47:31 PM
 #1



It is time to hoard your coins.

btcusd = 90 day hold.

Green Dragon.

12h sma 2>30>60>90>150 off 3 month consolidation.

12h sma 30 60 and 90 rising.



http://pastebin.com/sHFuLZvg
https://i.imgur.com/Msve2tN.png

Code:
# litepresence
 # june 21 2015
 # Green Dragon Begins Today
 
 
 PAIR = pairs.btc_usd
 
 def tick():
     
     ma2 = data[PAIR].ma(2)
     ma30 = data[PAIR].ma(30)
     ma60 = data[PAIR].ma(60)
     ma90 = data[PAIR].ma(90)
     ma150 = data[PAIR].ma(150)
     ma30i = data[PAIR][-1].ma(30)
     ma60i = data[PAIR][-1].ma(60)
     ma90i = data[PAIR][-1].ma(90)
     ma150i = data[PAIR][-1].ma(150)   
     
     
     # GREEN DRAGON                             CURRENT STATE 6/21/2015
     
     green_dragon = 0
     if ((ma30 > ma60) and                       # True
         (ma60 > ma90) and                       # False, but converging               
         (ma90 > ma150) and                      # True
         (ma2 > ma30) and                        # True
         (ma30 >  ma30i) and     # True
         (ma60 >  ma60i) and     # True
             (ma90 >  ma90i)):   # True
         green_dragon = 1
             
     
     plot('green_dragon', green_dragon, secondary=True)
     plot('green_dragon', 0, secondary=True)
     plot('o', 0, secondary=True)
     
     if info.tick == 0:
         plot('z', -20, secondary=True)
1714903391
Hero Member
*
Offline Offline

Posts: 1714903391

View Profile Personal Message (Offline)

Ignore
1714903391
Reply with quote  #2

1714903391
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714903391
Hero Member
*
Offline Offline

Posts: 1714903391

View Profile Personal Message (Offline)

Ignore
1714903391
Reply with quote  #2

1714903391
Report to moderator
1714903391
Hero Member
*
Offline Offline

Posts: 1714903391

View Profile Personal Message (Offline)

Ignore
1714903391
Reply with quote  #2

1714903391
Report to moderator
bitcoirnplaza
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 22, 2015, 02:50:58 PM
 #2

What is a green dragon and what does it stand for in this financial world?
spazzdla
Legendary
*
Offline Offline

Activity: 1722
Merit: 1000


View Profile
June 22, 2015, 02:59:32 PM
 #3

Just going by the steady price I agree it is time to buy.

I did this for primecoin.. .01 > .30 .. / FLEX.
litepresence (OP)
Full Member
***
Offline Offline

Activity: 358
Merit: 118


View Profile
June 22, 2015, 03:43:27 PM
 #4

What is a green dragon





When 12 hour simple moving averages are stacked

2>30>60>90>150

AND

12 hour simple moving average slope of 30, 60, and 90 are positive/uphill


That is a Green Dragon.


Quote
and what does it stand for in this financial world?

loss of shares for all who bet against it
vast riches for all who bet on it
litepresence (OP)
Full Member
***
Offline Offline

Activity: 358
Merit: 118


View Profile
June 22, 2015, 03:57:28 PM
 #5

Dilla
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
June 22, 2015, 03:59:54 PM
 #6

One of them big green dragons would be nice right about now.
bitcoirnplaza
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 22, 2015, 04:00:42 PM
 #7

Thank you for you input.
So when M00n?
litepresence (OP)
Full Member
***
Offline Offline

Activity: 358
Merit: 118


View Profile
June 22, 2015, 04:32:30 PM
 #8

Thank you for you input.
So when M00n?

I'm expecting a 60-90 day bullish movement.


Chef Ramsay
Legendary
*
Offline Offline

Activity: 1568
Merit: 1001



View Profile
June 22, 2015, 04:57:36 PM
 #9

LP is one hell of a coder and has been fairly accurate for the last year+ that I've followed him. This is the time we've been waiting for. I just wonder if this signifies a moon for litecoin as well or if that move is behind us.
BillyBobZorton
Legendary
*
Offline Offline

Activity: 1204
Merit: 1028


View Profile
June 22, 2015, 05:22:10 PM
 #10

This is pretty much guaranteed, the problem is when exactly, no one knows so whats why you hold. The mighty green dragon Shenron Nakamoto will grant us 3 wishes in the future.
OP, do you see Litecoin following a similar figure? because on that case, gains would be even bigger if invested on the current mega cheap LTC.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
June 22, 2015, 07:09:04 PM
 #11

Thank you for you input.
So when M00n?

I'm expecting a 60-90 day bullish movement.




this is reassuring, but it will be a slow movementss in your view, or a fast rise?

i still need to have bitcoin below 300 for the time being
koryu
Hero Member
*****
Offline Offline

Activity: 681
Merit: 507



View Profile
November 05, 2015, 04:50:12 PM
Last edit: November 05, 2015, 05:21:25 PM by koryu
 #12

after litecoin you are also right with bitcoin. great work.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!