Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Info via Dot Operator
Collapse
X
-
Strategy Info via Dot Operator
Sometimes I want my custom indicators to access data that is produced by a strategy. Is it possible to do that using a "dot' operator ? (I want to keep the code as simple as possible.)Tags: None
-
Hello spottysallrite,
Thanks for the post. The answer to this is in the thread from yesterday:
Actually, the most straightforward way of doing this would be to move or clone the logic from the strategy to the indicator. In general, a strategy should be designed to take only inputs from indicators and never be mutable by anything else.
Edit:
You might find this reference sample useful. It shows how you can plot from within a strategy.
Please let me know if I may be of any further assistance.Last edited by NinjaTrader_ChrisL; 06-19-2018, 07:42 AM.
-
-
Hello spottysallrite,
Thanks for the reply.
Unless the class was designed to be immutable as described below, it could run the risk of mutability.
If you could write a problem description and provide some code samples, I would be happy to advise on a plan of action that could be taken which is specific to the issue.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
332 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment