NexusFi: Find Your Edge


Home Menu

 





Hurst cycles count


Discussion in Platforms and Indicators

Updated
    1. trending_up 4,655 views
    2. thumb_up 3 thanks given
    3. group 3 followers
    1. forum 2 posts
    2. attach_file 1 attachments




 
Search this Thread

Hurst cycles count

  #1 (permalink)
stocksbrocker
jeddah saudiarabia
 
Posts: 1 since Jun 2014
Thanks Given: 0
Thanks Received: 0

I am need to program HURST cycles Start and End Dates manually and store them for later use and to get Average of cycles but i am having diffeculty in storung them to an array or counter in amibroker AFL>
So, is there anybody has tried this before or help me?
Thanks..................................

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
Better Renko Gaps
The Elite Circle
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Tao te Trade: way of the WLD
24 thanks
Just another trading journal: PA, Wyckoff & Trends
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #2 (permalink)
Shaban
Turin + Italy
 
Posts: 194 since Feb 2020
Thanks Given: 24
Thanks Received: 129

If it can be useful to someone, here you can download the formula for Metastock of Hurst Cycle (you can easily change the periods, amplitude of the waves, etc,...):

https://www.mediafire.com/file/lf6n5tb1x3wb1qv/Ciclo_di_Hurst_-_formula.rar/file

https://postimg.cc/dLrpH0yN

https://postimg.cc/qNGYrZQ8

Reply With Quote
  #3 (permalink)
 
glennts's Avatar
 glennts 
Corpus Christi, TX / Westcliffe, CO
 
Experience: Advanced
Platform: NinjaTrader
Broker: DDT / Rithmic / Kinetick / IQ
Trading: 6E, ES
Posts: 420 since Oct 2010
Thanks Given: 24
Thanks Received: 1,022


I think what you are actually interested in is Periodicity... the interval (bar count) between Cycle Highs and between Cycle Lows. Many indicators that plot Zig-Zag or Swing will be tracking Swing Highs and Swing Lows and will record the bar count between the Low - High and High - Low... but not High - High or Low- Low, which is what you want. If you look at the language in the code of Zig-Zag or Swing you will see something like " Length = Low(0) Bar Number - High(0) Bar Number".

What you want is Length = Prior High(0) Bar Number - High(0) Bar Number to get the duration between Cycle ( Swing) Highs.

This is the code re-write for NT7 Price Action Swing that may help you:

// curLowDuration = curLowBar - curHighBar; Original code that defines duration as LowBar - HighBar

curLowDuration = (curLowBar - lastLowBar); New code the re-defines duration as LowBar - last (or prior) LowBar.

Once you have access to these values it is a simple matter to come up with a projection based on an average duration. You then need to decide how many occurrences to use in the average. I use 5. A way to figure this out is to consider that you are identifying Minor Cycles inside a Dominant Cycle so you will want to incorporate a few of the Minor Cycle durations from the prior Dominant Cycle so your average will reflect past durations but emphasize recent durations. When moving sideways in a consolidation durations will tend to be shorter ( @ 1/2) than when trending so that needs to be considered. It is useful to think of the average as "X" but that it can be as short as "Y" or as long as "Z" and that the difference is often +/- the Half-Span of "X".

[ATTACH][/ATTACH]

Reply With Quote
Thanked by:




Last Updated on November 26, 2021


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts