NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 48
Search: Posts Made By: Fat Tails
Forum: NinjaTrader October 5th, 2015, 05:35 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
The indicator allows for displaying high and low...

The indicator allows for displaying high and low of the "European session". Now this can be any session, for example you can define a "session" in Eastern time that lasts from 7:00 AM to 9:00 AM in...
Forum: NinjaTrader June 26th, 2014, 03:03 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
I assume that you use the session template CME US...

I assume that you use the session template CME US Index Futures ETH for your chart.

(1) The Globex (night) session high and low can be displayed via the anaOpeningRangeV42 or the...
Forum: NinjaTrader October 11th, 2013, 05:42 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
The indicator does not have a price line. You can...

The indicator does not have a price line. You can add the PriceLine indicator to display the current close.

https://nexusfi.com/download/ninjatrader-7/indicators/1029-download.html?view

Also...
Forum: NinjaTrader February 22nd, 2011, 09:41 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
That allows you to exclude data, but will not...

That allows you to exclude data, but will not adapt your session template to actual trading hours.
Forum: NinjaTrader February 22nd, 2011, 04:43 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
The session manager of NinjaTrader does not have...

The session manager of NinjaTrader does not have a holiday calendar, so you cannot exclude specific days. This is a weakness that I have already communicated to NinjaTrader developpers, but so far...
Forum: NinjaTrader October 13th, 2010, 03:56 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
It is part of the SessionPivots family. This...

It is part of the SessionPivots family. This includes daily, weekly and monthly pivots as well as current day OHL, current week OHL and current month OHL. I will make it more visible.

There will...
Forum: NinjaTrader September 29th, 2010, 06:12 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Download the last SessionPivots indicator. Has...

Download the last SessionPivots indicator. Has also monthly and weekly pivots and the OHL of the Current Day with fib retracements.
...
Forum: NinjaTrader September 28th, 2010, 08:04 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
Sorry, this was my mistake, probably I was tired...

Sorry, this was my mistake, probably I was tired when exporting the indicator.

I corrected it now, so the file should now contain the real anaOpeningRangeV28 indicator.

Thanks again for...
Forum: NinjaTrader September 20th, 2010, 12:56 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
You can check in the download area that the zip...

You can check in the download area that the zip file contains well the indicator anaOpeningRangeV28. So it should appear under this name in your indcator folder after importing it.

If you have...
Forum: NinjaTrader September 18th, 2010, 12:33 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Final Version of OpeningRange Indicator

This is now the final version of the indicator. I have put it into the download section.

https://nexusfi.com/free_downloads/ninjatrader-7/indicators/620-download.html?view

It is compatible...
Forum: NinjaTrader September 12th, 2010, 06:53 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Installing Indicator: Delete old indicator via...

Installing Indicator: Delete old indicator via Tools -> Edit Ninjascript -> Indicator. Then install new indicator. If you want to make changes, then edit new indicator, change the code and compile...
Forum: NinjaTrader September 12th, 2010, 05:10 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Small bug in test version

While the indicator from post #64 looks correct, the indicator Test2OpeningRangeV28 from post #68, which I had modified for older versions of NT7 has a small bug. I have replaced it with...
Forum: NinjaTrader September 12th, 2010, 04:54 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
Then go and fight again.... :viking:

Then go and fight again.... :viking:
Forum: NinjaTrader September 11th, 2010, 07:14 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
If you are lazy, you can just edit the indicator...

If you are lazy, you can just edit the indicator and use the Find/Replace option. That will do in any case, and you do not need to search the file. Just put in your preferred label, select Match case...
Forum: NinjaTrader September 11th, 2010, 04:29 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
(1) To change the label lines: Edit indicator via...

(1) To change the label lines: Edit indicator via Tools -> Edit Ninjajscript -> Indicator. Then change the code. Press F5 to compile and you are done.

(2) Change line 404 to


if (plotOHL &&...
Forum: NinjaTrader September 10th, 2010, 08:12 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Define session template with multi-sessions. Then...

Define session template with multi-sessions. Then select the session (first, second or third) to which you want to apply the opening range. Select opening range duration.

You will need to rename...
Forum: NinjaTrader September 10th, 2010, 06:54 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Found that code again.

OK, I found a second line with the offensive code. Test2OpeningRange should now also run on older versions of NT 7.0

Have replaced the code again, you can download it from the previous post. :)
...
Forum: NinjaTrader September 10th, 2010, 04:00 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Probably due to use of GetTradingDayFromLocal()

I have an idea, why this might have failed. I have coded the indicator today by using NT 7.0.0.21 and it uses the method Bars.GetTradingDayFromLocal() in line 743. This is a new code breaking change...
Forum: NinjaTrader September 10th, 2010, 10:35 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
Another Example for YM

This example uses a two-session- template for ES (Globex Night Session and RTH Session).

The chart shows RTH pivots, opening range and European Session range.
Forum: NinjaTrader September 10th, 2010, 10:22 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
Here is a preliminary version of the...

Here is a preliminary version of the OpeningRangeV28, not yet fully tested. It follows a competely different logic than the precursor, so it is more or less a new indicator. These are the changes:
...
Forum: NinjaTrader September 9th, 2010, 06:22 PM
Replies: 105
Views: 44,865
Posted By Fat Tails
Don't hesitate to inform me if any values are not...

Don't hesitate to inform me if any values are not correct. I appreciate feedback, as I cannot test 10 different time zones and data feeds myself. Thank you for testing.:)
Forum: NinjaTrader September 9th, 2010, 10:48 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
The indicator OpeningRangeV27 only works on...

The indicator OpeningRangeV27 only works on single session templates. The next version V28 will work on double and triple session templates and should be ready tomorrow.



You need to ask...
Forum: NinjaTrader September 9th, 2010, 03:46 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
SessionPivotsV28

I have just published a new pivots indicator, which can be tested now. It addresses a few issues:

(1) There was bug that occured on teh session after a double day holiday session.

(2) RTH...
Forum: NinjaTrader September 7th, 2010, 09:47 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
Rolling pivots and colouring is work in progress....

Rolling pivots and colouring is work in progress. Not yet ready to be released.
Forum: NinjaTrader September 7th, 2010, 08:46 AM
Replies: 105
Views: 44,865
Posted By Fat Tails
Tuesday September 7: ETH pivots are calculated...

Tuesday September 7: ETH pivots are calculated from Friday's ETH High, ETH Low and Settlement Price for all CME traded instruments. RTH pivots are calculated from Friday's RTh High, RTH Low and...
Showing results 1 to 25 of 48

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top