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.

UrmaBlume

Trade Intensity

Recommended Posts

My motivation was to understand what the approach was all about, implementing the indicator (partly for the sake of doing so) made that easier to see for myself. I quite like looking at novel approaches that meet certain criteria (which this did despite relying on an indicator!) . I don't actively look for them and my primary motivation is curiosity rather than anything to do with my own trading.

Share this post


Link to post
Share on other sites

so I change the chart I have from 2m to 1s and this is what I see. Conclusion; you still need to interpret what you are seeing. It's of nowhere near what OP's indicator caliber but it helps showewhat, thanks.

1243360166_58_UploadImage.thumb.png.ead32bedadff6b2d9180ad25106274a4.png

Share this post


Link to post
Share on other sites

Absolutely....of course that is the nature of trading regardless of approach. Tools don't make the craftsman. My grandfather was a scratch golfer and he could go round 2 under just as happily with 5 clubs as a full bag. I was grateful for that when I cadied for him :)

 

Eidt: btw the OP recommends constant volume bars for reasons described earlier in the thread.

Share this post


Link to post
Share on other sites

Nice Honvly,

 

Where they soley based of intensity or did you have S/R levels or something? Are you looking at absolute values or relative, I notice some faint grid lines on the histogram and the trades all seemed +1000.

Share this post


Link to post
Share on other sites
Some trade intensity based trades taken today:

 

Nice trades and well done. I can see why you would take every trade except the last one listed to the right of your chart. Can you say why this was taken ?

 

 

Paul

Share this post


Link to post
Share on other sites
Nice Honvly,

 

Where they soley based of intensity or did you have S/R levels or something? Are you looking at absolute values or relative, I notice some faint grid lines on the histogram and the trades all seemed +1000.

 

I was looking at absolute values >1100 yesterday. The automated trades were based on intensity filtered by high values on the unnamed indicator below that.

 

The trade on the right edge was taken because the red intensity went above 1100.

Edited by honvly

Share this post


Link to post
Share on other sites

Thanks, pretty much as I guessed. I'd be interested if you see many failures as you are watching it real time. One of the greatest drawbacks (imho) of these sorts of chart are that they are real time only so you can't study historical charts. Maybe with NT 7.0.

Share this post


Link to post
Share on other sites

Honvly I wonder if you are prepared to share the code? I never quite put the finishing touches on my version and it looks like you have. Understand if not of course.

Share this post


Link to post
Share on other sites
I just think that is an awesome indicator. Thanks for sharing your screenshots honvly. Now if only I was smart enough to convert it to .eld.... ;)

 

Here are some shots from yesterday's trade that show an upgrade to the original - both of which run in Trade Station.

 

http://www.traderslaboratory.com/forums/f34/commercials-very-active-today-filtered-intensity-6064.html#post66410

Edited by UrmaBlume

Share this post


Link to post
Share on other sites
The link appears to be broken UB, I am getting a 404?

 

Heres the real one...

 

http://www.traderslaboratory.com/forums/f34/commercials-very-active-today-filtered-intensity-6064.html

 

UrmaBlume - I know they run in TS but I belive you said you had to create a new .dll to house all of the data, etc. right?

 

Is there anyway to get a proxy of this information in a more simple, if not less accurate way?

Share this post


Link to post
Share on other sites

Here's something that bothers me does tradestation plot Constant Volume bars correctly?

 

For example with CV 100 bars. If you have a bar already with 95 contracts in and an order for 150 contracts completes will tradestation a) complete the first bar b) plot a full 100 vol bar c) start plotting an incomplete bar with 45 contracts??

 

I had a feeling it was one of these apps that stuffed everything into one bar?

Share this post


Link to post
Share on other sites
Here's something that bothers me does tradestation plot Constant Volume bars correctly?

 

For example with CV 100 bars. If you have a bar already with 95 contracts in and an order for 150 contracts completes will tradestation a) complete the first bar b) plot a full 100 vol bar c) start plotting an incomplete bar with 45 contracts??

 

