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 set2win, 08-04-2021, 09:23 AM
      39 responses
      998 views
      0 likes
      Last Post WaleeTheRobot  
      Started by md4866, Today, 08:15 PM
      0 responses
      1 view
      0 likes
      Last Post md4866
      by md4866
       
      Started by mjbatts91, Yesterday, 04:48 PM
      2 responses
      23 views
      0 likes
      Last Post mjbatts91  
      Started by pibrew, Today, 06:10 PM
      1 response
      17 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by actualfacts.2021, 07-25-2021, 03:11 PM
      8 responses
      1,184 views
      0 likes
      Last Post linkcou
      by linkcou
       
      Working...
      X