NexusFi: Find Your Edge


Home Menu

 





Elder Impulse System


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Trader.Jon with 3 posts (0 thanks)
    2. looks_two Fat Tails with 3 posts (24 thanks)
    3. looks_3 Pazan with 2 posts (0 thanks)
    4. looks_4 Rockford with 2 posts (1 thanks)
    1. trending_up 13,972 views
    2. thumb_up 25 thanks given
    3. group 11 followers
    1. forum 13 posts
    2. attach_file 3 attachments




 
Search this Thread

Elder Impulse System

  #1 (permalink)
 
Pazan's Avatar
 Pazan 
Asia
 
Experience: Intermediate
Platform: NinjaTrader, MarketDelta
Broker: Mirus Futures/Zen-Fire, TransAct/Infinity
Trading: 6E
Posts: 31 since Nov 2009
Thanks Given: 14
Thanks Received: 10

Hello !

This is a very simple task. It does not need a separate еhread, but on another it is impossible.

This: Downloads - [AUTOLINK]NinjaTrader[/AUTOLINK] 6.5 Indicators - Big Mike's Trading Forum

...draws only the yellow bars in NT 7. I'm sure someone will fix it immediately

Thanks.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Ninja Mobile Trader VPS (ninjamobiletrader.com)
Trading Reviews and Vendors
Futures True Range Report
The Elite Circle
 
  #3 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102



Pazan View Post
Hello !

This is a very simple task. It does not need a separate еhread, but on another it is impossible.

This: Downloads - [AUTOLINK]NinjaTrader[/AUTOLINK] 6.5 Indicators - Big Mike's Trading Forum

...draws only the yellow bars in NT 7. I'm sure someone will fix it immediately

Thanks.


This is the version for NT 7.0.

Attached Files
Elite Membership required to download: shElderImpulse.zip
Reply With Quote
  #4 (permalink)
 
Pazan's Avatar
 Pazan 
Asia
 
Experience: Intermediate
Platform: NinjaTrader, MarketDelta
Broker: Mirus Futures/Zen-Fire, TransAct/Infinity
Trading: 6E
Posts: 31 since Nov 2009
Thanks Given: 14
Thanks Received: 10

Thank you !

This is very useful to learn to adapt the code for beginners as well.


Started this thread Reply With Quote
  #5 (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


Fat Tails View Post
This is the version for NT 7.0.

Fat Tails,

This indicator looks to be very useful. I am trying to modify the Elder Impulse code to have a public DataSeries available/use in a strategy.

Ideally I would have 'bearish' 'bullish' neutral' with values of 1 when the conditions were correct, and the correct colours and values displayable in the DataBox. I seem to be lost in a bit of quicksand code with errors "Identifier expected,;,Expected class, delegate, enum, interface, or struct" ... help is greatly appreciated.

My version is attached ... obviously doesnt compile .. renamed to not conflict with other versions.

Thanks muchly for any help,
Jon

Attached Files
Elite Membership required to download: jittEI.cs
Reply With Quote
  #6 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102


Trader.Jon View Post
Fat Tails,

This indicator looks to be very useful. I am trying to modify the Elder Impulse code to have a public DataSeries available/use in a strategy.

Ideally I would have 'bearish' 'bullish' neutral' with values of 1 when the conditions were correct, and the correct colours and values displayable in the DataBox. I seem to be lost in a bit of quicksand code with errors "Identifier expected,;,Expected class, delegate, enum, interface, or struct" ... help is greatly appreciated.

My version is attached ... obviously doesnt compile .. renamed to not conflict with other versions.

Thanks muchly for any help,
Jon

Not so easy to find out, what you try to achieve...

Solution 1: Define three BoolSeries objects. These can take the value 1 or 0, 1 if the condition is met.

Solution 2: Define one IntSeries object, and use the values -1, 0, 1 for bearish, neutral and bullish.

The second solution would be more appropriate, because you only need one series.

The indicator code is based on the old code that did not work for NT 7.0, do you intend to use it with NT 6.5 or NT 7.0?

Reply With Quote
Thanked by:
  #7 (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


Fat Tails View Post
Not so easy to find out, what you try to achieve...

Solution 1: Define three BoolSeries objects. These can take the value 1 or 0, 1 if the condition is met.

Solution 2: Define one IntSeries object, and use the values -1, 0, 1 for bearish, neutral and bullish.

The second solution would be more appropriate, because you only need one series.

The indicator code is based on the old code that did not work for NT 7.0, do you intend to use it with NT 6.5 or NT 7.0?

Fat Tails,

If you feel that the second is most appropriate, I am good with that.

Using with NT7

... hhmm .. maybe that is why I am having a headache.

Jon

Reply With Quote
  #8 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102


Trader.Jon View Post
Fat Tails,

If you feel that the second is most appropriate, I am good with that.

Using with NT7

... hhmm .. maybe that is why I am having a headache.

Jon

Still not sure whether this is what you want. I have added an IntSeries to the indicator. It can be accessed as shElderImpulse.Trend and takes the values 1, 0, -1 representing a bullish, neutral and bearish indication.

Attached Files
Elite Membership required to download: shElderImpulsev2.zip
Reply With Quote
  #9 (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


Fat Tails View Post
Still not sure whether this is what you want. I have added an IntSeries to the indicator. It can be accessed as shElderImpulse.Trend and takes the values 1, 0, -1 representing a bullish, neutral and bearish indication.

I think this looks good ... Ill test it out this week ... Mucho thanks!

Jon

Reply With Quote
  #10 (permalink)
 Rockford 
West Branch, Mi, USA
 
Experience: Intermediate
Platform: Sierra Chart
Broker: TradePro/TransAct
Trading: NQ, CL
Posts: 59 since Nov 2012
Thanks Given: 10
Thanks Received: 11


Fat Tails,
I've been looking for the Elder Impulse System for v7.0... thank you very much.

Rockford

Reply With Quote
Thanked by:




Last Updated on February 3, 2014


© 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