NexusFi: Find Your Edge


Home Menu

 





Volume Ladder / Cons T&S


Discussion in TradeStation

Updated
      Top Posters
    1. looks_one paps with 2 posts (1 thanks)
    2. looks_two Jigsaw Trading with 1 posts (0 thanks)
    3. looks_3 mtang88 with 1 posts (0 thanks)
    4. looks_4 4trading with 1 posts (0 thanks)
    1. trending_up 2,192 views
    2. thumb_up 1 thanks given
    3. group 5 followers
    1. forum 4 posts
    2. attach_file 0 attachments




 
Search this Thread

Volume Ladder / Cons T&S

  #1 (permalink)
 
paps's Avatar
 paps 
SF Bay Area + CA/US
 
Experience: None
Platform: TS, TOS, Ninja(Analytics)
Trading: NQ CL, ES when volatile mrkts
Posts: 1,739 since Oct 2011
Thanks Given: 2,176
Thanks Received: 1,726

hi anyone on TS using a good Volume Ladder...want to see the Trades at Bid/Ask and also associated Trade Volume.

Hearing there have been good improvements in TS and some of these might be possible now. Not sure if there have been any improvements in Historic capabilities as compared to the other platforms where stuff on Ninja shows up great for Jigsaw and GOM.

But if anyone using something for Consolidate Tape or Volume/BxA Ladder please drop in a note on how you have found this playing out in TS. If not any ideas on developing one?...is it worth it or many current limitations.


thnx
s

Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
Quant vue
Trading Reviews and Vendors
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #2 (permalink)
 
paps's Avatar
 paps 
SF Bay Area + CA/US
 
Experience: None
Platform: TS, TOS, Ninja(Analytics)
Trading: NQ CL, ES when volatile mrkts
Posts: 1,739 since Oct 2011
Thanks Given: 2,176
Thanks Received: 1,726

@DionysusToast hi Pete am guessing you have looked into the viability of similar development on Tradestation before as you currently have for other platforms. Any current thoughts on development on Tradestation...and if not why?

thnx
s

Started this thread Reply With Quote
  #3 (permalink)
 
Jigsaw Trading's Avatar
 Jigsaw Trading  Jigsaw Trading is an official Site Sponsor
 
Posts: 2,988 since Nov 2010
Thanks Given: 831
Thanks Received: 10,393


I was a Tradestation user previously but there were issues at the time:

1 - They didn't give you the ability to programmatically manipulate the market depth/time & sales
2 - It's written in C and Easylanguage is Fortran. So extending that is much more difficult than extending a .NET based product like Ninja, OEC Trader and MultiCharts.

If you have any questions about the products or services provided, please send me a Private Message or use the futures.io " Ask Me Anything" thread
Visit my NexusFi Trade Journal Reply With Quote
  #4 (permalink)
 mtang88 
Boston ma USA
 
Experience: Intermediate
Platform: Tradestation
Trading: Emini
Posts: 1 since Oct 2015
Thanks Given: 0
Thanks Received: 0

does tradestation have vwap indicator ? do you have it here ?

Reply With Quote
  #5 (permalink)
4trading
Somewhere in, Texas
 
Posts: 17 since May 2010
Thanks Given: 21
Thanks Received: 8


mtang88 View Post
does tradestation have vwap indicator ? do you have it here ?

I think this particular VWAP code is OK to post here.
 
Code
 vars:
	PrW(0),
	ShW(0),
	VWAP(0);

if date > date[1] then begin
	PrW = 0;
	ShW = 0;	
end;

PrW = PrW + (AvgPrice * (UpTicks+DownTicks));
ShW = ShW + (UpTicks+DownTicks);

if ShW > 0 then
	VWAP = PrW / ShW;

Plot1(VWAP, "VWAP");

Reply With Quote




Last Updated on January 22, 2016


© 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