NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Indicator Development

Indicator Development Support for the development of custom indicators using NinjaScript.

Reply
 
Thread Tools Display Modes
Old 07-06-2012, 02:50 AM   #106
OzWizard
Junior Member
 
Join Date: Jul 2012
Posts: 1
Thanks: 0
Thanked 0 times in 0 posts
Default Still accepting EASY one's???

I'm too old to learn NEW tricks!

8 tick range bar
es mini

paint / color the right price level with:

current bar low +9 ticks
current bar high -9 ticks

Oz

Thanks!!
OzWizard is offline  
Reply With Quote
Old 07-08-2012, 05:49 PM   #107
Swishy27
Junior Member
 
Join Date: Sep 2009
Posts: 5
Thanks: 0
Thanked 1 time in 1 post
Default

Any luck with this indicator?

http://www.bigmiketrading.com/ninjat...html#post78294

Quote:
Originally Posted by Swishy27 View Post
I would appreciate your help modifying the attached time and sales indicator to have the option to display color coding based on up/down tick continuation instead of bid/ask.

I know ranchodinero has a free time and sales indicator but their version does not display time down to the second as this one does. Trying to combine the best of both worlds.
Swishy27 is offline  
Reply With Quote
Old 07-11-2012, 02:06 PM   #108
Trager26
Junior Member
 
Join Date: Nov 2011
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
Default

Quote:
Originally Posted by michel View Post
Hi everybody
I am new to NinjaTrader but i have been developing indicators for tradestation for 6 years
I'm still getting familliar with Ninja and i need the practice so i will develop strategies for free

Note that I wont be taking over complicated requests. keep it simple and clean. if there are too many requests i will take my pick as to which ones i do

happy trading

Regards,
Michel
www.fxcteam.com
Thanks for the offer, I am looking for an alert that sounds if I am on a 1 or 5 min. chart. The alert is EMA fast 50 crosses above or below EMA slow 100.

Thanks

Wes
Trager26 is offline  
Reply With Quote
Old 07-13-2012, 12:47 PM   #109
Coder_Kenny
Junior Member
 
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
Default EMA Cross Alert Indicator

This should do it for you Wes. It will throw an alert into the Alerts Window, but will only do so on a 1 or 5 minute chart. It will still plot on any chart. Also, I didn't hard code the sizes of the EMA's, so you can change them as desired.

Let me know if you need any adjustments!

Kenny
Attached Files
File Type: zip EMACrossAlert.zip (4.3 KB, 37 views)
Coder_Kenny is offline  
Reply With Quote
The following user says thank you to Coder_Kenny for this post:
Old 07-13-2012, 06:52 PM   #110
Ironplates
Member
 
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
Default

renko trader here in Austin, you still taking requests for some easy strategy color and or coding stuff?
Ironplates is offline  
Reply With Quote
Old 07-13-2012, 07:35 PM   #111
Trager26
Junior Member
 
Join Date: Nov 2011
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
Default

Quote:
Originally Posted by Ironplates View Post
renko trader here in Austin, you still taking requests for some easy strategy color and or coding stuff?
Thanks Kenny working with me.

THanks again

Wes
Trager26 is offline  
Reply With Quote
Old 07-14-2012, 11:11 AM   #112
Coder_Kenny
Junior Member
 
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
Default

Wes: You're very welcome. The NinjaScript API is so easy to use in comparison to other trading API's, it's been wonderful to use a platform that makes it fun doing what I love... (did that sound like an endorsement? Haha.) We'll keep working on that indicator as time permits me.

Ironplates: I honestly don't have a whole lot of experience in working with renko or range bars, but if you post the specs of your strat, I'd be happy to see if it won't take too long to whip something together. It would be nice to get some experience with Renko bars.

Cheers
Coder_Kenny is offline  
Reply With Quote
Old 07-14-2012, 01:46 PM   #113
Ironplates
Member
 
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
Default

i thought you developed the turbo renko signals?

no matter, i just need color signal coding that will apply to all chart types if possible. if chart type is a problem, time based and renko bars would suffice.

thanks in advance,

I will put the specs together and deliver by mid week.

please provide best email address to send details to.
Ironplates is offline  
Reply With Quote
Old 07-16-2012, 11:09 AM   #114
Ironplates
Member
 
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
Cool FT SE Color Code development request

Kenny,

attached is the strategy that contains the color bar conditions.

I do not know what deliverable form is best for this completed project to be in.

I would like to use it within other separate strategies and in a stand alone format for use with manual trading as well.

In the strategy current format, I can only get the color action to appear in backtests or optimization, not under live conditions. If there is something simple that I can do to get this to work under live conditions in it's current form, there would be no need for you to generate additional code so it would appear.

let me know either way.

I have attached the color code strategy and conditions to this reply.
Attached Files
File Type: zip FTSEcolor.zip (17.4 KB, 14 views)
Ironplates is offline  
Reply With Quote
Old 07-22-2012, 03:51 PM   #115
Coder_Kenny
Junior Member
 
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
Default MAEnvelopeOpacity Indicator

dukeoferl: Here's the MAEnvelope indicator that you asked me to modify. I apologize for the week wait, (even though this took all of 15 minutes), I'm very busy with coding projects right now, so my favors become lower priority.

I changed the name of this indicator, so as not to conflict with your original indicator. It's now called "MAEnvelopeOpacity". The new changes are described in the indicator properties list, however, I will explain them here as well.

