NinjaTrader Support Forum  

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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 10-01-2009, 10:52 AM   #1
mballagan
Member
 
Join Date: Nov 2008
Posts: 87
Thanks: 0
Thanked 0 times in 0 posts
Default Fibonacci

The following line can be used to draw fibonacci retracements on a chart from within an indicator/strategy:

// Draws a fibonacci retracement object
DrawFibonacciRetracements("tag1", true, 10, Low[10], 0, High[0]);

Is there a way I can access the various retracement levels of this object once it is on the chart (61.8% etc)? I realise that I can manually calculate the retracement levels between 2 points but wanted to see if there are already existing functions available.
mballagan is offline  
Reply With Quote
 

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
fibonacci retrace politcat Charting 2 12-29-2008 01:39 PM
fibonacci levels vk2205 Automated Trading 1 12-16-2008 06:09 AM
Using Fibonacci in an indicator cassb Indicator Development 10 10-29-2008 02:17 PM
Fibonacci Extensions joker23 Charting 8 09-22-2008 05:07 AM
Fibonacci cabmanage Charting 1 04-30-2008 10:52 AM


All times are GMT -6. The time now is 10:27 AM.