Thanks!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding Price type
Collapse
X
-
Adding Price type
I came up with a price prediction algorithm and would like to add that to the price types you can select from the drop down in every indicator (close, high, low, median, typical, and so on). That way I won't have to re-program all the indicators I want to use this with. How can I do that?
Thanks!Tags: None
-
how complicated is it?
hi, could any of you provide us with some basic direcitions on how to add the price type to an indicator??
assuming we have the indicator open with the ninja editor, what is the code we enter and where?
Comment
-
a little more detail..
thank you, Josh,
much appreciated. i was also given these directions, a little more detail over at BigMikes.
I quote,
"Try this. Open the Stochastics indicator for editing. Right click and Save As a different name. Add this in the Initialize section:
PriceTypeSupported = true;
Then look for this line:
nom.Set(Close[0] - MIN(Low, PeriodK)[0]);
and change the Close[0] to Input[0] so it looks like this:
nom.Set(Input[0] - MIN(Low, PeriodK)[0]);
Then right click, select compile, click OK and close the editor. Load the indicator on your chart and test it. Dan"
the link,
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
561 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
325 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment