NexusFi: Find Your Edge


Home Menu

 





Fluxsmith's indicators


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one fluxsmith with 59 posts (100 thanks)
    2. looks_two Trader.Jon with 15 posts (6 thanks)
    3. looks_3 Big Mike with 6 posts (6 thanks)
    4. looks_4 Barrosco with 6 posts (0 thanks)
    1. trending_up 34,112 views
    2. thumb_up 112 thanks given
    3. group 11 followers
    1. forum 94 posts
    2. attach_file 6 attachments




 
Search this Thread

Fluxsmith's indicators

  #71 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322

This week's Wednesday chat at thinkorswim featured Price Headley discussing how he trades with Williams %R and Acceleration Bands. I was intriqued, and I think I may use both in a future ATS. So I've coded "Acceleration Bands', based on thinkorswim's implementation. Download here:

Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
MC PL editor upgrade
MultiCharts
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #72 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322

For those interested, I just updated this indicator in the downloads section. Just corrected a problem where it could not be serialized and saved with the workspace:


Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #73 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,444 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,607



fluxsmith View Post
For those interested, I just updated this indicator in the downloads section. Just corrected a problem where it could not be serialized and saved with the workspace:


I have sent out notifications to previous downloaders.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #74 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322

I just posted an indicator to display the relative time required to complete each bar on a tick chart:


I created this because I was interested in determining the hours in an extended trading session for which liquidity is adequate to trade. I've also noticed, but not tested, that turning points in price seem to be highly correlated with spikes in tickspeed.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #75 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322

It's time for a refresh cycle of my indicators. I'm responding to my own experience and improvements, as well as this post:

and this problem:

I actually just found that link while looking for the bug posting about my code, I'll have to go back and check out that thread ;-).

I've also discovered a method of supporting multiple MA types without having a compile time dependency on those you don't wish to use.

Today I'm reposting jhlTSI and jhlTSIv2. If anyone has problems importing the new versions, you'll need to copy the .cs files from the .zip manually, compile, and let me know your error (it'll be a conflict with some other source file not from those two archives). I'll respond with a fix promptly.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #76 (permalink)
 
Trader.Jon's Avatar
 Trader.Jon 
Near the BEuTiFULL Horse Shoe
 
Experience: Beginner
Platform: NinjaTrader
Broker: MBTrading Dukascopy ZenFire
Trading: $EURUSD when it is trending
Posts: 473 since Jul 2009
Thanks Given: 401
Thanks Received: 184


fluxsmith View Post
It's time for a refresh cycle of my indicators. I'm responding to my own experience and improvements, as well as this post:

and this problem:

I actually just found that link while looking for the bug posting about my code, I'll have to go back and check out that thread ;-).

I've also discovered a method of supporting multiple MA types without having a compile time dependency on those you don't wish to use.

Today I'm reposting jhlTSI and jhlTSIv2. If anyone has problems importing the new versions, you'll need to copy the .cs files from the .zip manually, compile, and let me know your error (it'll be a conflict with some other source file not from those two archives). I'll respond with a fix promptly.

Fluxsmith,

Thats great news... so glad you took the opportunity to do this!

I have a laptop without any of the indicators installed yet: I will wait until you are finished with all of them, and then install them all at once, and report back if there are any NT hiccups

Jon

Reply With Quote
  #77 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322

Updated jhlEMA to use new version of JHL.Utility.MA and use JHL.Utility.MAType vs JHL.Utility.MA.Type. Also further reduces memory footprint and increases CPU efficiency (trivially). Changed CalculateOnBarClose default to true, as I intend to set the default according to the refresh efficiency of the indicators.


Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #78 (permalink)
 
Trader.Jon's Avatar
 Trader.Jon 
Near the BEuTiFULL Horse Shoe
 
Experience: Beginner
Platform: NinjaTrader
Broker: MBTrading Dukascopy ZenFire
Trading: $EURUSD when it is trending
Posts: 473 since Jul 2009
Thanks Given: 401
Thanks Received: 184


fluxsmith View Post
Updated jhlEMA to use new version of JHL.Utility.MA and use JHL.Utility.MAType vs JHL.Utility.MA.Type. Also further reduces memory footprint and increases CPU efficiency (trivially). Changed CalculateOnBarClose default to true, as I intend to set the default according to the refresh efficiency of the indicators.


Not my doing: NT support has recommended not having any COBC entry in indicators that are used for strategies. I am not sure of the reason, though I do know it makes a small difference in backtesting. All the NT supplied indicators in their distribution (as far as I have checked) do not have any COBC line in their code.

Just my 2 CDN cents worth,
Jon

Writing to you from the wonderful province of Ontario, Canada. Home to the world's biggest natural negative ion generator, the Niagara Falls, and to those that dare to know how to go over it in a barrel. SALUTE!
Reply With Quote
  #79 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322


Trader.Jon View Post
Not my doing: NT support has recommended not having any COBC entry in indicators that are used for strategies. I am not sure of the reason, though I do know it makes a small difference in backtesting. All the NT supplied indicators in their distribution (as far as I have checked) do not have any COBC line in their code.

Just my 2 CDN cents worth,
Jon

Maybe I'll do some testing, but as far as I know if you set the strategy itself to COBC = true all indicators within it will be run at COBC = true regardless of their defaults.
I like to have an indicator default to COBC = false if it is efficiently calculated, and COBC = true if it cannot be, especially if it has to iterate bars in order to update. I can always change it from the default if I want.

Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #80 (permalink)
 fluxsmith 
Santa Maria
 
Experience: Advanced
Platform: NinjaTrader, ThinkOrSwim
Broker: Mirus/Zen-Fire
Trading: ES
Posts: 290 since May 2010
Thanks Given: 97
Thanks Received: 322


Updated jhlWMA to use new version of JHL.Utility.MA and use JHL.Utility.MAType vs JHL.Utility.MA.Type. Also increases CPU efficiency (trivially). Changed CalculateOnBarClose default to true, as I intend to set the default according to the calculation efficiency of the indicators.


Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:




Last Updated on February 16, 2012


© 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