Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Spy to ES Converter
Collapse
X
-
Spy to ES Converter
I was wondering if anyone has made a indicator that converts SPY levels to ES levels. Reason why I am asking is because I have been using SPY & QQQ volume profiles which have been way more accurate, but I am now have to use tradingview because they have a indicator to convert levels. Any info on where to get started would be great, or if anyone has seen this indicatorTags: None
-
Hello josh18955,
I'm not aware of this existing indicator, however you can develop your own.
Below is a link to a forum post with helpful resources on getting started with C# and NinjaScript.
To add a series use AddDataSeries().
Below are links to the help guide.
To plot this, add a plot with AddPlot(), return the Values[plot index] as a public, and set the value to your calculation.
Below is a link to a forum post on what is needed for plots.
I'm trying to expose my variables to the strategy builder so everyone can have better use of the WaveTrend indicator (it has a lot of code). Explain this to me like I am 5 because this isnt the first time I've tried to figure it out and hit a wall. What is Series? I know its like an array that stores bars. Why not just call itChelsea B.NinjaTrader Customer Service
-
Hello alanlopen,
I would not be able to provide this custom calculation.
How are you wanting to convert this?
Are you wanting to wanting to find the open of the SPY and open of the ES and divide to get a multiple, then multiply the rest of the days data by that multiple?Chelsea B.NinjaTrader Customer Service
Comment
-
The quick and partially correct answer would be SPY trades at 1/10 the price of ES. A better answer would be the futures price is partially decoupled from the underlying's price by the fact that there is a carry cost involved in futures contracts, and the number of days to rollover plays a role because of the interest cost, and as well traders' expectations regarding the price of SPY on the expiration date play a role as well. Still, by far the strongest contributing component to the price of ES is the price of SPY. If you are trying to project over very many days, you will want to take into account that as the price approaches the rollover/expiration of the futures contract, the number of days interest imputed into the futures price changes. So, for instance, presently, SPY is a little under $400 and ES is currently a little over $4000. The reasons it isn't exactly 10x SPY include the factors above as well as, of course, routine supply and demand forces in the short-term.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
580 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
335 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|
Comment