NexusFi: Find Your Edge


Home Menu

 





Cycle Identifier - alert question


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one hondo69 with 9 posts (3 thanks)
    2. looks_two TheWizard with 9 posts (6 thanks)
    3. looks_3 Saroj with 8 posts (4 thanks)
    4. looks_4 Todd with 7 posts (5 thanks)
      Best Posters
    1. looks_one sharky with 0.8 thanks per post
    2. looks_two TheWizard with 0.7 thanks per post
    3. looks_3 Todd with 0.7 thanks per post
    4. looks_4 Saroj with 0.5 thanks per post
    1. trending_up 44,184 views
    2. thumb_up 23 thanks given
    3. group 14 followers
    1. forum 65 posts
    2. attach_file 17 attachments




 
Search this Thread

Cycle Identifier - alert question

  #51 (permalink)
 
hondo69's Avatar
 hondo69 
Austin, TX
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Currencies
Posts: 162 since Jun 2009
Thanks Given: 57
Thanks Received: 248

As a little exercise this morning I thought I'd plot the values of Major Cycle Buy, Major Cycle Sell and The Line. The idea being to see the relationship of each of the values plotted out visually. Turns out they all plot identically. They are all the exact same thing.

For those of you tearing into the code you surely know this already, but thought it would be interesting for others who are following this topic.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #52 (permalink)
 
hondo69's Avatar
 hondo69 
Austin, TX
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Currencies
Posts: 162 since Jun 2009
Thanks Given: 57
Thanks Received: 248

A little more FYI . . .

So it's basically plotting a single line, then looking back "n" bars to see if it's at a new high or new low for the "n" period. The image below shows 2 points of the line.

Low 1 = looks back 20 bars to see if it's at the lowest point. Since it was a new low, it painted a Minor Cycle Buy bar.

Low 2 = also looks back 20 bars and discovers it is a new low. So it erases the first Minor Cycle Buy bar and draws a new one.

I'm guessing on the look back period of 20 bars, but it's something like that. For a Major Cycle it simply looks back a larger number of bars.

Attached Thumbnails
Click image for larger version

Name:	baad_co_plotted.jpg
Views:	597
Size:	154.7 KB
ID:	3088  
Reply With Quote
  #53 (permalink)
 
hondo69's Avatar
 hondo69 
Austin, TX
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Currencies
Posts: 162 since Jun 2009
Thanks Given: 57
Thanks Received: 248


To compliment this indicator I whipped up one of my own. The idea being to verify "real" signals and avoid the false signals.

It's basically a combination of 3 indicators into one oscillator. You can easily edit the oscillator to include the indicators of your choosing, but these seem to work pretty well. I would like to tweak it some and add "thresholds", but need to do some testing first. The "threshold" idea is to better identify chop.

Right now it works pretty well at identifying most of the tops and bottoms. I look for a change in color of the oscillator bar to coincide with the Cycle Indicator (within a few bars).

An expert coder could probably improve on this a great deal.

Attached Thumbnails
Click image for larger version

Name:	Jimmy1.jpg
Views:	644
Size:	86.3 KB
ID:	3132   Click image for larger version

Name:	Jimmy2.jpg
Views:	532
Size:	85.2 KB
ID:	3133  
Attached Files
Elite Membership required to download: JimmyJoe_Revised.zip
Reply With Quote
Thanked by:
  #54 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090

I could't import this one first it said duplicate linregsfx, so I wiped out lingregsfx, vpa_beta, vpavolumeanalyzer then I re-imported it but it said duplicated DTWopen method or something like that and I couldn't find that method to delete.



hondo69 View Post
To compliment this indicator I whipped up one of my own. The idea being to verify "real" signals and avoid the false signals.

It's basically a combination of 3 indicators into one oscillator. You can easily edit the oscillator to include the indicators of your choosing, but these seem to work pretty well. I would like to tweak it some and add "thresholds", but need to do some testing first. The "threshold" idea is to better identify chop.

Right now it works pretty well at identifying most of the tops and bottoms. I look for a change in color of the oscillator bar to coincide with the Cycle Indicator (within a few bars).

An expert coder could probably improve on this a great deal.


Reply With Quote
  #55 (permalink)
 
hondo69's Avatar
 hondo69 
Austin, TX
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Currencies
Posts: 162 since Jun 2009
Thanks Given: 57
Thanks Received: 248

Uh oh. I really don't know too much about the import process except a few basics.

When I did the export I selected the option to include any scripts used by this indicator. Since it uses 3 other indicators it should have only included those 3 along with the oscillatory name JimmyJoe. Those 3 are:
LinRegSlopeSFX
CCI
KrauseSlope

From your message it sounds like it included every indicator I have. That's odd because it gives you a list of the files exported together in the zip file. Anyway, I re-exported the zip file, double checked the list of files included, and I think the import should work better now. Crossing my fingers.

Reply With Quote
  #56 (permalink)
 
Poocher's Avatar
 Poocher 
Los Angeles
 
Experience: Beginner
Platform: SC, MT,
Broker: Forex
Trading: Forex
Posts: 302 since Jun 2009
Thanks Given: 362
Thanks Received: 109

Works great for me Hondo69 and I just downloaded it.

Do you mind saying what the lines on the price bars are?...the yellow one looks especially interesting.

Reply With Quote
  #57 (permalink)
 
Poocher's Avatar
 Poocher 
Los Angeles
 
Experience: Beginner
Platform: SC, MT,
Broker: Forex
Trading: Forex
Posts: 302 since Jun 2009
Thanks Given: 362
Thanks Received: 109

Never mind...just noticed stepma.

Reply With Quote
  #58 (permalink)
 
hondo69's Avatar
 hondo69 
Austin, TX
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Currencies
Posts: 162 since Jun 2009
Thanks Given: 57
Thanks Received: 248

I've been using the StepMAv71 for some time and like it very much. In fact, I've just added the relationship of the 2 lines to the oscillator I built. It seems to run just fine but the darn thing won't export the file now. I'll attach the .cs file anyway.

So the oscillator simply adds together the values of the 3 indicators mentioned earlier and this new version adds the StepMA lines as well. The purple line is subtracted from the yellow line to arrive at a value. That value is then multiplied by 10, then added to the value of the group of 3.

(ind1) + (ind2) + (ind3) + ((stepMA purple - stepMA yellow)*10)

Yellow = step size is 3
Purple = step size is 4

Be sure to make it plot the "neutral" line whenever you use stepMA.

I also use a paid indicator called TrendLine Trader, which I like very much. Once you get all these on a single chart you're pretty much set to go.

Attached Thumbnails
Click image for larger version

Name:	Jimmy_and_Trendline.jpg
Views:	575
Size:	83.5 KB
ID:	3161  
Attached Files
Elite Membership required to download: JimmyJoe.cs
Reply With Quote
Thanked by:
  #59 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090

import successful, interesting indicator will check it out, thanks.

Reply With Quote
  #60 (permalink)
 sharmas 
Auckland
 
Experience: Advanced
Platform: Ninja Trader
Broker: Zen-Fire
Trading: CL and ES
Posts: 778 since Apr 2010
Thanks Given: 3,822
Thanks Received: 750


Hi Team

is anyone using this indicator in their trading and is it safe to use it as there are mixed views on this.

Are there any learnings or has anyone made any improvements on this.


sharmas

Visit my NexusFi Trade Journal Reply With Quote




Last Updated on July 11, 2011


© 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