Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
ADE - All Data Everywhere (EasyLanguage) Details »»
ADE - All Data Everywhere (EasyLanguage)
Platform: EasyLanguage, by Tams Tams is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Platform: Tradestation Rating: (2 votes - 5.00 average)
Released: 05-10-2009 Last Update: Never Installs: 12
 
No support by the author.

author: Bamboo


ADE - All Data Everywhere

Introduction

The “All Data Everywhere” library (or ADE for short) is a set of EasyLanguage functions and indicators that allow you to store any kind of data for any symbol and bar interval.
You can then access that data from any study or strategy, regardless of the symbol or bar interval.

One powerful use for ADE is to store higher timeframe data for a symbol and then access that data from a lower timeframe.
For example, you can calculate and store ADX and RSI for a 30 minute chart, and then you can access that data from a 5 minute chart.

Another powerful use for ADE is to look at data for other symbols.
You can use ADE to store data (OHLC, volume, indicators, etc) for an entire portfolio of symbols, and then you can access the data for any symbol from any other symbol. This makes it possible to perform analyses that depend on the relationships between different symbols in your portfolio.

ADE includes the ability to save data to text files and load it back.
This means that you can pre-calculate and store data for any symbols and timeframes you want, and you can retrieve that data whenever you want.
For example, you can store five years of data for a 30 minute MSFT chart. If you open a 30 minute MSFT chart with only one month of data, your study or strategy can load the five years of historical data and append only the new data. It is not necessary to recalculate the entire five years every time.

Installation instructions and sample indicators are provided in the zip file.


note: ADE uses the ELCollections library, so you must install ELCollections before you install ADE. Also, taking the time to learn how ELCollections works will allow you to make the most of ADE.
http://www.traderslaboratory.com/for...uage-5929.html

Download Now

File Type: zip ADESETUP.ZIP (588.3 KB, 440 views)

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.

Similar Indicator
Mod Developer Type Replies Last Post
Collections for EasyLanguage Tams Trading Indicators 12 03:32 PM 01-07-2010
Global Variable V2.2 Tams Trading Indicators 10 01:23 PM 02-24-2010
The Following 9 Users Say Thank You to Tams For This Useful Post:
aaa (05-10-2009), Lobo.Trader (01-21-2012), PointHarvester (09-11-2009), rajatheroyal (07-25-2009), shrike (05-06-2010), stevenvdv (09-10-2009), TIKITRADER (08-06-2009), traderwin (06-16-2010)

Comments
Old 07-25-2009, 02:13 AM   #18

jojojo's Avatar

Join Date: May 2007
Location: Frankfurt
Posts: 46
Ignore this user

Thanks: 0
Thanked 28 Times in 16 Posts

Re: ADE - All Data Everywhere (EasyLanguage)

It does not work with 2000i.
jojojo is offline  
Reply With Quote
The Following User Says Thank You to jojojo For This Useful Post:
Tams (08-10-2009)
Old 11-25-2009, 02:01 PM   #19

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,774
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: ADE - All Data Everywhere (EasyLanguage)

Tutorial 34 - Using ADE (All Data Everywhere) to transfer data between charts

Tutorial 34 | Transfer a daily moving average from a daily chart to an intraday chart using ADE

__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following 3 Users Say Thank You to Tams For This Useful Post:
aaa (11-25-2009), Blu-Ray (11-25-2009), TIKITRADER (11-25-2009)
Old 11-25-2009, 04:32 PM   #20
aaa

aaa's Avatar

Join Date: Jun 2008
Location: Switzerland
Posts: 443
Ignore this user

Thanks: 240
Thanked 283 Times in 136 Posts

Re: ADE - All Data Everywhere (EasyLanguage)

Many ThanX TAMS 4 the video

They are plenty of interesting tutorial 2 learn more about EasyLanguage

It's a gold mine !!!

Free Tutorials for EasyLanguage Services for TradeStation - contact
aaa is offline  
Reply With Quote
The Following User Says Thank You to aaa For This Useful Post:
Tams (11-25-2009)
Old 01-30-2010, 11:09 AM   #21

Join Date: Jan 2010
Location: Seoul
Posts: 20
Ignore this user

Thanks: 7
Thanked 2 Times in 2 Posts

Re: ADE - All Data Everywhere (EasyLanguage)

Thanks for sharing this.

But As I know, recent ADE version has "market delta" indicator

TS SUPPORT :: View topic - MarketDelta for MC with History (Database)

Can someone share this release ?
duhhhh is offline  
Reply With Quote
Old 01-30-2010, 06:19 PM   #22

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,774
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: ADE - All Data Everywhere (EasyLanguage)

Quote:
Originally Posted by duhhhh »
Thanks for sharing this.

But As I know, recent ADE version has "market delta" indicator

TS SUPPORT :: View topic - MarketDelta for MC with History (Database)

Can someone share this release ?

you have this reversed,

the referenced indicator uses ADE.

it is the same ADE that is posted in this thread.
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 05-01-2010, 01:36 AM   #23

Join Date: Dec 2009
Location: Burlingame
Posts: 6
Ignore this user

Thanks: 42
Thanked 0 Times in 0 Posts

Re: ADE - All Data Everywhere (EasyLanguage)

I am looking for code in ADE that will plot point and figure charts in tradestation. I am interested in purchasing the code that will do this. Any help in directing me to find this is greatly appreciated. The reason I want this, I create my own index of stocks in TS, putting 7 stocks together and plotting it as one open,high,low,close bar chart. The problem is this index is an indicator and the P&F option in TS cannot be applied to an indicator. I export this index data into Excel, reformat it as a text file(.csv) and import it back into TS as a third party symbol. The example of the Semiconductor Index in ADE is great, but the standard P&F option in tradestation will not work on this. So, code for plotting P&F in ADE is needed to accomplish this and I do not know how to write code for this, but am willing to pay for it. Specifically, allowing one box reversals with X's and O's in the same column, just like TS allows this option.
georg7e is offline  
Reply With Quote
Old 05-01-2010, 01:48 AM   #24

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,774
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: ADE - All Data Everywhere (EasyLanguage)

this might do the trick

Point & Figure Simulator
66.46


270
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
georg7e (05-01-2010)

Reply

Tags
ade, elcollections, global variable, multiple data, typezero

Thread Tools
Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Easylanguage Error #408 and #410?? isisisis Coding Forum 2 04-10-2009 06:30 PM
EasyLanguage Getting Daily P/L vanyok Automated Trading 2 04-06-2009 05:11 PM
Some EasyLanguage Help Please jjthetrader Coding Forum 8 06-02-2008 04:20 PM
Easylanguage and Script Help darknite999 Coding Forum 49 04-15-2008 07:37 AM
Will the YM Data Feed be included with the Globex E-mini Data Feed The Bear E-mini Futures Trading Laboratory 1 01-19-2008 01:05 PM

All times are GMT -4. The time now is 04:23 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.