Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

agon

Volume Splitter

Recommended Posts

I wish I knew. I saw those videos as well and it's an interesting indicator.

 

I'm interested in how one breaks the orders into various sizes using EasyLanguage. Does anyone know how this is done? :confused:

Share this post


Link to post
Share on other sites
I wish I knew. I saw those videos as well and it's an interesting indicator.

I'm interested in how one breaks the orders into various sizes using EasyLanguage. Does anyone know how this is done? :confused:

 

If you can articulate the process in English,

you can program it in EasyLanguage.

 

... just write out:

-- one thought at a time,

-- one action per sentence,

-- one sentence per line...

 

and in no time you will have your strategy coded.

Share this post


Link to post
Share on other sites
I wish I knew. I saw those videos as well and it's an interesting indicator.

 

I'm interested in how one breaks the orders into various sizes using EasyLanguage. Does anyone know how this is done? :confused:

 

I know you guys wanted it for TradeStation, but I think TS and NT are compatible, if not you can get a demo for NT through Mirus which will never run out and apply it there.

 

I believe this is it for NT. This is not my own creation. I downloaded it off of NT Script page. I will let you know tomorrow how it works. I have it set to filter at 100 so it does not work in after hours really.

BAVolCounterGtr.zip

Share this post


Link to post
Share on other sites

Thanks for posting the code. Looks like that's a c# program which I don't believe will work with TS.

 

I did some research and found the EasyLanguage command TradeVolume which displays the trade volume on the last trade. I'm trying it out on a 1-tick chart in the after hours market on EC. It looks like a crude start. :)

Share this post


Link to post
Share on other sites
Thanks for posting the code. Looks like that's a c# program which I don't believe will work with TS.

 

I did some research and found the EasyLanguage command TradeVolume which displays the trade volume on the last trade. I'm trying it out on a 1-tick chart in the after hours market on EC. It looks like a crude start. :)

 

Let me know how it works for you and if it is like the one in the video. I could use MultiCharts with my feed.

Share this post


Link to post
Share on other sites

What this person is doing is programing is time and sales (on Tradestation). Using Tradestations Time and sales, you can input it to show orders in any quantity you want. In this case, he is representing the indicator to move higher as Time and sales flashes buy orders of 100 or more. The larger the order along with the frequency, has the indicator moving up. Using the same thought process on the orders of 5 contracts and less (which make up a great deal of the time and sales format). In the middle of the day when things are quiet, you will notice the large order line will move very little and will generally chop just above and under the zero line. On the other hand, this is when you will see the 5 contracts and less line moving around more. It's generally a choppy time of the day and the smaller traders are usually doing much of the trading (which is obviously not a good time to be in the market). Unfortunately I am not a programmer but have used the information he is referring to for many years. He is simply (well maybe it not simple) plotting the times and sales on a chart. I hopes that helps a little :)

Share this post


Link to post
Share on other sites
What this person is doing is programing is time and sales (on Tradestation). Using Tradestations Time and sales, you can input it to show orders in any quantity you want. In this case, he is representing the indicator to move higher as Time and sales flashes buy orders of 100 or more. The larger the order along with the frequency, has the indicator moving up. Using the same thought process on the orders of 5 contracts and less (which make up a great deal of the time and sales format). In the middle of the day when things are quiet, you will notice the large order line will move very little and will generally chop just above and under the zero line. On the other hand, this is when you will see the 5 contracts and less line moving around more. It's generally a choppy time of the day and the smaller traders are usually doing much of the trading (which is obviously not a good time to be in the market). Unfortunately I am not a programmer but have used the information he is referring to for many years. He is simply (well maybe it not simple) plotting the times and sales on a chart. I hopes that helps a little :)

 

Thank you for the breakdown of how it works, I am trying to code in NT, using the wizard........this will help very much.

Share this post


Link to post
Share on other sites
What this person is doing is programing is time and sales (on Tradestation). Using Tradestations Time and sales, you can input it to show orders in any quantity you want....Unfortunately I am not a programmer but have used the information he is referring to for many years. He is simply (well maybe it not simple) plotting the times and sales on a chart. I hopes that helps a little :)

 

