NexusFi: Find Your Edge


Home Menu

 





Need a study that combines several tickers into a single plot


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one the1target with 7 posts (1 thanks)
    2. looks_two TimeTrade with 4 posts (0 thanks)
    3. looks_3 wldman with 2 posts (0 thanks)
    4. looks_4 Fat Tails with 1 posts (2 thanks)
    1. trending_up 5,147 views
    2. thumb_up 3 thanks given
    3. group 4 followers
    1. forum 13 posts
    2. attach_file 4 attachments




 
Search this Thread

Need a study that combines several tickers into a single plot

  #1 (permalink)
 the1target 
St. Louis
 
Experience: Advanced
Platform: Ninjatrader
Broker: Kinetick, Mirus Futures
Trading: TF, YM, NQ, GC, CL, 6E
Posts: 14 since Jul 2011

I have created two market charts that are extremely important to my trading, both of which are "contra" in nature, in another platform. To make the chart in NinjaTrader, I need to be able to combine multiple tickers into a single candlestick chart as one set of candles. Think IBM+AAPL+ABC

My question is: Has anyone created a study that allows for this as it doesn't appear readily possible in software.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Exit Strategy
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
32 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #2 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,102

You could have a look here:



For further details see this thread:


Reply With Quote
Thanked by:
  #3 (permalink)
 the1target 
St. Louis
 
Experience: Advanced
Platform: Ninjatrader
Broker: Kinetick, Mirus Futures
Trading: TF, YM, NQ, GC, CL, 6E
Posts: 14 since Jul 2011


Was looking at that, and while impressive, its not exactly the direction I was headed. I created a formula on a TOS chart that simply adds symbols together and makes a candlestick chart of the combined tickers price movement; only one set of candles necessary. My use case is adding several contrary tickers together to get an overall volatility and major equity movement indications.

The picture attached shows the current setup I'm trying to duplicate.

Attached Thumbnails
Click image for larger version

Name:	combinedtickers.jpg
Views:	194
Size:	255.8 KB
ID:	69941  
Started this thread Reply With Quote
  #4 (permalink)
 TimeTrade 
Erfurt Germany
 
Experience: Master
Platform: rtMagic, NinjaTrader
Broker: AMP/CQG, IAB
Trading: ES, 6E, FDAX, FGBL
Posts: 338 since Aug 2011
Thanks Given: 54
Thanks Received: 461


the1target View Post
Was looking at that, and while impressive, its not exactly the direction I was headed. I created a formula on a TOS chart that simply adds symbols together and makes a candlestick chart of the combined tickers price movement; only one set of candles necessary. My use case is adding several contrary tickers together to get an overall volatility and major equity movement indications.

The picture attached shows the current setup I'm trying to duplicate.

hi, mine you a "simple" multisymbol spread, example ('n'*Instrument1) / ('m'*Instrument2) ?

If yes, then you can use my t4tSpreadSym:
->

If no, please give the exact needed formula of your TOS chart, i well see the way for universal usable expression option, or alternate i can hard code your given formula as special t4tCalcSym version for you

Reply With Quote
  #5 (permalink)
 the1target 
St. Louis
 
Experience: Advanced
Platform: Ninjatrader
Broker: Kinetick, Mirus Futures
Trading: TF, YM, NQ, GC, CL, 6E
Posts: 14 since Jul 2011

I use two of the charts shown. The formulas are:


First chart:
/ZB+/ZN+(/DX*2)+(FAZ*4)+(VXX*4)

It is simply adding the 10 year and 30 year futures, plus the DX future twice, plus FAZ and VXX four times.

Second chart:
VXGS+VXIBM+VXAPL+VXAZN+VXN+VXGOG+(VIX*2)

This is a simple addition like the prior with a focus equities.

I have found this to be an extraordinary pair of tools and they have grown to be must haves while I'm trading anything.

Started this thread Reply With Quote
  #6 (permalink)
 TimeTrade 
Erfurt Germany
 
Experience: Master
Platform: rtMagic, NinjaTrader
Broker: AMP/CQG, IAB
Trading: ES, 6E, FDAX, FGBL
Posts: 338 since Aug 2011
Thanks Given: 54
Thanks Received: 461


the1target View Post
I use two of the charts shown. The formulas are:


First chart:
/ZB+/ZN+(/DX*2)+(FAZ*4)+(VXX*4)

