SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Downloaden Sie, um offline zu lesen
Programming
         The
“Livermore Market Key”




                         By KH Tang
96 *(1+2*ThresholdPercent)


                                             100 *(1+2*ThresholdPercent)
Error with Simple Multiplication                       120                          120
method when calculating the Up and
Down Pivot Point.                                                                                          115.2



                                                                                                 96
                                              100                          100


                                                                           120 *(1-2*ThresholdPercent)




    Solution to handle the error: =>     UpTrendThreshold Calculation
                                                     =>
                                       DownTrend*(1+2*ThresholdPercent)


                                        DownTrendThreshold Calculation
                                                     =>
                                        UpTrend/(1+2*ThresholdPercent)
Jesse Livermore Secret Market Key Flow Chart                             by KH Tang




           Program Start




False        First Bar
                 ?

                  True



           Initialization




              StateNo          False      StateNo     False   StateNo     False   StateNo     False           StateNo         False
                =1?                         =2?                 =3?                 =4?                         =5?


                  True                         True                True                True                        True

              Process                      Process             Process             Process                     Process                       Process
             StateNo 1                    StateNo 2           StateNo 3           StateNo 4                   StateNo 5                     StateNo 6
              Routine                      Routine             Routine             Routine                     Routine                       Routine
             UpTrend                      NatlRally            SecRally           SecReact                    NatlReact                      DnTrend




        Conditional Reset of
         NatRallyReset Flag
                and
        NatReactReset Flag                                                                            Note:   Short form used in the flow chart
                                                                                                      PP      = PivotPoint
                                                                                                      Nat     = Natural
                                                                                                      Sec     = Secondary
                End                                                                                   Dn      = Down
                                                                                                      React   = Reaction
Conditional Reset
   Initialization
                                 Parameters




    StateNo=1;
                                InUpTrend AND
 InUpTrend=True;      False       NatReact <
 InDnTrend=False;
                                  {UpTrend/
                              (1+2*ThresholdPct)}
   UpTrend=C;
                                       ?
   NatRally=C;
   SecRally=C;
                                        True
   SecReact=C;
   NatReact=C;
   DnTrend=C;
                              NatReactReset=True
NatRallyReset=True;
NatReactReset=True

  UpTrendPP=C;
  NatRallyPP=C;
  NatReactPP=C;
  DnTrendPP=C;
                                InDnTrend AND
                      False        NatRally >
                                  {DnTrend*
                              (1+2*ThresholdPct)}
                                       ?
       End
                                        True



                              NatRallyReset=True




                                     End
Process StateNo 1
                                (InUpTrend)




                   True           Price >=           False
                                 LastPrice
                                      ?




