Regards
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NT8 Pivots Indicator
Collapse
X
-
Hello mkaara,
Thank you for your post.
However, please refrain from posting further off topic posts on this thread. It was originally regarding a pivots indicator and this is off topic as you have been previously advised. Please start a new topic for any further questions you may have. To begin a new topic, you can click on the New Topic button at the top of a forum subsection. If you do not see this button, please ensure you have verified the email for your account in your account information.
The previous indicator was a courtesy example - if you would like to modify it yourself you may do so in the NinjaScript Editor. Specifically, you would need to change this line from this:
Value[0] = Typical[0];
to this:
Value[0] = (High[0]+Low[0]+Open[0]+Close[0]) / 4;
Please let us know if we may be of further assistance to you.
Comment
-
I've attached my bltPivots.cs for NT8 which appends a suffix string to eachOriginally posted by TraderJesse View PostGood Morning:
Please add a single character to the pivot level label to allow a quick determination of what time period that level is instead of the user having to change colors and memorize all of them.
Examples:
DPP, DR1, DS1 = Daily pivots.
WPP, WR1, WS1 Weekly pivots
MPP, MR1, MS1 = Monthly pivots.
Thanks for considering.
pivot label based upon the pivot time period, for ex,
Daily -- append "-D"
Weekly -- append "-W"
Monthly -- append "-M"
I know you asked for a prefix .. but, uh, not a good idea ... why?
I like suffix style better than prefix style because my eyes read from left to right
and the actual 2-letter pivot label is more important to me than the 1-character
suffix -- so I don't want a prefix to obscure my expectation of seeing the label
first -- I mean, we're all so used to seeing those 2 letters for the pivot name,
I think it's better to keep them prominent and use a suffix modifier to distinguish
the time period.
Enjoy!
IMGDT_20191224_215309.pngAttached FilesLast edited by bltdavid; 12-25-2019, 12:09 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment