![]() |
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
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#106 |
|
Junior Member
Join Date: Jul 2012
Posts: 1
Thanks: 0
Thanked 0 times in 0 posts
|
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!! |
|
|
|
|
|
#107 | |
|
Junior Member
Join Date: Sep 2009
Posts: 5
Thanks: 0
Thanked 1 time in 1 post
|
Any luck with this indicator?
http://www.bigmiketrading.com/ninjat...html#post78294 Quote:
|
|
|
|
|
|
|
#108 | |
|
Junior Member
Join Date: Nov 2011
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
Thanks Wes |
|
|
|
|
|
|
#109 |
|
Junior Member
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
|
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 |
|
|
|
|
The following user says thank you to Coder_Kenny for this post: |
|
|
|
#110 |
|
Member
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
|
renko trader here in Austin, you still taking requests for some easy strategy color and or coding stuff?
|
|
|
|
|
|
#111 |
|
Junior Member
Join Date: Nov 2011
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
|
|
|
|
|
|
|
#112 |
|
Junior Member
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
|
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 |
|
|
|
|
|
#113 |
|
Member
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
|
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. |
|
|
|
|
|
#114 |
|
Member
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
|
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. |
|
|
|
|
|
#115 |
|
Junior Member
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
|
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):
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! |
|
|
|
|
The following user says thank you to Coder_Kenny for this post: |
|
|
|
#116 |
|
Junior Member
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
|
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 |
|
|
|
|
The following user says thank you to Coder_Kenny for this post: |
|
|
|
#117 |
|
Junior Member
Join Date: May 2011
Posts: 3
Thanks: 1
Thanked 0 times in 0 posts
|
Thanks Kenny, will be using it tomorrow morning. Let you know how it goes.
Frank |
|
|
|
|
|
#118 | |
|
Member
Join Date: Feb 2012
Location: Austin
Posts: 71
Thanks: 20
Thanked 1 time in 1 post
|
Quote:
thanks in advance for your time. |
|
|
|
|
|
|
#119 |
|
Junior Member
Join Date: Apr 2011
Posts: 5
Thanks: 0
Thanked 0 times in 0 posts
|
Hi,
I would like to find if you are still doing the programming for Ninjatrader platform. What are your charges. Thanks. Subodh Shourie |
|
|
|
|
|
#120 |
|
Junior Member
Join Date: Jul 2012
Location: Houston, TX
Posts: 17
Thanks: 1
Thanked 15 times in 9 posts
|
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! |
|
|
|
![]() |
| Tags |
| practice development |
| Thread Tools | |
| Display Modes | |
|
|
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 |