I had a feeling it was one of these apps that stuffed everything into one bar?

 

They add the last trade so that sometimes the constant volume bar is a little over, if it is an especially big transaction it will print multiple bars at the same time. This has no effect on intensity if you know the true elapsed time, the true volume and apply the proper time of day normalized filters. BTW these filters also must deal with the change in buying and selling volume designation that happens on these extremes - its not just volume/time - there is much more required for optimal performance of this indicator.

Share this post


Link to post
Share on other sites
Here's something that bothers me does tradestation plot Constant Volume bars correctly?

For example with CV 100 bars. If you have a bar already with 95 contracts in and an order for 150 contracts completes will tradestation a) complete the first bar b) plot a full 100 vol bar c) start plotting an incomplete bar with 45 contracts??

I had a feeling it was one of these apps that stuffed everything into one bar?

 

 

don't know about TradeStation, but MultiCharts is doing a pretty good job: it would take the left over and use it to start the next bar.

 

You can check to see if the software is handling the volume properly by adding the volume histogram to the volume bar chart. The volume is supposed to cap at the CVB resolution.

 

 

attachment.php?attachmentid=10989&stc=1&d=1243528809

CVB.gif.67864e2d2058342607b0c9510a7b6dea.gif

Share this post


Link to post
Share on other sites
Honvly I wonder if you are prepared to share the code? I never quite put the finishing touches on my version and it looks like you have. Understand if not of course.

 

The code isn't ready to be shared, as the indicator values still seem inaccurate when compared to UrmaBlume's original. There are still too many failures to reverse, good trades below the absolute threshold, etc.

Share this post


Link to post
Share on other sites

Fair enough. I have to say I didn't post code mainly out of respect to UB's work though sent code privately to a few people.

 

I am comfortable that ninja and zenfire are getting the data that is required accurately. I would bet you a penny to a pound that it is more accurate than the TS setup. I think maybe 'accuracy' is not your issue. I wonder if what sets the OP's charts apart are filtering and smoothing? The underlying principles I think are probably well understood by people and not what's at issue.

 

My early code (which was only a proof of concept in ninja) whilst ragged looking and not as 'nice' as the originals seams to reveal the same behaviour. There will also be visual differences due to how TS plots stuff. If I get 500 contracts with the same time stamp (this could be one 500 lot or 500 one lots) NT will display this as 5 or 6 bars. I keep 'ramping up' the intensity in this case which seems appropriate behaviour if the change in time is 0. The fact that UB's charts dont have many series of bars where ohlc are all the same suggests to me TS isn't plotting correctly because they occur in Ninja and Multicharts all day long with 100 contract bars. This maybe has the effect of emphasising those high intensities in TS. Sometimes flaws in implementation produce desirable artefacts. My method of carrying over intensities emphasises them too. (i posted some charts earlier in the thread where you can see this 'sawtooth' effect).

 

Hope that made some sense (lucidity goes down hill after midnight) and might give you some things to look at.

 

btw I have mentioned before but it bears repeating...I think if you get a decent low (or zero) lag smoother you might be pretty impressed with the results. You could try Hursts or one of Ehlers maybe. My hunch is that might be the 'secret sauce', mind you a dull old ema would probably do.

Share this post


Link to post
Share on other sites

Sorry I'm late to this party, I'm just now looking at this thread. It makes me think: if my assumption is that a market player is 'pulsing' the market with orders to hide their considerable volume, then:

 

1) Intensity would be high (contracts/time)

2) total pulsed volume would be high (otherwise who cares?)

3) total pulsed volume would be largely directional (mostly upticks or mostly downticks)

 

