NexusFi: Find Your Edge


Home Menu

 





SwamiCharts - spectrum representation of indicators


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one gregid with 2 posts (3 thanks)
    2. looks_two DavidHP with 2 posts (1 thanks)
    3. looks_3 Quick Summary with 1 posts (0 thanks)
    4. looks_4 Locust with 1 posts (0 thanks)
    1. trending_up 3,471 views
    2. thumb_up 4 thanks given
    3. group 3 followers
    1. forum 5 posts
    2. attach_file 1 attachments




 
Search this Thread

SwamiCharts - spectrum representation of indicators

  #1 (permalink)
 
gregid's Avatar
 gregid 
Wrocław, Poland
 
Experience: Intermediate
Platform: NinjaTrader, Racket
Trading: Ockham's razor
Posts: 650 since Aug 2009
Thanks Given: 320
Thanks Received: 623

While looking for sample spectrum type of indicators for NT I stumbled upon newest line of indicators by John Ehlers:
SwamiCharts. The concept is quite simple yet interesting:
To present an ordinary indicator values across different periods in the form of spectrogram.

Idea and sample indicators were presented in March edition of Stock and Commodities:
Introducing SwamiCharts - [AUTOLINK]John Ehlers[/AUTOLINK] and Ric Way
TRADERS’ TIPS - March 2012

More from SwamiCharts:
https://www.swamicharts.com/Swami/Default.aspx
https://www.swamicharts.com/Swami/Downloads/SwamiCharts.pdf



What do you think?

Started this thread Reply With Quote
The following 3 users say Thank You to gregid for this post:

Can you help answer these questions
from other members on NexusFi?
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Funded Trader platforms
Traders Hideout
Ninja Trader 8 Drawing Tools Wanted
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Looking for an MQL4 MetaTrader programmer/coder
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Retail Trading As An Industry
48 thanks
NexusFi site changelog and issues/problem reporting
46 thanks
Battlestations: Show us your trading desks!
33 thanks
GFIs1 1 DAX trade per day journal
32 thanks
Friendly challenge question to vendors
18 thanks

  #3 (permalink)
 
DavidHP's Avatar
 DavidHP 
Isla Mujeres, MX
Legendary Market Wizard
 
Experience: Advanced
Platform: NinjaTrader
Broker: Ninjatrader / Optimus Futures / AmpFutures
Trading: ES / 6E / 6B / CL
Frequency: Every few days
Duration: Minutes
Posts: 1,606 since Aug 2009
Thanks Given: 11,327
Thanks Received: 2,736



gregid View Post
What do you think?

I posted a comment about this last month.
No one replied but I think they look interesting.

Rejoice in the Thunderstorms of Life . . .
Knowing it's not about Clouds or Wind. . .
But Learning to Dance in the Rain ! ! !
Follow me on Twitter Reply With Quote
The following user says Thank You to DavidHP for this post:
  #4 (permalink)
 
gregid's Avatar
 gregid 
Wrocław, Poland
 
Experience: Intermediate
Platform: NinjaTrader, Racket
Trading: Ockham's razor
Posts: 650 since Aug 2009
Thanks Given: 320
Thanks Received: 623

Thanks David,
as you mentioned this could be easily adapted to other indicator since (at least the edition for NT) has nicely separated graphics/plot methods leaving only following to be indicator specific:
 
Code
                            
protected override void OnStartUp()

{
    
iValues         = new DataSeries[maxLength minLength 1];
    for(
int i 0iValues.Lengthi++)
        
iValues[i] = new DataSeries(this);
}
protected 
override void OnBarUpdate()
{
    if(
CurrentBar maxLength) return;
    for(
int x 0iValues.Lengthx++)
    
iValues[x].Set(Stochastics(3minLength3)[0] * 0.01);


Started this thread Reply With Quote
  #5 (permalink)
 
DavidHP's Avatar
 DavidHP 
Isla Mujeres, MX
Legendary Market Wizard
 
Experience: Advanced
Platform: NinjaTrader
Broker: Ninjatrader / Optimus Futures / AmpFutures
Trading: ES / 6E / 6B / CL
Frequency: Every few days
Duration: Minutes
Posts: 1,606 since Aug 2009
Thanks Given: 11,327
Thanks Received: 2,736

BTW there is an article in the April issue of Stocks and Commodities.
Swami Wave

Rejoice in the Thunderstorms of Life . . .
Knowing it's not about Clouds or Wind. . .
But Learning to Dance in the Rain ! ! !
Follow me on Twitter Reply With Quote
  #6 (permalink)
 
Locust's Avatar
 Locust 
Germany
 
Experience: Advanced
Platform: Quanthouse, Multicharts
Broker: IB / IQ / EBS-ETS
Trading: FDAX, FGBL, FGBM, CL, ES
Posts: 96 since Aug 2010
Thanks Given: 40
Thanks Received: 114

Hi,

i was looking into the new Order book functions of MC (dom_bidprice(), etc..) and wondering if it would be possible to calculate a swami chart around the last tick based on the order book depth and density/liquidity.

If somebody is interested, letīs bounce some ideas.


Regards

Locust

Visit my NexusFi Trade Journal Reply With Quote





Last Updated on May 10, 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