NexusFi: Find Your Edge


Home Menu

 





compare stochastics on different charting software


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one traderTX with 8 posts (0 thanks)
    2. looks_two Fat Tails with 7 posts (5 thanks)
    3. looks_3 eDanny with 3 posts (1 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 8,083 views
    2. thumb_up 6 thanks given
    3. group 2 followers
    1. forum 18 posts
    2. attach_file 6 attachments




 
Search this Thread

compare stochastics on different charting software

  #11 (permalink)
 
eDanny's Avatar
 eDanny 
East Rochester, NY
 
Experience: Intermediate
Platform: NT
Posts: 329 since Jul 2009
Thanks Given: 18
Thanks Received: 425

This one will use High and Low if you are using an input of Close, per the instructions posted. This also has the option of using EMA (mentioned in the instructions) or the original SMA. Also has the 'fixed' code from the NT forums. Dan

Attached Files
Elite Membership required to download: Stochastics2.zip
Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
About a successful futures trader who didn´t know anyth …
Psychology and Money Management
 
  #12 (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,103

Then we should use an enumeration to choose the type of smoothing.....


eDanny View Post
This one will use High and Low if you are using an input of Close, per the instructions posted. This also has the option of using EMA (mentioned in the instructions) or the original SMA. Also has the 'fixed' code from the NT forums. Dan


Reply With Quote
  #13 (permalink)
 
eDanny's Avatar
 eDanny 
East Rochester, NY
 
Experience: Intermediate
Platform: NT
Posts: 329 since Jul 2009
Thanks Given: 18
Thanks Received: 425



Fat Tails View Post
Then we should use an enumeration to choose the type of smoothing.....

Only if you want to clog up the indicator with all kinds of options. The only reason I included this true/false option is because of this quote from an earlier post.

"Ensign Windows has 4 choices of which formula to use for calculating the averages. The average used for the original Stochastic work was an exponential moving average."

Reply With Quote
  #14 (permalink)
 
traderTX's Avatar
 traderTX 
pittsburgh, pa
 
Experience: Intermediate
Platform: Ninjatrader, ensign, wave59
Broker: IB , AMP/ cqg
Trading: ES, CL
Posts: 154 since Mar 2010
Thanks Given: 54
Thanks Received: 47

Thank You, Fat Tails!
Thank You, eDanny !

Started this thread Reply With Quote
  #15 (permalink)
 
traderTX's Avatar
 traderTX 
pittsburgh, pa
 
Experience: Intermediate
Platform: Ninjatrader, ensign, wave59
Broker: IB , AMP/ cqg
Trading: ES, CL
Posts: 154 since Mar 2010
Thanks Given: 54
Thanks Received: 47

hello,
i wanted to ask you two another favor, if you could take a look at this indicator that isnt loading on my NT65. it is one that i paid to have altered by a programmer and now it doesnt load, i get an error message that i have also attached. the progrmmer said there could be errors in NT and i may have to reload NT.
that doesnt sound right to me, I was able to install several other indicators tonite as a test including the prior version of the MACD_enhanced that i am having troubles with now.
so could you see if my attached indicator installs properly?
its a free indicator for you and i assume it has no harmful script....???

Attached Thumbnails
Click image for larger version

Name:	ninjafileimporterror.png
Views:	177
Size:	20.8 KB
ID:	11600  
Started this thread Reply With Quote
  #16 (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,103

Hi traderTX,

the indicator works. If you get that error message, the likely reason is another corrupted indicator. So you need to make a clean-up of your NT directory containing the indicators, before you install that file.

To do this you have to find out, which one is the offending file. Just go to -> Tools -> Edit NinjaScript -> Indicator, then select one of your custom indicators - it is not important, which one - and open it. Then select F5 to compile. You will now get an error message that identifies the offending indicator(s). Delete that indicator(s) and your NT installation will be clean and ready for importing the enhanced MACD.

traderTX View Post
hello,
i wanted to ask you two another favor, if you could take a look at this indicator that isnt loading on my NT65. it is one that i paid to have altered by a programmer and now it doesnt load, i get an error message that i have also attached. the progrmmer said there could be errors in NT and i may have to reload NT.
that doesnt sound right to me, I was able to install several other indicators tonite as a test including the prior version of the MACD_enhanced that i am having troubles with now.
so could you see if my attached indicator installs properly?
its a free indicator for you and i assume it has no harmful script....???


Reply With Quote
Thanked by:
  #17 (permalink)
 
traderTX's Avatar
 traderTX 
pittsburgh, pa
 
Experience: Intermediate
Platform: Ninjatrader, ensign, wave59
Broker: IB , AMP/ cqg
Trading: ES, CL
Posts: 154 since Mar 2010
Thanks Given: 54
Thanks Received: 47

ok, thanks, i went to Tools-Edit ninjascript-indicator and was able to compile several custom indicators with out incident.
i did try installing the MACD_enhanced v6.5 with out success.
so i may have to do the entire reinstall. if i just reinstall NT65 will it transfer over templates and strategys too?

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

Hi traderTx,

the indicator works on both NT 6.5 and NT 7.0.

This may have caused your problem:

The indicator uses enums (enumerations). If you have the prior version of this indicator installed you cannot install this one, if it uses the same enums. So what you should try: Delete all prior versions and try installing the indicator again. If it does not work have a look at the trace file ( Own Documents -> NinjaTrader 6.5. -> Trace), the error message should show you the problem.


traderTX View Post
ok, thanks, i went to Tools-Edit ninjascript-indicator and was able to compile several custom indicators with out incident.
i did try installing the MACD_enhanced v6.5 with out success.
so i may have to do the entire reinstall. if i just reinstall NT65 will it transfer over templates and strategys too?


Reply With Quote
Thanked by:
  #19 (permalink)
 
traderTX's Avatar
 traderTX 
pittsburgh, pa
 
Experience: Intermediate
Platform: Ninjatrader, ensign, wave59
Broker: IB , AMP/ cqg
Trading: ES, CL
Posts: 154 since Mar 2010
Thanks Given: 54
Thanks Received: 47

Thanks Fat Tails,
i did get the indicator working and it was what you said. the programmer had sent me some directions to do basically what you were saying, except he had me copy/past the guts of the new indicator directly into the Documents/NT6.5/Bin/Custom/Indicator Folder.

after that, i think i was able to do an install from the import ninjascript editor and that worked and then i was able to put the indicator on a chart, finally.

well i sure learned something today.
mission accomplished.

Thanks again and again.

Started this thread Reply With Quote




Last Updated on April 20, 2010


© 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