Thanks. I understand that the Volume Splitter is plotting time vs. sales (or more specifically the volume in terms of "large" orders when you have it set to follow large contract players). Cooper59, I'm interested in what indicator you are using to see the order size in TradeStation. If you are using "Sales" to help in your trading, how are you accessing this information in TradeStation?

 

Thanks again for the help.

Share this post


Link to post
Share on other sites
Thanks. I understand that the Volume Splitter is plotting time vs. sales (or more specifically the volume in terms of "large" orders when you have it set to follow large contract players). Cooper59, I'm interested in what indicator you are using to see the order size in TradeStation. If you are using "Sales" to help in your trading, how are you accessing this information in TradeStation?

 

Thanks again for the help.

 

if this can help :

volume.jpg

Share this post


Link to post
Share on other sites

I've tried to duplicate the EOT Volume splitter before but to no avail. I'm just not that good with easylanguage.

 

Good luck to anyone who does get it because I truly think its a great idea and a valid concept (and the EOT guys are making a killing using it to confirm trades!).

Share this post


Link to post
Share on other sites

Deadalus, I tried to create it as well. I’m not familiar with how to extract the required information. For example, there are two pieces of information I need.

 

 

1) How to extract the order size. In TS there is a command called “TradeVolume” (find an example here) which is suppose to give the size of the last trade. But how does that work in relation to an indicator that might be running on a 233-tick chart.

 

2) Next, how do you determine if a given trade size was a Long or a Short?

 

 

I’m not familiar enough with the underlining functionality of TS. I’ve been doing some research but no avail. :crap:

Share this post


Link to post
Share on other sites
I've tried to duplicate the EOT Volume splitter before but to no avail. I'm just not that good with easylanguage.

 

Good luck to anyone who does get it because I truly think its a great idea and a valid concept (and the EOT guys are making a killing using it to confirm trades!).

 

I was not as impressed with the Ninja Trader version as I hoped (eotpro seems to make calls before the move quite often, the indicator I posted acted more like an RSI or a fast MA (after the fact).

 

I have been in contact with some C++ programmers to build one the same as eotpro.com's. The programming is somewhat expensive, however if it ends up being the same as eot it would be well worth the price over and over.

 

Anyhow, what I am getting at was you should look into this option, I am sure there are many more TradeStation programmers than those for NT.

 

I hope it works out for you guys.

Share this post


Link to post
Share on other sites

Well i started trying to code something like this up again today. But don't hold out hope folks... i'm about as useful with easylanguage as a blind person is at officiating a boxing match.

 

TradeVolume does seem to mimic the T&S window - but does so sporadically... also I can't seem to be able to pull any of its data off and store it in a variable as yet...

 

But i'll keep messing with it.

 

Cheers!

Share this post


Link to post
Share on other sites
Well i started trying to code something like this up again today. But don't hold out hope folks... i'm about as useful with easylanguage as a blind person is at officiating a boxing match.

 

TradeVolume does seem to mimic the T&S window - but does so sporadically... also I can't seem to be able to pull any of its data off and store it in a variable as yet...

 

But i'll keep messing with it.

 

Cheers!

 

Thanks. When possible, I'll lend a hand with coding.

Share this post


Link to post
Share on other sites

Couple things to note thus far...

 

I can't find TradeVolume anywhere on google searches... it just references me back to this thread actually. It would be nice to know exactly what and how i'm calling things up.

 

BUT

 

Some things to consider... in the EOT videos they are able to show volume history on the indicator historically (ie it doesn't have to run in real time) which is somewhat odd because the TradeVolume function doesn't allow you to call up historical data.

 

It throws an error if you try and use TradeVolume[1] to get the previous entry... so maybe they are doing it some other way?

Share this post


Link to post
Share on other sites

TradeVolume is an elusive beast. I found it on the Trade Station Forum about a week ago.

 

I started a thread on TradeStation's EasyLanguage Forum and John from TS just replied about TradeVolume:

 

Individual trade volume is not provided by the exchange for the ES contract. The volume of several trades can be consolidated into a single tick. This practice is known as "tick netting."

 

"The quote field TradeVolume is not updated with each trade tick. Like other quote fields it is updated periodically... It is what we refer to as "snapshot" data.

 

So, what we seem to have is an imperfect way of obtaining trade volume on an intrabar basis. This is a start.

 

However, now it seems the EOT indicator can be used with historical data?! This is strange.

Share this post


Link to post
Share on other sites

Hi,

 

if I see it right, in the second video MultiCharts is used.

I think you have seen this already, but just in case.

 

 

Well, I don't use EL myself, but one thought about these "snapshots":

My broker made clear right from the start, that he uses this method.

Currently I think, that many brokers use it. In this way or another.

But in my view the raw data, would simply overload the internet at some times (for example FOMC days).

Using this method, they control the data traffic, they know the maximum load for their servers

and they know they maximum throughput. If they just would send every single tick out,

they and you would pay this in time (i.e. you lag or crash).

 

On the other hand, it seems to me, that nowadays (electronic age)

you don't just order 200 ES contracts, instead you order 200 times 1 ES contract.

You "pulse" your order. From the commissions side it should be the same, so it makes sense to me.

 

I use a tape reader that is based on 5s bars which are received 1s late,

these bars provide also the wap, volume and number of trades, but

my broker says they should be accurate, and it seems to be true.

Looking at these information, you still see the patterns

(i.e. move on very high volume or move on very low volume to prepare ... whatsoever).

I think you see it even better.

 

OK, just my thoughts.

Maybe I look for some screenshots of my tapereader tomorrow to show,

what I meant to say. If you like?

Edited by HAL9000
hmm...

Share this post


Link to post
Share on other sites
OK, just my thoughts.

Maybe I look for some screenshots of my tapereader tomorrow to show,

what I meant to say. If you like?

 

Thanks Hal9000. Yes, please do post your screenshots.

Share this post


Link to post
Share on other sites

I modified the Bid/Ask Pressure indicator to use TradeVolume instead of Volume or Ticks. This should give an approximate value representing the trade volume of the last order. Further modification may be necessary to the indicator will most likely be needed.

 

Below is a chart from the overnight ES market. I know it’s not the best time to run the indicator but I just wanted to see if I was on the right track.

 

The first indicator was using an order size filter of 50 or greater. The second indicator (the one on the bottom) had an order size filter of 1.

 

The first thing you notice is they do track differently. I will let this run during “normal” market hours today and post the results. I may play around with the indicator a bit more (as I have some ideas to test) then if all looks well, I’ll post it.

 

attachment.php?attachmentid=10388&stc=1&d=1241183070

ES_Overnight_Vol_Splitter_Test.jpg.3b0086b6fda562eb8a9515df056a4f75.jpg

Share this post


Link to post
Share on other sites

Good work man! You got a lot further than I did. I spent the evening in the EOT free indicator class trying to look at splitter examples for clues...

 

Didn't come up with much. Even with modifying the BA Pressure indicator to look for size it still leaves the fundamental question of how they are pulling this data historically and not just real time... and its one I don't have an answer to just yet.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Topics

  • Posts

    • $PTN Palatin Technologies stock back to 1.74 support area, https://stockconsultant.com/?PTN
    • $CHWY Chewy stock breakdown watch, https://stockconsultant.com/?CHWY
    • $COF Capital One stock right at the top of the range, breakout watch, https://stockconsultant.com/?COF
    • Date: 25th April 2024. Investors Monitor a Potential Japanese Intervention, and upcoming Tech Earnings. Meta stocks top earnings expectations, but revenue guidance for the next 6 months triggers significant selloff. Meta stocks decline 15.00% and the Magnificent Seven also trade lower. Japanese Authorities are on watch and most market experts predict the Japanese Federal Government will intervene once again. The Japanese Yen is the day’s worst performing currency while the Australian Dollar continues to top the charts. The US Dollar trades 0.10% lower, but this afternoon’s performance is likely to be dependent on the US GDP. USA100 – Meta Stocks Fall 15% On the Next 6-Months Guidance The NASDAQ has declined 1.51% over the past 24 hours, unable to maintain momentum from Monday and Tuesday. Technical analysts advise the decline is partially simply a break in the bullish momentum and the asset continues to follow a bullish correction pattern. However, if the decline continues throughout the day, the retracement scenario becomes a lesser possibility. In terms of indications and technical analysis, most oscillators, and momentum-based signals point to a downward price movement. The USA100 trades below the 75-Bar EMA, below the VWAP and the RSI hovers above 40.00. All these factors point towards a bearish trend. The bearish signals are also likely to strengthen if the price declines below $17,295.11. The stock which is experiencing considerably large volatility is Meta which has fallen more than 15.00%. The past quarter’s earnings beat expectations and according to economists, remain stable and strong. Earnings Per Share beat expectations by 8.10% and revenue was as expected. However, company expenses significantly rose in the past quarter and the guidance for the second half of the year is lower than previous expectations. These two factors have caused investors to consider selling their shares and cashing in their profits. Meta’s decline is one of the main causes for the USA100’s bearish trend. CFRA Senior Analyst, Angelo Zino, advises the selloff may be a slight over reaction based on earnings data. If Meta stocks rise again, investors can start to evaluate a possible upward correction. However, a concern for investors is that more and more companies are indicating caution for the second half of the year. The price movements will largely now depend on Microsoft and Alphabet earnings tonight after market close. Microsoft is the most influential stock for the NASDAQ and Alphabet is the third. The two make up 14.25% of the overall index. If the two companies also witness their stocks decline after the earnings reports, the USA100 may struggle to gain upward momentum. EURJPY – Will Japan Intervene Again? In the currency market, the Japanese Yen remains within the spotlight as investors believe the Japanese Federal Government is likely to again intervene. The Federal Government has previously intervened in the past 12 months which caused a sharp rise in the Yen before again declining. The government opted for this option in an attempt to hinder a further decline. Volatility within the Japanese Yen will also depend on today’s US GDP reading and tomorrow’s Core PCE Price Index. However, investors will more importantly pay close attention to the Bank of Japan’s monetary policy. Investors will be keen to see if the central bank believes it is appropriate to again hike in 2024 as well as comment regarding inflation and the economy. In terms of technical analysis, breakout levels can be considered as areas where the exchange rate may retrace or correct. Breakout levels can be seen at 166.656 and 166.333. However, the only indicators pointing to a decline are the RSI and similar oscillators which advise the price is at risk of being “overbought”. Always trade with strict risk management. Your capital is the single most important aspect of your trading business. Please note that times displayed based on local time zone and are from time of writing this report. Click HERE to access the full HFM Economic calendar. Want to learn to trade and analyse the markets? Join our webinars and get analysis and trading ideas combined with better understanding on how markets work. Click HERE to register for FREE! Click HERE to READ more Market news. Michalis Efthymiou Market Analyst HFMarkets Disclaimer: This material is provided as a general marketing communication for information purposes only and does not constitute an independent investment research. Nothing in this communication contains, or should be considered as containing, an investment advice or an investment recommendation or a solicitation for the purpose of buying or selling of any financial instrument. All information provided is gathered from reputable sources and any information containing an indication of past performance is not a guarantee or reliable indicator of future performance. Users acknowledge that any investment in FX and CFDs products is characterized by a certain degree of uncertainty and that any investment of this nature involves a high level of risk for which the users are solely responsible and liable. We assume no liability for any loss arising from any investment made based on the information provided in this communication. This communication must not be reproduced or further distributed without our prior written permission.
    • $ALVR AlloVir stock bottom breakout watch, huge upside gap, https://stockconsultant.com/?ALVR
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.