It is simply adding the 10 year and 30 year futures, plus the DX future twice, plus FAZ and VXX four times.

Second chart:
VXGS+VXIBM+VXAPL+VXAZN+VXN+VXGOG+(VIX*2)

This is a simple addition like the prior with a focus equities.

I have found this to be an extraordinary pair of tools and they have grown to be must haves while I'm trading anything.


=> ok, your need a "CumulativeMultiSymbolChart", weighted by a optional factor per symbol with up to 7 (we say better up to 8) instruments... i hope you use NinjaTrader7 !64BIT! with a fast harddisk, then this is principial only a copy and paste job for duplicate the code from 2 symbols to 8symbols with a new "add" function to cummulate

-> please give a answer for the base chart...
- well you see this as single ChartPanel, without a normal base symbol, then you must self define one of the used instruments as selected instrument on the normal ninjachart and the indicator well full replace the original (base)chart for only drawing the calculated chart
- alternate you have a normal base chart and the indicator well draw the calculated candles on a new/own panel (full tickbased syncronized with the base chart)... as sample for this concept you can check/compare my t4tMultiSym and my t4tSpreadSym indicator

Reply With Quote
  #7 (permalink)
 the1target 
St. Louis
 
Experience: Advanced
Platform: Ninjatrader
Broker: Kinetick, Mirus Futures
Trading: TF, YM, NQ, GC, CL, 6E
Posts: 14 since Jul 2011

The trading systems are all running 64 bit, and are very high end machines. :-)

Regarding the base chart it can be the ES (e-mini) or any other instrument that the user determine worthy of review. The ability to add the weighting factor you describe is valuable so users can assign equal impact on the tickers selected.

Other than that, you have exactly defined what I'm looking to accomplish.

Started this thread Reply With Quote
  #8 (permalink)
 
wldman's Avatar
 wldman 
Chicago Illinois USA
Legendary Market Wizard
 
Experience: Advanced
Broker: IB, ToS
Trading: /ES, US Equities/Options
Frequency: Several times daily
Duration: Hours
Posts: 3,512 since Aug 2011
Thanks Given: 2,047
Thanks Received: 9,513

in the application that you use from this chart. What do you see?

Visit my NexusFi Trade Journal Reply With Quote
  #9 (permalink)
 the1target 
St. Louis
 
Experience: Advanced
Platform: Ninjatrader
Broker: Kinetick, Mirus Futures
Trading: TF, YM, NQ, GC, CL, 6E
Posts: 14 since Jul 2011

Widman
There are two charts at work here. Both of them are contrarian in nature and thus have a generally inverse relationship with the TF, ES, NQ, and YM that I trade. One of the charts uses typically contrarian, but actually traded vehicles; ZN, DX, VXX, etc. The other formula is designed to show me the vix metrics of major equities such as the vix for AAPL, vix for GS, and several others. . As i don't day trade equites only futures, these are extremely good "tickers" to show me the intraday fear/vix of a good representation of significant market players when added together. Again, I don't care about them individually, only the overall picture of the market they represent and have taught this to the members of our trading group.

Over my career I have worked with every study out there and, in all honesty, I have found that the market itself is the best indicator. Therefore, I created these two formulas as two of the four internals that I use. I would be happy to make a video for the group with more detail and explanation should anyone be interested.

Started this thread Reply With Quote
  #10 (permalink)
 TimeTrade 
Erfurt Germany
 
Experience: Master
Platform: rtMagic, NinjaTrader
Broker: AMP/CQG, IAB
Trading: ES, 6E, FDAX, FGBL
Posts: 338 since Aug 2011
Thanks Given: 54
Thanks Received: 461



the1target View Post
The trading systems are all running 64 bit, and are very high end machines. :-)

Regarding the base chart it can be the ES (e-mini) or any other instrument that the user determine worthy of review. The ability to add the weighting factor you describe is valuable so users can assign equal impact on the tickers selected.

Other than that, you have exactly defined what I'm looking to accomplish.

one additional question:
=> what well you see, if one or more of the included symbols out of the trading session and can currently no deliver actual datas? ...
- VariantA: use the last value ("last tick of last session") and calculate/draw all as normal view
- VariantB: use the last value ("last tick of last session") and calculate/draw all as special color view, while not exact values
- VariantC: non calcualte / draw any values, if one or more Instruments out of trading session and currently without actual ticks

Reply With Quote




Last Updated on April 17, 2012


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts