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.

daedalus

The "New" TTM Squeeze

Recommended Posts

  chloe31 said:
Hi Tams,

 

I am really sorry, I have installed the ADE and TZu add-ons. Then I have imported in Multicharts 5.0 the code provided by TraderJen. When I compile the code, I have an error message: ADF.GetData: Unknown Function ?

Would you be kind enough to help me please ?

 

Thanks in advance

Best regards,

Chloe

 

 

pls read my post #23 again

Share this post


Link to post
Share on other sites
  chloe31 said:
When I compile the code, I have an error message: ADF.GetData: Unknown Function ?

You are probably missing ELcollections. Tams has kindly provided some links here: http://www.traderslaboratory.com/forums/f46/ade-all-data-everywhere-easylanguage-5934.html#post66122

 

Anyone using ADE, TZU, ELCollections should know that none of these are supported, not by TS, not by MC and no longer by the author/trader Bamboo on the TS forum. You are really on your own. If you can't handle that, you should take Tam's advice and purchase the TTM version and hopefully they can provide support.

Share this post


Link to post
Share on other sites

Hi Everybody,

 

I am really sorry to insist, but:

 

1) I installed the Elcollections (as explained by TAMS)

2) I installed the ADE add-on (as explained by TAMS)

3) I installed the TZU add-on (as explained by TAMS)

 

Then I compiled the code provided by TraderJen. As a result, I still have tje error message: ADF.GetData unknown function.

So, I read the ADE manuel. I saw that the followinf functions were available:

 

* ADF. Average

* ADF.AverageFC

* ADF.Lowest

* ADF.LowestFC

* ADF.Highest

* ADF.hightestFC

* ADF.Summation

* ADF.SummationFC

 

All these functions are well installed in Multicharts (I can edit then with the PLE). But, I cannot see any ADF.GetData !

As ADF functions are "own series functions" (see ADE manual), I think that this function should be provided with the code from TraderJen.

Could you please advise ?

 

Thank you in advance

Best regards

Chloe

Share this post


Link to post
Share on other sites
  chloe31 said:
I am really sorry to insist, but:

If you insist ...

You should be in the TS forum, but I realized that you might not have access because you are using MC .. Kirvist is the author, although he might as well be working for TTM given the difficulties in setting up this indicator :)

  Quote
kirvist

19 Posts

Posted - 08/12/2009 16:25:11

Ale' TTM Trend anchors indicator for ticks

For minutes: https://www.tradestation.com/Discussions/Topic.aspx?Topic_ID=92189

That's my setup for indicator. I hope sameone can do better.

 

Setup

 

1.You need to instal ADE pack.(https://www.tradestation.com/Discussions/Topic.aspx?Result=1&Topic_ID=33398&Page=1)

2.Open new chart window and insert indicator "TZU Save OHLCV".

3.Copy chart window and paste as many times as you need timeframes. Adjust charts Ticks, lets say 55tick,89tick,144tick,233,377,610,987, etc.

4.Download PAINTBAR INDICATOR "TTMPB_TREND_TZU.TXT.ELD" and install.

5.Open new chart window, choose tickframe to trade (lets it be 55tick) and insert PaintBar Indicator "DTTpb_TZU_TTM_Anchor".

6.You can input 4 tickframes as Intervals. You need input ticks chart on which loading

PaintBar Indicator "DTTpb_TZU_TTM_Anchor".

7. PaintBar Indicator "DTTpb_TZU_TTM_Anchor" atatched as .ELD

8.Enjoy.Attachment:DATA/20090812161521TTMPB_TREND_TZU.TXT.ELD 46995 bytes

Attachment:DATA/20090812162406DTTpb_TZU_TTM_Anchor.txt 6733 bytes

 

attachment.php?attachmentid=12949&stc=1&d=1250446825

20090812161521TTMPB_TREND_TZU.TXT.ELDFetching info...

ADF.GetData2009-08-16_141535.thumb.gif.e8d63d9a3f5331f5a6065773cc38b52c.gif

Share this post


Link to post
Share on other sites

Hi Thrunner,

 

You are fully right, I have no access to Tradestation forum because I am using MC.

Your support is very appreciated, thank you so much.

 

I checked the list of functions you attached. I habe all these functions installed, except the ADF.GetData function !

Then, I followed the setup from Kirvist:

1) ok

2) ok

3) I import the new file into MC. Then I compile and I have a new error message with the function I: assignment is allowed only for variables or array elements (TZS.GetSyncInfo = Index; cannot be compiled !)

 

Do you any idea ?

Thanks in advance

Best regards,

Chloe

Share this post


Link to post
Share on other sites

Here are some tips on making ADE, TZS, ELcollections working on MC, if there are MC users who have got this to work, please post.

TS SUPPORT :: View topic - ADE and Vista 64 bit.

  Quote
Note that if you want to work with ADE and TypeZero bars (tick and volume bars), you almost certainly need to install the TypeZero Sync library as well, since it will allow you to correctly synchronize data between different charts.

 

Here are the instructions for using the TZS framework. Please read and follow them carefully, since you must set things up correctly in order for the framework to work properly.

 

1. Set up each chart that you want to synchronize so that the first bar on the chart is at the start of a session. This just means that the range should be set with Days/Months/Years Back or with First Date, rather than with Bars Back. Don't ever use the Bars Back range setting with the TypeZero Sync framework!!!

 

2. Apply the "! TZS Setup Sync" indicator to each chart involved in synchronization (both sender and receiver). Check the "Prompt for Format" box and make sure that the Interval input is set correctly -- e.g. it should be ADE.TickBarV(BarInterval) for tick bars using trade volume, and ADE.VolBarV(BarInterval) for volume bars using trade volume. The indicator is named with a ! at the start to ensure that it comes first in the indicator list. Indicators that use TypeZero Sync should always be named so that they come after the "! TZS Setup Sync" indicator.

 

3. Apply the indicator that saves data to the higher-interval chart. To save OHLCV data, use the "TZU Save OHLCV" indicator. Again, make sure the Interval input contains the appropriate TypeZero interval function for the chart.

 

4. Apply the indicator that consumes the higher-interval data to the lower-interval chart. Check the "Prompt for Format" box and enter the appropriate function calls for ThisInterval and ThatInterval. ThisInterval refers to the interval for the current chart, and ThatInterval refers to the higher interval. You can always pass BarInterval to the function used for ThisInterval (e.g. ADE.VolBarV(BarInterval)), but you will need to specify the correct interval for the higher interval (e.g. ADE.VolBarV(5000)).

Share this post


Link to post
Share on other sites

In case you don't already have TypeZero Sync Library. It is attached in this post.

 

You should not have compile errors for the previous TTMpbTZU indicator after this TYpeZeroSync eld is compiled in MC.

 

After the TTMpbTZU indicator compiled properly, you can proceed to set up the 4 sender charts and the one receiver chart.

 

Read the above quote box again as it was written by Bamboo. As (3) stated, be sure the Interval input contains the correction ADE.TickBarT(BarInterval) function for both the sender and receiver indicators.

 

This works for TS and should also work for MC.

TypeZeroSync.ELDFetching info...

Share this post


Link to post
Share on other sites

Hi thrunner,

 

Thanks a lot for your reply. I have compiled the TypeZeroSync in MC. This is ok. Then I tried to compile the TTMpbTZU indicator, but it failed ! I still have the message: ADF.GetData unknown function.

Then I tried to compile in TradeStation, but I got the same error message.

 

I am lost !! The pb comes from the ADF.Getdata function. If you have the eld fichier for this function, could you please provide me with it ?

 

Thanks in advance

Best regards.

Chloe

Share this post


Link to post
Share on other sites

Sure. Actually post 30 above has the kirvist eld which has the ADF.GetData function. Here it is in code:

 

The attached eld is just the exported eld of kirvist's code using TS 8.06.2525.

 

*** What version of MC are you using? ***

It is possible that an ealier version of MC is unable to read the newer TS 8.6 (8.06.xxxx) elds (posted here with kirvist's eld above and this post) properly and is unable to compile the dependent functions (it could read it but the function names are incorrect). You may need MC 5.0 and above.

 

The older ADE, ELC, TZS elds were produced by TS 8.3 and below and are readable with MC 3, 4.

 

Inputs:
Class(StringSimple),
Sym(StringSimple),
Interval(NumericSimple),
BarID(NumericSimple),
SeriesName(StringSimple),
BarsBack(NumericSimple);

Vars:
SeriesID(0),
BarIndex(0);

SeriesID = ADE.GetSeries(Class, Sym, Interval, SeriesName);
BarIndex = ADE.GetBarIndex(Class, Sym, Interval, BarID);

if BarIndex > BarsBack then
ADF.GetData = ListN.Get(SeriesID, BarIndex - BarsBack)
else
ADF.GetData = 0;

DTTPB_TZU_TTM_.ELDFetching info...

Edited by thrunner
MC version dependency

Share this post


Link to post
Share on other sites

Hi Thrunner,

 

Thanks very much. We are progressing well ! I have compiled the ADF.GetData function, it's works very well. Therefore, I could compile the DTTpb_TZU_TTM_Anchor provided by TraderJen.

 

Nevertheless, when I import and compile the DTTPB TZU TTM.eld you provided in post 35, I have an error message with the last line of the function I: TZS.GetSyncInfo = Index; assignment is allowed only for variables or array elements

errLine 41, errColumn 0, errLineEnd 41, errColumnEnd 0

 

I use Multicharts 5.0.

 

Do you have an idea ?

 

Thank you very much in advance

Best regards,

Chloe

Share this post


Link to post
Share on other sites
  chloe31 said:
...

I use Multicharts 5.0.

 

Do you have an idea ?

.

I don't think you installed ELC, ADE, TZU correctly. C: \ADE folder needs to be set up properly as well (use the ADE setup exe attached here, if you are not sure how to set up C: \ADE). I wasn't sure if this combination will work with MC, so I installed the indicators and set up the workspaces and it does work properly (see attached MC workspace pictures).

 

Attached please find the MC indicators (pla format) and MC workspaces using IB (Interactivebroker data feed; you will need to change the symbols in order to match your data feed).

 

If you can't get the attached files to work then you may need to install the ELC (1.05), ADE (1.07) and TZU again (in that order). Many files are redundant and you don't have to compile over them (choose No to All when compiling). Make sure you have ELCollections.dll in your MC programs folder.

 

attachment.php?attachmentid=12999&stc=1&d=1250614912

DTTTTMpb2.zipFetching info...

TTMpbTrend1.gif.6f9a913d43ba1146adb0063e36aceaa2.gif

MC_DTT_pbTZU1.thumb.gif.a847b08bc8196b501f18e9dfd9f6cbb0.gif

20060907093309ADE Setup.zipFetching info...

Edited by thrunner

Share this post


Link to post
Share on other sites

Hi thrunner,

 

Thanks for your precious support. As you advised, I will install again Elcollections then ADE add-on and then TZU add-on.

I will keep you informed tomorrow

 

See you soon

Best regards,

 

Chloe

Share this post


Link to post
Share on other sites

Hi Thrunner,

 

So, I re-installed the Elcollections, then the ADE add-on and finally the TZU add-on.

I imported the indicators you privided in post 37.

I can now confirm that the TTM anchor works very well. I do not know how to thank you. I really appreciated you help and support.

So, once again, thank you very much Thrunner.

 

You will find attached to indicators:

 

* TTM trend Anchor ticks (for ticks): I have modified you code in order to select the number of time frames (not only 4, but 1 to 4)

* TTM trend Anchor time (for minutes, daily, weekly and monthly): I have modified you code in order to select the number of time frames (not only 4, but 1 to 4)

 

Best regards,

Chloe

TTM TREND ANCHOR TICKS.plaFetching info...

TTM TREND ANCHOR TIME.plaFetching info...

Share this post


Link to post
Share on other sites

Hello,

 

I was able to successfully install anchorsTS_Ticks in tradestation8.7, but for some reason anchorsTS-Time consistently returns an "ADE Error --- No data available for class OHLCV.

 

Has anyone else experienced this? Any suggestion would be appreciated.

 

Thanks!

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

    • Thx for reminding us... I don't bang that drum often enough anymore Another part for consideration is who that money initially went to...
    • TDUP ThredUp stock, watch for a top of range breakout above 2.94 at https://stockconsultant.com/?TDUP
    • How long does it take to receive HFM's withdrawal via Skrill? less than 24H?
    • My wife Robin just wanted some groceries.   Simple enough.   She parked the car for fifteen minutes, and returned to find a huge scratch on the side.   Someone keyed her car.   To be clear, this isn’t just any car.   It’s a Cybertruck—Elon Musk's stainless-steel spaceship on wheels. She bought it back in 2021, before Musk became everyone's favorite villain or savior.   Someone saw it parked in a grocery lot and felt compelled to carve their hatred directly into the metal.   That's what happens when you stand out.   Nobody keys a beige minivan.   When you're polarizing, you're impossible to ignore. But the irony is: the more attention something has, the harder it is to find the truth about it.   What’s Elon Musk really thinking? What are his plans? What will happen with DOGE? Is he deserving of all of this adoration and hate? Hard to say.   Ideas work the same way.   Take tariffs, for example.   Tariffs have become the Cybertrucks of economic policy. People either love them or hate them. Even if they don’t understand what they are and how they work. (Most don’t.)   That’s why, in my latest podcast (link below), I wanted to explore the “in-between” truth about tariffs.   And like Cybertrucks, I guess my thoughts on tariffs are polarizing.   Greg Gutfield mentioned me on Fox News. Harvard professors hate me now. (I wonder if they also key Cybertrucks?)   But before I show you what I think about tariffs… I have to mention something.   We’re Headed to Austin, Texas This weekend, my team and I are headed to Austin. By now, you should probably know why.   Yes, SXSW is happening. But my team and I are doing something I think is even better.   We’re putting on a FREE event on “Tech’s Turning Point.”   AI, quantum, biotech, crypto, and more—it’s all on the table.   Just now, we posted a special webpage with the agenda.   Click here to check it out and add it to your calendar.   The Truth About Tariffs People love to panic about tariffs causing inflation.   They wave around the ghost of the Smoot-Hawley Tariff from the Great Depression like it’s Exhibit A proving tariffs equal economic collapse.   But let me pop this myth:   Tariffs don’t cause inflation. And no, I'm not crazy (despite what angry professors from Harvard or Stanford might tweet at me).   Here's the deal.   Inflation isn’t when just a couple of things become pricier. It’s when your entire shopping basket—eggs, shirts, Netflix subscriptions, bananas, everything—starts costing more because your money’s worth less.   Inflation means your dollars aren’t stretching as far as they used to.   Take the 1800s.   For nearly a century, 97% of America’s revenue came from tariffs. Income tax? Didn’t exist. And guess what inflation was? Basically zero. Maybe 1% a year.   The economy was booming, and tariffs funded nearly everything. So, why do people suddenly think tariffs cause inflation today?   Tariffs are taxes on imports, yes, but prices are set by supply and demand—not tariffs.   Let me give you a simple example.   Imagine fancy potato chips from Canada cost $10, and a 20% tariff pushes that to $12. Everyone panics—prices rose! Inflation!   Nope.   If I only have $100 to spend and the price of my favorite chips goes up, I either stop buying chips or I buy, say, fewer newspapers.   If everyone stops buying newspapers because they’re overspending on chips, newspapers lower their prices or go out of business.   Overall spending stays the same, and inflation doesn’t budge.   Three quick scenarios:   We buy pricier chips, but fewer other things: Inflation unchanged. Manufacturers shift to the U.S. to avoid tariffs: Inflation unchanged (and more jobs here). We stop buying fancy chips: Prices drop again. Inflation? Still unchanged. The only thing that actually causes inflation is printing money.   Between 2020 and 2022 alone, 40% of all money ever created in history appeared overnight.   That’s why inflation shot up afterward—not because of tariffs.   Back to tariffs today.   Still No Inflation Unlike the infamous Smoot-Hawley blanket tariff (imagine Oprah handing out tariffs: "You get a tariff, and you get a tariff!"), today's tariffs are strategic.   Trump slapped tariffs on chips from Taiwan because we shouldn’t rely on a single foreign supplier for vital tech components—especially if that supplier might get invaded.   Now Taiwan Semiconductor is investing $100 billion in American manufacturing.   Strategic win, no inflation.   Then there’s Canada and Mexico—our friendly neighbors with weirdly huge tariffs on things like milk and butter (299% tariff on butter—really, Canada?).   Trump’s not blanketing everything with tariffs; he’s pressuring trade partners to lower theirs.   If they do, everybody wins. If they don’t, well, then we have a strategic trade chess game—but still no inflation.   In short, tariffs are about strategy, security, and fairness—not inflation.   Yes, blanket tariffs from the Great Depression era were dumb. Obviously. Today's targeted tariffs? Smart.   Listen to the whole podcast to hear why I think this.   And by the way, if you see a Cybertruck, don’t key it. Robin doesn’t care about your politics; she just likes her weird truck.   Maybe read a good book, relax, and leave cars alone.   (And yes, nobody keys Volkswagens, even though they were basically created by Hitler. Strange world we live in.) Source: https://altucherconfidential.com/posts/the-truth-about-tariffs-busting-the-inflation-myth    Profits from free accurate cryptos signals: https://www.predictmag.com/       
    • No, not if you are comparing apples to apples. What we call “poor” is obviously a pretty high bar but if you’re talking about like a total homeless shambling skexie in like San Fran then, no. The U.S.A. in not particularly kind to you. It is not an abuse so much as it is a sad relatively minor consequence of our optimism and industriousness.   What you consider rich changes with circumstances obviously. If you are genuinely poor in the U.S.A., you experience a quirky hodgepodge of unhelpful and/or abstract extreme lavishnesses while also being alienated from your social support network. It’s about the same as being a refugee. For a fraction of the ‘kindness’ available to you in non bio-available form, you could have simply stayed closer to your people and been MUCH better off.   It’s just a quirk of how we run the place and our values; we are more worried about interfering with people’s liberty and natural inclination to do for themselves than we are about no bums left behind. It is a slightly hurtful position and we know it; we are just scared to death of socialism cancer and we’re willing to put our money where our mouth is.   So, if you’re a bum; you got 5G, the ER will spend like $1,000,000 on you over a hangnail but then kick you out as soon as you’re “stabilized”, the logistics are surpremely efficient, you have total unchecked freedom of speech, real-estate, motels, and jobs are all natural healthy markets in perfect competition, you got compulsory three ‘R’’s, your military owns the sky, sea, space, night, information-space, and has the best hairdos, you can fill out paper and get all the stuff up to and including a Ph.D. Pretty much everything a very generous, eager, flawless go-getter with five minutes to spare would think you might need.   It’s worse. Our whole society is competitive and we do NOT value or make any kumbaya exception. The last kumbaya types we had werr the Shakers and they literally went extinct. Pueblo peoples are still around but they kind of don’t count since they were here before us. So basically, if you’re poor in the U.S.A., you are automatically a loser and a deadbeat too. You will be treated as such by anybody not specifically either paid to deal with you or shysters selling bejesus, Amway, and drugs. Plus, it ain’t safe out there. Not everybody uses muhfreedoms to lift their truck, people be thugging and bums are very vulnerable here. The history of a large mobile workforce means nobody has a village to go home to. Source: https://askdaddy.quora.com/Are-the-poor-people-in-the-United-States-the-richest-poor-people-in-the-world-6   Profits from free accurate cryptos signals: https://www.predictmag.com/ 
×
×
  • Create New...

Important Information

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