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 Jonker, 04-27-2024, 01:19 PM
      4 responses
      29 views
      0 likes
      Last Post Jonker
      by Jonker
       
      Started by Yasharandom, Today, 07:45 AM
      0 responses
      5 views
      0 likes
      Last Post Yasharandom  
      Started by llanqui, Yesterday, 09:59 AM
      4 responses
      24 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by smartromain, 03-13-2024, 01:42 AM
      5 responses
      98 views
      0 likes
      Last Post AndreiBig  
      Started by Noerclou, Today, 04:55 AM
      0 responses
      5 views
      0 likes
      Last Post Noerclou  
      Working...
      X