NexusFi: Find Your Edge


Home Menu

 





Sine Wave Indicators in TradeStation


Discussion in TradeStation

Updated
      Top Posters
    1. looks_one vmodus with 10 posts (3 thanks)
    2. looks_two kjhosken with 2 posts (0 thanks)
    3. looks_3 leescharf with 2 posts (0 thanks)
    4. looks_4 Ferritin with 1 posts (0 thanks)
    1. trending_up 7,882 views
    2. thumb_up 5 thanks given
    3. group 7 followers
    1. forum 16 posts
    2. attach_file 5 attachments




 
Search this Thread

Sine Wave Indicators in TradeStation

  #1 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853

Hello everyone! I have been learning about sine waves with respect to smoothing and I was wondering if there is an indicator in TradeStation that uses sine waves. I don't see one, but that doesn't mean it doesn't exist. This is totally exploratory, as I know almost nothing about sine waves (with respect to markets, that is). I am looking for an indicator that they provide.

I also use Sierra Chart and I have been exploring Sine Wave Weighted Moving Average, which looks a little like this:
[img]https://i.postimg.cc/Bn5JJ219/SNAG-0090.png[/img]
If I can't find one for TradeStation, I may try to develop one in EasyLanguage. I know there are some commercial products out there, but I don't want to purchase anything without a base understanding of how it works.

Any help is appreciated!

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
Exit Strategy
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
45 thanks
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #2 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853

Okay, I'm a dork and answering my own question. Here is what I found over on TradeStation forum (now that I'm actually able to get in there): Sinewave Indicator

This appears to be the Hilbert Sinewave. Here is what it looks like on the @YM 60 minute chart from today:


I have attached the ELD for the code provided there. I cleaned up the inputs and variables.

Since I am just learning this, I don't know what I am looking at. I just thought I would share if anyone is interested.

Attached Files
Elite Membership required to download: Z HILBERT SINEWAVE.ELD
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #3 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853


So the thing missing here are the plots on the main chart. Using Sierra Chart for reference, I uploaded the custom study found here: Hilbert Sine Wave SR V1 for [AUTOLINK]SierraChart[/AUTOLINK]

This is what it looks like in Sierra Chart:
[img]https://i.postimg.cc/mgbTcr9F/SNAG-0093.png[/img]

Now I just need to plot the points and see what I get. I will upload the indicator if I get it working.

~vmodus

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #4 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,628

Hi vmodus,

the easiest approach might be to do a separate indicator that handles the plots on the main chart or add the ability to enable/disable plots within the indicator using inputs and add the indicator twice to the chart. Otherwise you would have to use drawing objects to walk around the limitation of being able to plot in two different subcharts from within one study.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
Thanked by:
  #5 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853

Thanks. Yeah, that sounds about right. Hopefully I can get a stable version working that I can share with the community.

I'm digging into Ehler's books to garner a better understanding of the approach. I know Big Mike did a couple of webinars with Ehler that I will watch later this week. Here are the links to the YouTube videos for anyone interested:

John Ehlers Anticipating Turning Points:


John Ehlers - Effective Indicators for Trading Strategies:

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:
  #6 (permalink)
Ferritin
Hialeah + Florida United States
 
Posts: 6 since Jan 2019
Thanks Given: 4
Thanks Received: 2

Keep us updated with your progress, any insight you share would be greatly appreciated!

Reply With Quote
  #7 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853

I'm currently reading Rocket Science for Traders, by John Ehlers, to get a better understanding of his method of smoothing. It is pretty heavy on the math around signal processing. I have played around with sound waves a lot in my life, just tooling around as a hobby, so I understand about filtering, etc. Unless you have had training or education in this field, it is a little difficult to understand (I have neither), but you don't completely need to understand the underlying math to apply these techniques.

I want to have a solid understanding of the methodology prior to making any assumptions about the usefulness. So far, though, I like what I'm reading.

I fell behind on this indicator due to my Tradestation crash (Black Tuesday) and subsequent recovery. In the meantime, here is what I found on the Tradestation community forums: Oscillators by John Ehlers

This is a collection of indicators by mmillar, based on Ehlers' work. I have uploaded the ELD file from that post. Hopefully I'm not violating any great rule, but there is no copyright, copyleft, or license indicated as far as I can tell. Use at your own peril. Here is one example of smoothing, using the Osc - AdaptCCI indicator against the built-in CCI Average, length = 14:
[img]https://i.postimg.cc/bvNb7qjK/SNAG-0108.png[/img]

We see the smoothing on this particular indicator after big moves, meaning we don't see as much chop or the 'V' formations. Not sure if this is useful or what this means, but maybe someone will find this useful.


“I should think that you Jedi would have more respect for the difference between knowledge and wisdom.”
~ Dexter “Dex” Jettster, Star Wars Episode II
[img]https://i.postimg.cc/rpTXMFyF/SNAG-0109-r.png[/img]

Attached Files
Elite Membership required to download: 20050810100708OSCILLATORS.ELD
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #8 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853

I haven't come back to this thread, as I didn't make any headway on this indicator. As I have continued reading Ehler's work, I think the indicator is outdated. It is very difficult to understand it as it moves from trend to range and back again. His later indicators are a lot easier to understand and use.

~vmodus

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #9 (permalink)
 kjhosken 
Seattle, WA/USA
 
Experience: Intermediate
Platform: TOS, TS
Trading: Forex, crude
Posts: 96 since Sep 2016
Thanks Given: 7
Thanks Received: 35

Thanks for posting your work. I agree, the sinewave indicator has always looked clunky to me. Would you recommend reading Rocket Science for traders? I've been meaning to look into it for sometime.

Follow me on Twitter Reply With Quote
  #10 (permalink)
 
vmodus's Avatar
 vmodus 
Somewhere, Delaware, USA
 
Experience: Intermediate
Platform: MultiCharts
Broker: Barchart.com
Trading: Everything, it all tastes like chicken
Posts: 1,271 since Feb 2017
Thanks Given: 2,958
Thanks Received: 2,853


@kjhosken , I would recommend reading it, but it may take multiple reads unless you are familiar with the type of math he does. If you can borrow it, all the better. Ehler's later works are better, I believe, but Rocket Science gives a good starting foundation for his ideas. 'Cycle Analytics for Traders' is his penultimate and his best work, imho.

One thing I will say is that what he provides are just additional tools and generally not meant to be used individually. His goal is to have indicators with zero (or near zero) lag. That's pretty much the crux of his work.

Also, look on FIO's YouTube channel and search for Ehlers. @Big Mike did a couple webinars with Ehlers that are interesting:
FIO YouTube Channel

~vmodus

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
Thanked by:




Last Updated on March 4, 2021


© 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