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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
101 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
61 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
28 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
35 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment