NexusFi: Find Your Edge


Home Menu

 





SMI2 Indicator


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one TheWizard with 18 posts (9 thanks)
    2. looks_two perryg with 11 posts (2 thanks)
    3. looks_3 cory with 6 posts (2 thanks)
    4. looks_4 keepdchange with 6 posts (0 thanks)
      Best Posters
    1. looks_one zeller4 with 1 thanks per post
    2. looks_two TheWizard with 0.5 thanks per post
    3. looks_3 cory with 0.3 thanks per post
    4. looks_4 perryg with 0.2 thanks per post
    1. trending_up 22,035 views
    2. thumb_up 15 thanks given
    3. group 7 followers
    1. forum 50 posts
    2. attach_file 11 attachments




 
Search this Thread

SMI2 Indicator

  #41 (permalink)
 keepdchange 
California
 
Experience: Intermediate
Platform: Ninjatrader
Broker: Zen Fire
Trading: ES, Currency Futures (6E)
Posts: 157 since Sep 2009
Thanks Given: 78
Thanks Received: 10

Thank you Wizard. Things look just fine now.

-Keep

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
Trade idea based off three indicators.
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #42 (permalink)
 
perryg's Avatar
 perryg 
Rechovot
 
Experience: Advanced
Platform: NinjaTrader
Broker: CQG
Trading: Index,Currency and Energy futures
Posts: 1,644 since Jan 2010
Thanks Given: 508
Thanks Received: 6,288

Wizard,

Great job. Thanks for taking time off over your weekend to work on this

Reply With Quote
  #43 (permalink)
 
mea109's Avatar
 mea109 
france
 
Experience: Beginner
Platform: nt
Posts: 201 since Oct 2009
Thanks Given: 1,776
Thanks Received: 56



perryg View Post
Attached is the template

merci Perryg , sympa

Reply With Quote
  #44 (permalink)
 eensor 
New Braunfels, TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Zen-Fire
Trading: futures
Posts: 129 since Aug 2009
Thanks Given: 924
Thanks Received: 21

Hi guys,
I like am trying to use the SM12_v01. I changed the line to dots so I get red and blue dots. It appears that it will get in a move 1 bar earlier but, the dots repaint. Can this be fixed? I have tried to attach a screen shot but this is my first attempt. Thanks for all your help.

Eddie

Attached Thumbnails
Click image for larger version

Name:	DX 03-10  3_8_2010 (MedianRenko 3 Ticks).jpg
Views:	307
Size:	128.9 KB
ID:	9262  
Reply With Quote
  #45 (permalink)
 zeller4 
Orlando Florida
 
Experience: Intermediate
Platform: NT8
Trading: CL, NQ, ES, RTY
Posts: 477 since Jun 2009
Thanks Given: 1,416
Thanks Received: 404


eensor View Post
Hi guys,
I like am trying to use the SM12_v01. I changed the line to dots so I get red and blue dots. It appears that it will get in a move 1 bar earlier but, the dots repaint. Can this be fixed? I have tried to attach a screen shot but this is my first attempt. Thanks for all your help.

Eddie

Eddie, if you're up to a little coding, you could comment out the lines that look like this:

 
Code

SMIup.Set(1, smis[1]);

and just leave it so it looks like this...

 
Code

//SMIup.Set(1, smis[1]);
SMIup.Set(smis[0]);



or someone could make this a non-repaint version.
HTH,
Kirk

Reply With Quote
  #46 (permalink)
 
TheWizard's Avatar
 TheWizard 
Houston, TX
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Optimus Futures, AMP, CQG
Trading: 6E
Posts: 1,731 since Jun 2009
Thanks Given: 517
Thanks Received: 4,224


eensor View Post
Hi guys,
I like am trying to use the SM12_v01. I changed the line to dots so I get red and blue dots. It appears that it will get in a move 1 bar earlier but, the dots repaint. Can this be fixed? I have tried to attach a screen shot but this is my first attempt. Thanks for all your help.

Eddie

Eddie,

Another option would be to use the SMI4 or SMI5 (the code was commented out to prevent "repainting". If you only want the dots & the EMA line, change the histogram bars to "Transparent" change BACKGROUND COLORING = FALSE and PAINT BARS = FALSE, in the indicator preferences panel, then it should look just like the SMI2.

After all, it's what you learn AFTER you know it all, that counts!
Reply With Quote
  #47 (permalink)
 eensor 
New Braunfels, TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Zen-Fire
Trading: futures
Posts: 129 since Aug 2009
Thanks Given: 924
Thanks Received: 21

Thanks Zeller and Wizard. I appreciate all your help. I don't know how to code but, you never learn until you try. I'll give it a shot and do the changes on the 15.

Thanks again,
Eddie

Reply With Quote
  #48 (permalink)
 eensor 
New Braunfels, TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Zen-Fire
Trading: futures
Posts: 129 since Aug 2009
Thanks Given: 924
Thanks Received: 21


zeller4 View Post
Eddie, if you're up to a little coding, you could comment out the lines that look like this:

 
Code

SMIup.Set(1, smis[1]);

and just leave it so it looks like this...

 
Code

//SMIup.Set(1, smis[1]);
SMIup.Set(smis[0]);



or someone could make this a non-repaint version.
HTH,
Kirk

Zeller,

Should I do the same for the SMIdn?

Thanks,
Eddie

Reply With Quote
  #49 (permalink)
 
TheWizard's Avatar
 TheWizard 
Houston, TX
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Optimus Futures, AMP, CQG
Trading: 6E
Posts: 1,731 since Jun 2009
Thanks Given: 517
Thanks Received: 4,224


eensor View Post
Zeller,

Should I do the same for the SMIdn?

Thanks,
Eddie

Eddie,

Here's the "non-repaint" version of SMI2 (SMI2v2).

NOTE: I'm pretty sure I saw a non-repaint version already posted to the download section, too, so I'm not going to duplicate things by posting it again there. This one is just for you (and anyone else who wants it too, of course).

After all, it's what you learn AFTER you know it all, that counts!
Attached Files
Elite Membership required to download: SMI2v2.zip
Reply With Quote
Thanked by:
  #50 (permalink)
 eensor 
New Braunfels, TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Zen-Fire
Trading: futures
Posts: 129 since Aug 2009
Thanks Given: 924
Thanks Received: 21



TheWizard View Post
Eddie,

Here's the "non-repaint" version of SMI2 (SMI2v2).

Awesome,

Thanks Wiz

Eddie

Reply With Quote




Last Updated on July 28, 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