I added two new Parameters to the indicator (located at the top of the indicator's properties list):
  • OpacityUpper
  • OpacityLower

Each property can have a value of 1 - 255, and defaults to 100. 1 is almost completely transparent and 255 is entirely opaque. These properties can be changed anytime and the chart will correctly adjust to the new opacity value. The width & color are still modified under the 'Plots' section (located at the bottom of the properties list).

Thanks for letting me do this for you, it was a pleasure!

If you have any problems or questions, please let me know.

Kenny

P.S. IronPlates, I'm working on yours next!
Attached Files
File Type: zip MAEnvelopeOpacity_7.zip (4.6 KB, 29 views)
Coder_Kenny is offline  
Reply With Quote
The following user says thank you to Coder_Kenny for this post:
Old 07-22-2012, 04:20 PM   #116
Coder_Kenny
Junior Member
 
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
Default FTSEcolor Strategy

IronPlates: I added the strategy into a live chart and was able to view everything correctly. I'm not exactly sure what could be causing the strategy to not display correctly.

I went ahead and looked at the code. Apparently the wizard generated code added all 3 indicators MANY times! I'm not sure how much of a resource hog that would be, but I removed the unnecessary indicators, so now there is just one of each in the strategy. Everything else looked just fine.

I've attached the lighter version to this post. I recommend that you import and try this one. Also, when you add the strategy to the chart, make sure to set the 'Enabled' property to true. This simple thing has caught me many times...

Oh yeah, make sure you have at least a hundred or so bars on the chart. It's not coded that way in the strategy, but when I tried it under 1 day/15 min candles, it didn't show the indicators. However, when I changed it to 2 days/15 mins candles, I saw all indicators just fine.

After doing all that, If it still doesn't work in a live chart, we'll troubleshoot some more.

Kenny
Attached Files
File Type: zip FTSEcolorKG_7.zip (14.6 KB, 19 views)
Coder_Kenny is offline  
Reply With Quote
The following user says thank you to Coder_Kenny for this post:
Old 07-22-2012, 06:55 PM   #117
dukeoferl
Junior Member
 
Join Date: May 2011
Posts: 3
Thanks: 1
Thanked 0 times in 0 posts
Default

Thanks Kenny, will be using it tomorrow morning. Let you know how it goes.
Frank
dukeoferl is offline  
Reply With Quote
Old 07-23-2012, 11:59 AM   #118
Ironplates
Member
 
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
Default

Quote:
Originally Posted by Coder_Kenny View Post
IronPlates: I added the strategy into a live chart and was able to view everything correctly. I'm not exactly sure what could be causing the strategy to not display correctly.

I went ahead and looked at the code. Apparently the wizard generated code added all 3 indicators MANY times! I'm not sure how much of a resource hog that would be, but I removed the unnecessary indicators, so now there is just one of each in the strategy. Everything else looked just fine.

I've attached the lighter version to this post. I recommend that you import and try this one. Also, when you add the strategy to the chart, make sure to set the 'Enabled' property to true. This simple thing has caught me many times...

Oh yeah, make sure you have at least a hundred or so bars on the chart. It's not coded that way in the strategy, but when I tried it under 1 day/15 min candles, it didn't show the indicators. However, when I changed it to 2 days/15 mins candles, I saw all indicators just fine.

After doing all that, If it still doesn't work in a live chart, we'll troubleshoot some more.

Kenny
thanks for the update, I will import it, run it, and get back to you if anything comes up.

thanks in advance for your time.
Ironplates is offline  
Reply With Quote
Old 07-23-2012, 03:09 PM   #119
scshourie
Junior Member
 
Join Date: Apr 2011
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
Default

Hi,

I would like to find if you are still doing the programming for Ninjatrader platform. What are your charges.

Thanks.

Subodh Shourie
scshourie is offline  
Reply With Quote
Old 07-23-2012, 05:54 PM   #120
Coder_Kenny
Junior Member
 
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
Default

Hi Subodh Shourie,

In this forum there are some programmers, like the person who started the thread, and others who are learning the NinjaScript API. We are doing little projects for fun and to expand our experience with NinjaScript.

If you have a more complex strategy that you want to have developed, I would recommend that you check out the certified NinjaScript consultants: http://www.ninjatrader.com/partners#...pt-Consultants

Or you can try the 3rd party developers: http://www.ninjatrader.com/partners#Third-Party-Add-Ons

If you have something small that you think someone would be able to develop quickly, try posting it here or elsewhere in the forums. Someone may be able to help you out, or someone may have already created what you're looking for and another member can lead you to it!
Coder_Kenny is offline  
Reply With Quote
Reply

Tags
practice development

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How much interest is there to Develop a COT Indicator Sherif Indicator Development 4 06-25-2011 09:45 AM
Measuring trade intensity with the free Pace of Tape indicator cunparis NinjaScript File Sharing Discussion 6 01-13-2011 12:02 AM
Please Help develop indicator skikg Indicator Development 10 12-13-2009 12:48 PM
I will develop your indicator for FREE fddayan Indicator Development 32 07-03-2009 11:09 AM
Free Indicator: KamaPivotRange KamaCoder Eric Indicator Development 1 11-10-2008 05:46 AM


All times are GMT -6. The time now is 03:59 PM.