(doesn't that seem sensible, or am I missing the point?)... so any algorithm I'd devise would combine the 3 factors.

 

so maybe... volume/time is intensity... and if I post-process the 'pulsy' trades, then: some variation of volume^2/time would highlight high volume 'pulses' over low volume ones... and if I change it to (volume*(upvol-downvol))/time it would be similar to volume^2/time in amplitude if the pulse is highly directional, and diminished if it is a mix of buys and sells.

 

I don't know, just thinking out loud. I may just try it, sometime.

 

 

(and yeah, it sucks that TS doesn't split trades for their volume bars like the rest of the world... it causes our users all kinds of "my chart doesn't look like your ninja chart" anxiety)

Share this post


Link to post
Share on other sites
Sorry I'm late to this party, I'm just now looking at this thread. It makes me think: if my assumption is that a market player is 'pulsing' the market with orders to hide their considerable volume, then:

 

1) Intensity would be high (contracts/time)

2) total pulsed volume would be high (otherwise who cares?)

3) total pulsed volume would be largely directional (mostly upticks or mostly downticks)

 

(doesn't that seem sensible, or am I missing the point?)... so any algorithm I'd devise would combine the 3 factors.

 

so maybe... volume/time is intensity... and if I post-process the 'pulsy' trades, then: some variation of volume^2/time would highlight high volume 'pulses' over low volume ones... and if I change it to (volume*(upvol-downvol))/time it would be similar to volume^2/time in amplitude if the pulse is highly directional, and diminished if it is a mix of buys and sells.

 

I don't know, just thinking out loud. I may just try it, sometime.

 

 

(and yeah, it sucks that TS doesn't split trades for their volume bars like the rest of the world... it causes our users all kinds of "my chart doesn't look like your ninja chart" anxiety)

 

A couple of points:

 

First you are getting close, we describe this indicator as:

 

When taken in combination, the acceleration and deceleration of buying and selling volumes, total volume and the velocity/rate of change in the balance of trade reveal a certain dynamic that we find present at many, if not most, intra-session extremes. While these indications occur throughout the session, here are some shots of session extremes from 6/18 in ES.

 

Second there is a very strange dynamic that occurs on the extremes that throws your thoughts about Up/Dn into confusion. This dynamic is not present elsewhre throughout the sesssion and is concerned with auto executions.

 

Here is a shot of the session low and the session high from 6/18.

 

BTW - it makes no difference how TS or anybody else breaks up the volume bars as while the chart is presented on a 1k contract price bar chart the data for the indicator comes from elsewhere.

 

Also BTW RichardTodd - I used to live in Dalls (worked in Lincoln center at LBJ & Tollway) and would love to go back just to eat - The Blue Goose, Snuffers, The Riveria, The Mansion at Turtle Creek, Campesi's, and of course Sonny Bryan's.

 

618Lo.jpg

 

 

618Hi.jpg

Edited by UrmaBlume

Share this post


Link to post
Share on other sites
Sorry I'm late to this party, I'm just now looking at this thread. It makes me think: if my assumption is that a market player is 'pulsing' the market with orders to hide their considerable volume, then:

 

1) Intensity would be high (contracts/time)

2) total pulsed volume would be high (otherwise who cares?)

3) total pulsed volume would be largely directional (mostly upticks or mostly downticks)

 

(doesn't that seem sensible, or am I missing the point?)... so any algorithm I'd devise would combine the 3 factors.

 

so maybe... volume/time is intensity... and if I post-process the 'pulsy' trades, then: some variation of volume^2/time would highlight high volume 'pulses' over low volume ones... and if I change it to (volume*(upvol-downvol))/time it would be similar to volume^2/time in amplitude if the pulse is highly directional, and diminished if it is a mix of buys and sells.

 

I don't know, just thinking out loud. I may just try it, sometime.

 

 

(and yeah, it sucks that TS doesn't split trades for their volume bars like the rest of the world... it causes our users all kinds of "my chart doesn't look like your ninja chart" anxiety)

 

Richard,

I've started working on this as well (and was going to post about being 'late to the party' too!).

 

My first step was to measure n volume over time, currently using a static value for n. On some days this alone produces useful signals, more often far too many signals.

 

Step 2 (which I'm just starting) is to measure tick velocity, with some sort of size filter, and see how that corresponds to and interacts with the first method.

 

UrmaBlume refers to a strange dynamic at the extremes; it seems that those spikes are often marked by huge disparities between bid/ask hits, with the relation opposite to what one might expect. Many contracts are hitting the offer toward and at the high, but the offer is being replenished. Once the buy orders are exhausted, price starts to drift down, and gradually picks up speed...but I think there's more to it than this.

 

A good deal can actually be seen on a volume chart with a standard velocity histogram (1/(t2-t1)), but keeping the measure independent of the bars means provides more precision, and makes it independent of the particular chart used for display.

 

UrmaBlume, thanks for your post, and please feel free to correct or comment on mine!

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

    • Date: 29th March 2024. GBPUSD Analysis: The Pound Trades Higher But For How Long? The global Stocks Markets are closed due to Easter Friday (Good Friday). The NASDAQ continued to follow the sideways trend while other indices again rose. The SNP500 reaches an all-time high, but the NASDAQ remains under pressure from Tesla, Meta and Apple. The Euro continues to trade lower against all major currencies including the US Dollar, Euro and Japanese Yen. The British Pound is the best performing currency during this morning’s Asian session. However, investors are largely fixing their attention on this afternoon’s Core PCE Price Index. GBPUSD – The Pound Trades Higher but For How Long? The GBPUSD is slightly higher than the day’s open and is primary due to the Pound’s strong performance. At the moment, the British Pound is increasing in value against all major currencies. However, the US Dollar Index is also trading 0.10% higher and for this reason there is a slight conflict here. If investors wish to avoid this conflict, the EURUSD is a better option. This is because, the Euro depreciating against the whole currency market avoiding the “tug-of-war” scenario. The GBPUSD is trading slightly lower than the 2-month’s average price and is trading at 49.10 on the RSI. For this reason, the price of the exchange is at a “neutral” level and is signalling neither a buy nor a sell. The day’s price action and future signals are possibly likely to be triggered by this afternoon’s Core PCE Price Index. Analysts expect the Core PCE Price Index to read 0.3% which is slightly lower than the previous month but will result in the annual figure remaining at 2.85%. The PCE rate is different to the inflation rate and the Fed aims for a rate between 1.5% to 2.00%. Therefore, even if the annual rate remains at 2.85%, as analysts expect, it would be too high for the Fed. If the rate increases, even if only slightly, the US Dollar can again renew bullish momentum and the stock market can come under pressure. This includes the SNP500. Investors are focused on the publication of data on the UK’s gross domestic product (GDP) for the last quarter of 2023: the quarterly figures decreased by 0.3%, and 0.2% over the past 12-months. This confirms the state of a shallow recession and the need for stimulation. The data, combined with a cooling labor market and a steady decline in inflation, increase the likelihood that the Bank of England will soon begin interest rate cuts. In the latest meeting the Bank of England representatives did not see any members vote for a hike. USA500 – The SNP500 Rises to New Highs, But Cannot Hold Onto Gains! The price of the SNP500 rises to an all-time high, before correcting 0.33% and ending the day slightly lower than the open price. Nonetheless, the index performs better than the NASDAQ which came under pressure from Tesla, Meta and Apple which hold a higher weight compared to the SNP500. For the SNP500, these 3 stocks hold a weight of 9.25%, whereas the 3 stocks make up 14.63% of the NASDAQ. The SNP500 is also supported by ExxonMobil’s gains due to higher energy prices. The market will remain closed on Friday due to Easter. However, the market will reopen on Monday for the US and investors can expect high volatility. Investors will also need to take into consideration how the PCE Price Index and the changed value of the US Dollar is likely to affect the stock market next week. 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.
    • MT4 is good and will be good until their parent company keep updating the software, later mt4 users will have to switch to mt5.
    • $SOUN SoundHound AI stock at 5.91 support area , see https://stockconsultant.com/?SOUN
    • $ELEV Elevation Oncology stock bull flag breakout watch , see https://stockconsultant.com/?ELEV
    • $AVDX AvidXchange stock narrow range breakout watch above 13.32 , see https://stockconsultant.com/?AVDX
×
×
  • Create New...

Important Information

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