![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Jun 2011
Location: Ireland
Posts: 185
Thanks: 33
Thanked 20 times in 19 posts
|
Hi all;
I have two MA's crossing and I want to fill the region between them. I am using DrawRegion. Problem is defining the 'int startBarsAgo' & 'int endBarsAgo'. When the fast ma crosses above the slow ma is the start of the region to be shaded and when the fast ma crosses below the slow ma is the end of the shaded region. The region obviously being between the two ma's. Here's the line - DrawRegion("Long zone", CurrentBar, 0, Sma1, Sma2, Color.Empty, shadelong, opacity); Do I need to state something earlier like CrossAbove(fastma, slowma) = startbar etc and then use the startbar for startBarsAgo? How do I get it to leave one region painted one color eg red for short then when the ma's cross in the opposite direction paint the next region say green. Would this be 'CurrentBar.ToString ()'? I want it to paint as the bars are formed. Any examples anyone can point me to please. Ben |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
Hi Ben,
Yes, you could custom track the start bar by storing CurrentBar at the time of a condition. Check out this indicator shared by phoenix for ideas doing this: http://www.ninjatrader.com/support/f...d=4&linkid=491 The built in methods MRO(), LRO() are also useful for identifying the number of bars since a condition.
Ryan M
NinjaTrader Customer Service |
|
|
|
|
The following user says thank you to NinjaTrader_RyanM for this post: |
|
|
|
#3 |
|
Senior Member
Join Date: Jun 2011
Location: Ireland
Posts: 185
Thanks: 33
Thanked 20 times in 19 posts
|
Perfect - If only I'd thought of looking for the obvious first - of course someone else has done this LOL !!!
Thanks again for your super quick support - have a good weekend. Ben. |
|
|
|
|
|
#4 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
I'm glad to help. You do the same!
Ryan M
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Date query | rsksmiles | Charting | 5 | 04-24-2012 07:32 AM |
| Coding query | shahroor | General Programming | 4 | 06-09-2011 12:34 PM |
| query on ninjatrader 7 | vipuljparmar | Version 7 Beta General Questions & Bug Reports | 1 | 06-13-2010 04:21 PM |
| Newbie coding help query; Range Bar query | cclsys | Indicator Development | 61 | 11-20-2008 10:37 AM |
| OrderStatus() query....... | Rocket130713 | Automated Trading | 4 | 10-14-2008 10:21 PM |