Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ichimoku Kinko Yuo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #61
    Look in post #29 of the below linked thread for the solution to this problem.

    Comment


      #62
      Re-posting this from another thread in case anyone is using the indicator linked in post #29:

      The calculations of the indicator you linked have an error in them I believe.

      The correct calculation for Tenkan Sen is (Highest High + Lowest Low) / 2 for the last 9 (default) bars.

      The calculation the indicator is using is:

      TenkanSen.Set((MAX(Fast)[0] + MIN(Fast)[0])* 0.5);


      which translates to (Highest Close + Lowest Close) / 2 which of course is not the same thing.

      The correct calculation for Tenkan Sen is:

      TenkanSen.Set((MAX(High, Fast)[0] + MIN(Low, Fast)[0])* 0.5);


      The Kijun Sen calculation and Senkou Span B have the same error but are both also easily fixed.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by algospoke, Today, 06:36 PM
      0 responses
      3 views
      0 likes
      Last Post algospoke  
      Started by ETFVoyageur, Yesterday, 06:05 PM
      8 responses
      50 views
      0 likes
      Last Post ETFVoyageur  
      Started by futtrader, 04-21-2024, 01:50 AM
      7 responses
      68 views
      0 likes
      Last Post NinjaTrader_Eduardo  
      Started by pibrew, Today, 06:10 PM
      0 responses
      9 views
      0 likes
      Last Post pibrew
      by pibrew
       
      Started by pibrew, 04-28-2024, 06:37 AM
      2 responses
      19 views
      0 likes
      Last Post pibrew
      by pibrew
       
      Working...
      X