False
               Price >                                   (InDnTrend AND
              UpTrend                                   Price <DnTrendPP)
                  ?                                                              False
                                                                OR
                                                         InUpTrend AND
                   True                                 Price < {UpTrend/
                                                       (1+2*ThresholdPct)}
                                                                 ?
                                                                                      Price <
                                                                                    (UpTrend/            False
                                                             True
                                                                                (1 +ThresholdPct)
                                                                                         ?


                                                                                         True


                                                                                                       False
                                                                               NatReactReset OR
                                                                               Price<NatReactPP
                                                                                       ? True

                                                                                         True

        State No=1 (InUpTrend)               State No = 6 (InDnTrend)        StateNo= 5 (InNatReact)             StateNo = 4 (InSecReact)
            InUpTrend=True                       InDnTrend = True              NatReactReset=False                   SecReact = Price
           InDnTrend=False                      InUpTrend = False                NatReact= Price                  UpTrendPP = UpTrend
             UpTrend=Price                        DnTrend = Price             UpTrendPP = UpTrend
                                              UpTrendPP = UpTrend




                                                       End
Process StateNo 2
                                                                 (InNatRally)




                                                    True           Price >=           False
                                                                  LastPrice
                                                                       ?




                                      (InUpTrend AND                                      (InDnTrend AND
                                    Price >UpTrendPP                                     Price <DnTrendPP)
                      False                                                                                       False
                                            OR                                                   OR
                                     InUDnTrend AND                                       InUpTrend AND
                                      Price>DnTrend*                                     Price < {UpTrend/
                                   (1+2*ThresholdPct)}                                  (1+2*ThresholdPct)}
                                             ?                                                    ?
                                                                                                                       Price <
False           Price >                                                                                              (NatRally/         False
                                            True                                              True
               NatRally                                                                                          (1 +ThresholdPct)
                   ?                                                                                                      ?


                    True                                                                                                  True



                                                                                                                NatReactReset OR        False
                                                                                                                Price<NatReactPP
                                                                                                                        ? True

                                                                                                                          True

        StateNo = 2 (InNatRally)         State No=1 (InUpTrend)               State No = 6 (InDnTrend)        StateNo= 5 (InNatReact)           StateNo = 4 (InSecReact)
            NatRally = Price                 InUpTrend=True                       InDnTrend = True              NatReactReset=False                 SecReact = Price
                                            InDnTrend=False                      InUpTrend = False                NatReact= Price                NatRallyPP = NatRally
                                              UpTrend=Price                        DnTrend = Price             NatRallyPP = NatRally
                                                                               NatRallyPP = NatRally




                                                                                        End
Process StateNo 3
                                                                                                     (InSecRally)




                                                                                       True            Price >=           False
                                                                                                      LastPrice
                                                                                                           ?




                                                                         (InUpTrend AND                                       (InDnTrend AND
                                                                       Price >UpTrendPP                                      Price <DnTrendPP)
                                                         False                                                                                        False
                                                                               OR                                                    OR
                                                                        InUDnTrend AND                                        InUpTrend AND
                                                                         Price>DnTrend*                                      Price < {UpTrend/
                                                                      (1+2*ThresholdPct)}                                   (1+2*ThresholdPct)}
                                                                                ?                                                     ?

                                                                                                                                                          Price <
                                   False           Price >                     True                                               True                   SecRally/           False
                                                  NatRally                                                                                           (1+ThresholdPct)
                                                      ?                                                                                                      ?


                                                       True                                                                                                   True



False           Price >                                                                                                                                    Price <           False
               SecRally                                                                                                                                  NatReactPP
                   ?                                                                                                                                          ?


                    True                                                                                                                                      True

        StateNo = 3 (InSecRally)           StateNo = 2 (InNatRally)        State No = 1 (InUpTrend)               State No = 6 (InDnTrend)        StateNo = 5 (InNatReact)           StateNo = 4 (InSecReact)
            SecRally = Price                   NatRally = Price                InUpTrend = True                        InDnTrend = True               NatReact = Price                   SecReact = Price
                                                                              InDnTrend = False                       InUpTrend = False
                                                                                UpTrend = Price                         DnTrend = Price




                                                                                                                            End
Process StateNo 4
                                                                                            (InSecReact)




                                                                               True            Price >=           False
                                                                                              LastPrice
                                                                                                   ?




                                                                 (InUpTrend AND                                       (InDnTrend AND
                                                               Price >UpTrendPP                                      Price <DnTrendPP)
                                                 False                                                                                        False
                                                                       OR                                                    OR
                                                                InUDnTrend AND                                        InUpTrend AND
                                                                 Price>DnTrend*                                      Price < {UpTrend/
                                                              (1+2*ThresholdPct)}                                   (1+2*ThresholdPct)}
                                                                        ?                                                     ?

                                           Price >
                           False         SecReact*                     True                                               True                    Price <            False
                                      (1+ThresholdPct)                                                                                           NatReact
                                              ?                                                                                                      ?


                                               True                                                                                                   True



                           False           Price >                                                                                                                                    Price <           False
                                         NatRallyPP                                                                                                                                  SecReact
                                              ?                                                                                                                                          ?


                                                 True                                                                                                                                      True

StateNo = 3 (InSecRally)           StateNo = 2 (InNatRally)        State No = 1 (InUpTrend)               State No = 6 (InDnTrend)        StateNo = 5 (InNatReact)           StateNo = 4 (InSecReact)
    SecRally = Price                   NatRally = Price                InUpTrend = True                        InDnTrend = True               NatReact = Price                   SecReact = Price
                                                                      InDnTrend = False                       InUpTrend = False
                                                                        UpTrend = Price                         DnTrend = Price




                                                                                                                    End
Process StateNo 5
                                                                                            (InNatReact)




                                                                               True            Price >=           False
                                                                                              LastPrice
                                                                                                   ?




                                                                 (InUpTrend AND                                       (InDnTrend AND
                                                               Price >UpTrendPP                                      Price <DnTrendPP)
                                                 False                                                                                        False
                                                                       OR                                                    OR
                                                                InUDnTrend AND                                        InUpTrend AND
                                                                 Price>DnTrend*                                      Price < {UpTrend/
                                                              (1+2*ThresholdPct)}                                   (1+2*ThresholdPct)}
                                                                        ?                                                     ?

                           False            Price >
                                          NatReact*                                                                                                Price <          False
                                                                       True                                               True
                                       (1+ThresholdPct)                                                                                           NatReact
                                               ?                                                                                                      ?


                                               True                                                                                                   True


                           False      NatRallyReset OR
                                      Price>NatRallyPP
                                              ?


                                                True


StateNo = 3 (InSecRally)           StateNo = 2 (InNatRally)        State No = 1 (InUpTrend)               State No = 6 (InDnTrend)        StateNo= 5 (InNatReact)
    SecRally = Price                 NatRallyReset = False             InUpTrend = True                      InDnTrend = False                NatReact = Price
NatReactPP = NatReact                  NatRally = Price               InDnTrend = False                       InUpTrend = True
                                    NatReactPP = NatReact               UpTrend = Price                        DnTrend = Price
                                                                    NatReactPP = NatReact




                                                                                                                    End
Process StateNo 6
                                                                                             (InDnTrend)




                                                                                True           Price >=           False
                                                                                              LastPrice
                                                                                                   ?




                                                                 (InUpTrend AND                                   Price <            False
                                                               Price >UpTrendPP                                 DownTrend
                                                 False
                                                                       OR                                            ?
                                                                InUDnTrend AND
                                                                 Price>DnTrend*
                                                              (1+2*ThresholdPct)}                                     True
                                                                        ?

                           False            Price >
                                          {DnTrend*                      True
                                       (1+ThresholdPct)}
                                               ?

                                                True



                           False      NatRallyReset OR
                                      Price>NatRallyPP
                                              ?


                                                True


StateNo = 3 (InSecRally)           StateNo = 2 (InNatRally)        State No = 1 (InUpTrend)               State No = 6 (InDnTrend)
    SecRally = Price                NatRallyReset = False              InUpTrend = True                       InDnTrend = True
 DnTrendPP = DnTrend                   NatRally = Price               InDnTrend = False                      InUpTrend = False
                                    DnTrendPP = DnTrend                 UpTrend = Price                        DnTrend = Price
                                                                    DnTrendPP = DnTrend




                                                                                                                    End
Sample Chart
In late 1939, Livermore's son, Jesse Jr., suggested    "La guerre! C’est une chose trop grave pour la
to his father that he write a book about his                       confier à des militaires."
experiences and techniques in trading in the stock         "War is too important to be left to the
and commodity markets. The book was                                       generals."
completed and published in March 1940. It was         - Georges Clemenceau (1841-1929): A French
titled How To Trade In Stocks. ( Downloadable)       journalist, physician and statesman. He served
                                                      as Prime Minister from 1906 to 1909 and from
In this short book, Jesse Livermore spent a great     1917 to 1920.
deal of effort, more than 1/3 of the book, in
explaining and illustrating this “Livermore Market
Key” technique in details. Later in November
1940, he passed away…                                 With the same token, it is suggested that:-
                                                      Personal Finance matter is Too Important to be
May be… just may be that… Who Knows?                           left to the Financial Advisors!
May be he wanted to pass down this tool to the
public to avoid personal financial crash due to the   Thus, it is so serious that individual Must spend
Stock Market Manipulation in the future? As it        part of the time to learn and understand how
surely would help those who believe and follow        economy works!
through his work. (See it for yourself from the
charts on the next link.)

The above flow-charts were proven to be
programmable as the result shown in my blog:
Stock Market Tools (6) - Livermore Market Key.        Bless You
                                                      KH Tang
                                                      24 Jan 2010

Weitere ähnliche Inhalte

Was ist angesagt?

The rules for madina book-1 with an explanation
The rules for madina book-1 with an explanationThe rules for madina book-1 with an explanation
The rules for madina book-1 with an explanationRakib Sarowar
 
Recognizing Arabic Letters
Recognizing Arabic LettersRecognizing Arabic Letters
Recognizing Arabic LettersAqsa Alam
 
Arabic Vocabulary: Adjectives (Human & Non-Human)
Arabic Vocabulary: Adjectives (Human & Non-Human)Arabic Vocabulary: Adjectives (Human & Non-Human)
Arabic Vocabulary: Adjectives (Human & Non-Human)Mourad Diouri
 
Arabic grammar made easy belal philips
Arabic grammar made easy  belal philipsArabic grammar made easy  belal philips
Arabic grammar made easy belal philipsSonali Jannat
 
Morphoanatomy Of The Flower
Morphoanatomy Of  The  FlowerMorphoanatomy Of  The  Flower
Morphoanatomy Of The FlowerGeonyzl Alviola
 
Tasheel At Tajweed Simplified Rules Of Tajweed
Tasheel At Tajweed   Simplified Rules Of TajweedTasheel At Tajweed   Simplified Rules Of Tajweed
Tasheel At Tajweed Simplified Rules Of TajweedIffu Slides
 
Balance of paymment - BOP
Balance of paymment - BOPBalance of paymment - BOP
Balance of paymment - BOPDavid Jaison
 
Lesson Plans for 6554.docx
Lesson Plans for 6554.docxLesson Plans for 6554.docx
Lesson Plans for 6554.docxAqsaMubeen15
 
La leyenda de atlántida ii
La leyenda de atlántida iiLa leyenda de atlántida ii
La leyenda de atlántida iiAlejandra Forte
 
Madeenah Book-1 (Grammar Rules)
Madeenah Book-1 (Grammar Rules)Madeenah Book-1 (Grammar Rules)
Madeenah Book-1 (Grammar Rules)Zaffer Khan
 
Plant identification
Plant identificationPlant identification
Plant identificationChiara Attard
 
Medina Arabic - book 1 (translated notes)
Medina Arabic - book 1 (translated notes)Medina Arabic - book 1 (translated notes)
Medina Arabic - book 1 (translated notes)Zaffer Khan
 
مخارج الحروف Tajweed articulation of latters
مخارج الحروف Tajweed  articulation of lattersمخارج الحروف Tajweed  articulation of latters
مخارج الحروف Tajweed articulation of lattersYousuf Qahtani
 
Scalla convivium club santa angela com todas as plantas
Scalla convivium club santa angela    com todas as plantasScalla convivium club santa angela    com todas as plantas
Scalla convivium club santa angela com todas as plantasSabrina Oliveira
 

Was ist angesagt? (20)

The rules for madina book-1 with an explanation
The rules for madina book-1 with an explanationThe rules for madina book-1 with an explanation
The rules for madina book-1 with an explanation
 
Recognizing Arabic Letters
Recognizing Arabic LettersRecognizing Arabic Letters
Recognizing Arabic Letters
 
Simplified Rules of Tajweed
Simplified Rules of TajweedSimplified Rules of Tajweed
Simplified Rules of Tajweed
 
Madina book 2 notes
Madina book 2 notesMadina book 2 notes
Madina book 2 notes
 
Arabic Vocabulary: Adjectives (Human & Non-Human)
Arabic Vocabulary: Adjectives (Human & Non-Human)Arabic Vocabulary: Adjectives (Human & Non-Human)
Arabic Vocabulary: Adjectives (Human & Non-Human)
 
Arabic grammar made easy belal philips
Arabic grammar made easy  belal philipsArabic grammar made easy  belal philips
Arabic grammar made easy belal philips
 
Morphoanatomy Of The Flower
Morphoanatomy Of  The  FlowerMorphoanatomy Of  The  Flower
Morphoanatomy Of The Flower
 
Tasheel At Tajweed Simplified Rules Of Tajweed
Tasheel At Tajweed   Simplified Rules Of TajweedTasheel At Tajweed   Simplified Rules Of Tajweed
Tasheel At Tajweed Simplified Rules Of Tajweed
 
Balance of paymment - BOP
Balance of paymment - BOPBalance of paymment - BOP
Balance of paymment - BOP
 
Lesson Plans for 6554.docx
Lesson Plans for 6554.docxLesson Plans for 6554.docx
Lesson Plans for 6554.docx
 
La leyenda de atlántida ii
La leyenda de atlántida iiLa leyenda de atlántida ii
La leyenda de atlántida ii
 
Madeenah Book-1 (Grammar Rules)
Madeenah Book-1 (Grammar Rules)Madeenah Book-1 (Grammar Rules)
Madeenah Book-1 (Grammar Rules)
 
Plant identification
Plant identificationPlant identification
Plant identification
 
Medina Arabic - book 1 (translated notes)
Medina Arabic - book 1 (translated notes)Medina Arabic - book 1 (translated notes)
Medina Arabic - book 1 (translated notes)
 
مخارج الحروف Tajweed articulation of latters
مخارج الحروف Tajweed  articulation of lattersمخارج الحروف Tajweed  articulation of latters
مخارج الحروف Tajweed articulation of latters
 
Scalla convivium club santa angela com todas as plantas
Scalla convivium club santa angela    com todas as plantasScalla convivium club santa angela    com todas as plantas
Scalla convivium club santa angela com todas as plantas
 
Arabic alphabets - Arabeya Arabic language center
Arabic alphabets - Arabeya Arabic language centerArabic alphabets - Arabeya Arabic language center
Arabic alphabets - Arabeya Arabic language center
 
Arabic alphabets
Arabic alphabetsArabic alphabets
Arabic alphabets
 
Arabic Nouns
Arabic NounsArabic Nouns
Arabic Nouns
 
Filipinas Komiks All Episodes
Filipinas Komiks All EpisodesFilipinas Komiks All Episodes
Filipinas Komiks All Episodes
 

Kürzlich hochgeladen

House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHenry Tapper
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfMichael Silva
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Sonam Pathan
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证rjrjkk
 
government_intervention_in_business_ownership[1].pdf
government_intervention_in_business_ownership[1].pdfgovernment_intervention_in_business_ownership[1].pdf
government_intervention_in_business_ownership[1].pdfshaunmashale756
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managmentfactical
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Sonam Pathan
 
GOODSANDSERVICETAX IN INDIAN ECONOMY IMPACT
GOODSANDSERVICETAX IN INDIAN ECONOMY IMPACTGOODSANDSERVICETAX IN INDIAN ECONOMY IMPACT
GOODSANDSERVICETAX IN INDIAN ECONOMY IMPACTharshitverma1762
 
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证jdkhjh
 
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...Amil baba
 
Kempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdfKempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdfHenry Tapper
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办fqiuho152
 
project management information system lecture notes
project management information system lecture notesproject management information system lecture notes
project management information system lecture notesongomchris
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojnaDharmendra Kumar
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...amilabibi1
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfHenry Tapper
 
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...Amil baba
 
Role of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptxRole of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptxNarayaniTripathi2
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Sonam Pathan
 
Bladex 1Q24 Earning Results Presentation
Bladex 1Q24 Earning Results PresentationBladex 1Q24 Earning Results Presentation
Bladex 1Q24 Earning Results PresentationBladex
 

Kürzlich hochgeladen (20)

House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview document
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdf
 
Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713Call Girls Near Me WhatsApp:+91-9833363713
Call Girls Near Me WhatsApp:+91-9833363713
 
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
原版1:1复刻温哥华岛大学毕业证Vancouver毕业证留信学历认证
 
government_intervention_in_business_ownership[1].pdf
government_intervention_in_business_ownership[1].pdfgovernment_intervention_in_business_ownership[1].pdf
government_intervention_in_business_ownership[1].pdf
 
SBP-Market-Operations and market managment
SBP-Market-Operations and market managmentSBP-Market-Operations and market managment
SBP-Market-Operations and market managment
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
 
GOODSANDSERVICETAX IN INDIAN ECONOMY IMPACT
GOODSANDSERVICETAX IN INDIAN ECONOMY IMPACTGOODSANDSERVICETAX IN INDIAN ECONOMY IMPACT
GOODSANDSERVICETAX IN INDIAN ECONOMY IMPACT
 
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
原版1:1复刻堪萨斯大学毕业证KU毕业证留信学历认证
 
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
NO1 Certified Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot,...
 
Kempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdfKempen ' UK DB Endgame Paper Apr 24 final3.pdf
Kempen ' UK DB Endgame Paper Apr 24 final3.pdf
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
 
project management information system lecture notes
project management information system lecture notesproject management information system lecture notes
project management information system lecture notes
 
PMFBY , Pradhan Mantri Fasal bima yojna
PMFBY , Pradhan Mantri  Fasal bima yojnaPMFBY , Pradhan Mantri  Fasal bima yojna
PMFBY , Pradhan Mantri Fasal bima yojna
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
 
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
NO1 Certified kala jadu karne wale ka contact number kala jadu karne wale bab...
 
Role of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptxRole of Information and technology in banking and finance .pptx
Role of Information and technology in banking and finance .pptx
 
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
Call Girls Near Delhi Pride Hotel, New Delhi|9873777170
 
Bladex 1Q24 Earning Results Presentation
Bladex 1Q24 Earning Results PresentationBladex 1Q24 Earning Results Presentation
Bladex 1Q24 Earning Results Presentation
 

Programming The Jesse Livermore Market Key

  • 1. Programming The “Livermore Market Key” By KH Tang
  • 2. 96 *(1+2*ThresholdPercent) 100 *(1+2*ThresholdPercent) Error with Simple Multiplication 120 120 method when calculating the Up and Down Pivot Point. 115.2 96 100 100 120 *(1-2*ThresholdPercent) Solution to handle the error: => UpTrendThreshold Calculation => DownTrend*(1+2*ThresholdPercent) DownTrendThreshold Calculation => UpTrend/(1+2*ThresholdPercent)
  • 3. Jesse Livermore Secret Market Key Flow Chart by KH Tang Program Start False First Bar ? True Initialization StateNo False StateNo False StateNo False StateNo False StateNo False =1? =2? =3? =4? =5? True True True True True Process Process Process Process Process Process StateNo 1 StateNo 2 StateNo 3 StateNo 4 StateNo 5 StateNo 6 Routine Routine Routine Routine Routine Routine UpTrend NatlRally SecRally SecReact NatlReact DnTrend Conditional Reset of NatRallyReset Flag and NatReactReset Flag Note: Short form used in the flow chart PP = PivotPoint Nat = Natural Sec = Secondary End Dn = Down React = Reaction
  • 4. Conditional Reset Initialization Parameters StateNo=1; InUpTrend AND InUpTrend=True; False NatReact < InDnTrend=False; {UpTrend/ (1+2*ThresholdPct)} UpTrend=C; ? NatRally=C; SecRally=C; True SecReact=C; NatReact=C; DnTrend=C; NatReactReset=True NatRallyReset=True; NatReactReset=True UpTrendPP=C; NatRallyPP=C; NatReactPP=C; DnTrendPP=C; InDnTrend AND False NatRally > {DnTrend* (1+2*ThresholdPct)} ? End True NatRallyReset=True End
  • 5. Process StateNo 1 (InUpTrend) True Price >= False LastPrice ? False Price > (InDnTrend AND UpTrend Price <DnTrendPP) ? False OR InUpTrend AND True Price < {UpTrend/ (1+2*ThresholdPct)} ? Price < (UpTrend/ False True (1 +ThresholdPct) ? True False NatReactReset OR Price<NatReactPP ? True True State No=1 (InUpTrend) State No = 6 (InDnTrend) StateNo= 5 (InNatReact) StateNo = 4 (InSecReact) InUpTrend=True InDnTrend = True NatReactReset=False SecReact = Price InDnTrend=False InUpTrend = False NatReact= Price UpTrendPP = UpTrend UpTrend=Price DnTrend = Price UpTrendPP = UpTrend UpTrendPP = UpTrend End
  • 6. Process StateNo 2 (InNatRally) True Price >= False LastPrice ? (InUpTrend AND (InDnTrend AND Price >UpTrendPP Price <DnTrendPP) False False OR OR InUDnTrend AND InUpTrend AND Price>DnTrend* Price < {UpTrend/ (1+2*ThresholdPct)} (1+2*ThresholdPct)} ? ? Price < False Price > (NatRally/ False True True NatRally (1 +ThresholdPct) ? ? True True NatReactReset OR False Price<NatReactPP ? True True StateNo = 2 (InNatRally) State No=1 (InUpTrend) State No = 6 (InDnTrend) StateNo= 5 (InNatReact) StateNo = 4 (InSecReact) NatRally = Price InUpTrend=True InDnTrend = True NatReactReset=False SecReact = Price InDnTrend=False InUpTrend = False NatReact= Price NatRallyPP = NatRally UpTrend=Price DnTrend = Price NatRallyPP = NatRally NatRallyPP = NatRally End
  • 7. Process StateNo 3 (InSecRally) True Price >= False LastPrice ? (InUpTrend AND (InDnTrend AND Price >UpTrendPP Price <DnTrendPP) False False OR OR InUDnTrend AND InUpTrend AND Price>DnTrend* Price < {UpTrend/ (1+2*ThresholdPct)} (1+2*ThresholdPct)} ? ? Price < False Price > True True SecRally/ False NatRally (1+ThresholdPct) ? ? True True False Price > Price < False SecRally NatReactPP ? ? True True StateNo = 3 (InSecRally) StateNo = 2 (InNatRally) State No = 1 (InUpTrend) State No = 6 (InDnTrend) StateNo = 5 (InNatReact) StateNo = 4 (InSecReact) SecRally = Price NatRally = Price InUpTrend = True InDnTrend = True NatReact = Price SecReact = Price InDnTrend = False InUpTrend = False UpTrend = Price DnTrend = Price End
  • 8. Process StateNo 4 (InSecReact) True Price >= False LastPrice ? (InUpTrend AND (InDnTrend AND Price >UpTrendPP Price <DnTrendPP) False False OR OR InUDnTrend AND InUpTrend AND Price>DnTrend* Price < {UpTrend/ (1+2*ThresholdPct)} (1+2*ThresholdPct)} ? ? Price > False SecReact* True True Price < False (1+ThresholdPct) NatReact ? ? True True False Price > Price < False NatRallyPP SecReact ? ? True True StateNo = 3 (InSecRally) StateNo = 2 (InNatRally) State No = 1 (InUpTrend) State No = 6 (InDnTrend) StateNo = 5 (InNatReact) StateNo = 4 (InSecReact) SecRally = Price NatRally = Price InUpTrend = True InDnTrend = True NatReact = Price SecReact = Price InDnTrend = False InUpTrend = False UpTrend = Price DnTrend = Price End
  • 9. Process StateNo 5 (InNatReact) True Price >= False LastPrice ? (InUpTrend AND (InDnTrend AND Price >UpTrendPP Price <DnTrendPP) False False OR OR InUDnTrend AND InUpTrend AND Price>DnTrend* Price < {UpTrend/ (1+2*ThresholdPct)} (1+2*ThresholdPct)} ? ? False Price > NatReact* Price < False True True (1+ThresholdPct) NatReact ? ? True True False NatRallyReset OR Price>NatRallyPP ? True StateNo = 3 (InSecRally) StateNo = 2 (InNatRally) State No = 1 (InUpTrend) State No = 6 (InDnTrend) StateNo= 5 (InNatReact) SecRally = Price NatRallyReset = False InUpTrend = True InDnTrend = False NatReact = Price NatReactPP = NatReact NatRally = Price InDnTrend = False InUpTrend = True NatReactPP = NatReact UpTrend = Price DnTrend = Price NatReactPP = NatReact End
  • 10. Process StateNo 6 (InDnTrend) True Price >= False LastPrice ? (InUpTrend AND Price < False Price >UpTrendPP DownTrend False OR ? InUDnTrend AND Price>DnTrend* (1+2*ThresholdPct)} True ? False Price > {DnTrend* True (1+ThresholdPct)} ? True False NatRallyReset OR Price>NatRallyPP ? True StateNo = 3 (InSecRally) StateNo = 2 (InNatRally) State No = 1 (InUpTrend) State No = 6 (InDnTrend) SecRally = Price NatRallyReset = False InUpTrend = True InDnTrend = True DnTrendPP = DnTrend NatRally = Price InDnTrend = False InUpTrend = False DnTrendPP = DnTrend UpTrend = Price DnTrend = Price DnTrendPP = DnTrend End
  • 12. In late 1939, Livermore's son, Jesse Jr., suggested "La guerre! C’est une chose trop grave pour la to his father that he write a book about his confier à des militaires." experiences and techniques in trading in the stock "War is too important to be left to the and commodity markets. The book was generals." completed and published in March 1940. It was - Georges Clemenceau (1841-1929): A French titled How To Trade In Stocks. ( Downloadable) journalist, physician and statesman. He served as Prime Minister from 1906 to 1909 and from In this short book, Jesse Livermore spent a great 1917 to 1920. deal of effort, more than 1/3 of the book, in explaining and illustrating this “Livermore Market Key” technique in details. Later in November 1940, he passed away… With the same token, it is suggested that:- Personal Finance matter is Too Important to be May be… just may be that… Who Knows? left to the Financial Advisors! May be he wanted to pass down this tool to the public to avoid personal financial crash due to the Thus, it is so serious that individual Must spend Stock Market Manipulation in the future? As it part of the time to learn and understand how surely would help those who believe and follow economy works! through his work. (See it for yourself from the charts on the next link.) The above flow-charts were proven to be programmable as the result shown in my blog: Stock Market Tools (6) - Livermore Market Key. Bless You KH Tang 24 Jan 2010