NexusFi: Find Your Edge


Home Menu

 





Tradestation List of Indicators


Discussion in TradeStation

Updated
      Top Posters
    1. looks_one ClearTrades with 1 posts (0 thanks)
    2. looks_two olobay with 1 posts (1 thanks)
    3. looks_3 vmodus with 1 posts (1 thanks)
    4. looks_4 ABCTG with 1 posts (1 thanks)
    1. trending_up 3,497 views
    2. thumb_up 3 thanks given
    3. group 5 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

Tradestation List of Indicators

  #1 (permalink)
ClearTrades
Yakima WA
 
Posts: 28 since Mar 2019
Thanks Given: 67
Thanks Received: 20

Hello!

I am new and trying to figure out which broker and trading platform I want to use. I am interested in tradestation, but they offer no demo to try out their software.

I am wondering, can someone here that uses them can post a screenshot of the list of indicators/oscillators they provide?

Some indicators I am interested in using are:
-Awesome Oscillator by Bill Williams
-Commodity Channel Index
-Volatility Stop

Does tradestation have these indicators? Are they customizable?

I have been looking around trying to find a platform that has all three of these indicators and the only thing I have been able to find is TradingView has them but as I understand, they are not really a trading platform right?

I am currently demo-ing the interactive brokers' traders workstation platform which has them too, but they don't seem very customizable.

I like tradingview's setup but trying to find a comparable charting software connected to a broker.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
33 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
19 thanks
  #2 (permalink)
 olobay 
Montreal
 
Experience: Intermediate
Platform: MultiCharts
Broker: DeepDiscountTrading.com
Trading: CL
Posts: 364 since Jul 2011

I don't have Tradestation but those are pretty standard indicators. Multicharts has them so I imagine Tradestation will as well. I'm sure NinjaTrader has them too. Even if Tradestation doesn't have them. the code is easily available.

Awesome Oscillator:

 
Code
Vars:		var0(0),var1(0);

                    
var0=Average((h+l)/2,5)-Average((h+l)/2,34);

                                     
var1=var0-Average(var0,5);

Plot3( 0, "ZeroLine" ) ;

if currentbar>=1 then
	if var0>var0[1] then plot1(var0,"+AO")
	else plot2(var0,"-AO")

Commodity Channel Index:

 
Code
inputs: 
	Length( 14 ),
	OverSold( -100 ),
	OverBought( 100 ),
	OverSColor( Cyan ), 
	OverBColor( Red ) ;

variables:
	var0( 0 ) ;

var0 = CCI( Length ) ;

Plot1( var0, "CCI" ) ;
Plot2( OverBought, "OverBot" ) ;
Plot3( OverSold, "OverSld" ) ;

                  
if var0 > OverBought then 
	SetPlotColor( 1, OverBColor ) 
else if var0 < OverSold then 
	SetPlotColor( 1, OverSColor ) ;

condition1 = var0 crosses over OverSold ;
if condition1 then
	Alert( "Indicator exiting oversold zone" )
else 
begin 
condition1 = var0 crosses under OverBought ;
if condition1 then
	Alert( "Indicator exiting overbought zone" ) ;
end;

Not sure which volatility stop you are interested in as there are many.

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



ClearTrades View Post
Some indicators I am interested in using are:
-Awesome Oscillator by Bill Williams
-Commodity Channel Index
-Volatility Stop

Does tradestation have these indicators? Are they customizable?

I use TradeStation daily (doesn't mean I like it). It has Awesome Oscillator and Commodity Change Index. They have two volatility based stops (strategies), for exits (one each for long and short exits), if that is what you are referring to.

You can take any study (indicator, etc.) and modify them. I recommend creating a new study and copying the code you want into your new study, so you don't actually modify the original code. Then you can play with it to your heart's delight.

I hope this is helpful.

-vmodus

Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
 dogmailcom 
Irvine
 
Experience: Intermediate
Platform: TOS
Trading: ES mini
Posts: 1 since Jul 2017
Thanks Given: 0
Thanks Received: 0

Do they have Polynomial regression Channel/Hurst Channel/Belkhayate Gravity Center ?

Thanks much.


vmodus View Post
I use TradeStation daily (doesn't mean I like it). It has Awesome Oscillator and Commodity Change Index. They have two volatility based stops (strategies), for exits (one each for long and short exits), if that is what you are referring to.

You can take any study (indicator, etc.) and modify them. I recommend creating a new study and copying the code you want into your new study, so you don't actually modify the original code. Then you can play with it to your heart's delight.

I hope this is helpful.

-vmodus


Reply With Quote
  #5 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,627

dogmailcom,

they are not built-in by default, but Tradestation has an official forum where you can find a lot of additional studies. Besides that you can also find a lot of indicators for Tradestation free of charge on futures.io or in the net in general.

Regards,

ABCTG


dogmailcom View Post
Do they have Polynomial regression Channel/Hurst Channel/Belkhayate Gravity Center ?

Thanks much.


Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on May 6, 2019


© 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