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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
131 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
74 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
117 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
111 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
89 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment