Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
To make a standard Fib setting as part of script
Collapse
X
-
-
I ran the print and saved it to a file, I shorted the lookback to one day so there wouldn't be so much
Attached Files
Comment
-
Chelsea B.NinjaTrader Customer Service
Comment
-
The print confirms that at 0635 and 1145 condition was true. I did know how to save it to a file after all which I did.
I believe that I have my NestedChannal script almost correct for it to do what I want it to do. It paints both sets of channels weaker & stronger but just doesn't outline underlying one yet.
Could you look at my full script (its very small) and point out what I did wrong? please.
I added a bool variable and set it in the weaker branching command which I set to true.
Then I compared the variable if true to the stronger channel logic (2nd one) to outline those bars.
I'm just missing it.
I know you can't write it for me but could you give me a sample of what I'm trying?
I can't put it in the stronger branching command or it will effect the rest of them that doesn't have an overlapping.
Attached FilesLast edited by trdninstyle; 12-26-2024, 01:40 PM.
Comment
-
Hello trdninstyle,
I am not able to debug or suggest logic. I am able to assist you with adding prints and the debugging process so that you can understand the behavior and correct this to what you are wanting.
I also do not know the logic you are wanting nor would i have a sample of your custom logic.
It sounds like you are wanting someone to correct your logic for you, instead of understanding the logic to correct this yourself.
You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services.
You can search our extensive library of NinjaScript consultants through the link below. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more!
Programming Services - https://ninjatraderecosystem.com/sea...mming-services
Educators - https://ninjatraderecosystem.com/sea...ures=education
You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third party services for NinjaTrader all pricing and support information will need to be obtained through the consultant.
This NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.Chelsea B.NinjaTrader Customer Service
Comment
-
The high of 3 bars ago and the low of the current bar is not always the lowest low of this 4 bar channel(not shown), sometimes the lowest low of the 4 bars is 1bar ago.
3, High[3], 0, Low[0].
How would I type this out to use the lowest low of the four bars? Its similar to (Low[3] + High[1]) *0.5, when I wanted to measure from the low to the middle of a gap.
*************
Also, once in awhile I've gotten this annoying symbol show up over my charts and I can never remove it.
Have you ever encountered this?
It stays up there even when I'm navigating elsewhere.
Last edited by trdninstyle; 12-30-2024, 09:06 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
53 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment