Username or Email
Password
Forgot
New User Signup (free)
Browse
Register
Downloads / Indicators
Trading Webinars
Articles
Upgrade to Elite
Unanswered Posts
My Posts
Return to Homepage
Today's Posts
Trading Reviews and Vendors
Futures Brokers Reviews
Traders Hideout (general)
Platforms and Indicators
Trading Journals
Elite Trading Journals
Psychology and Money Management
Off-Topic
The Elite Circle
Trading Articles
Main Trading Articles Index
Article Categories
Help, Tutorials, How-To's
Traders and Trading Methods
Platforms, Tools and Indicators
Terms (Glossary)
Article Tools
List New Articles
List Recent Article Changes
Random Article
Most Popular Articles
Category Groupings
Wanted Articles
Most Linked to from Forum
Go to Page...
Quotes
by TradingView
futures io
>
Downloads
>
The Elite Circle
>
BaBAR: Backfilling Bid/Ask Recorder to extend the usefulness of the GOMI toolset
Categories
Show
Search
Help
Search
title and description
keywords
Advanced Search
Winning nominations
What's Hot
What's New
New Ratings
Some Random Entries
Home Category
Up a Level
The Elite Circle
File sharing for Elite Members only, includes any and all platforms and file types
The Elite Circle
Filter
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
0
1
2
3
4
5
6
7
8
9
Entries
Login to Download
BaBAR: Backfilling Bid/Ask Recorder to extend the usefulness of the GOMI toolset
BaBAR is a standalone application that creates live and historical tick data files for the GOMI toolset. Tab delimited output is also supported.
Please note: BaBAR will only work with an IQFeed connection as it is based on their proprietary data formats. (The IQFeed API)
I originally wrote this application to avoid the issue with GOMI toolset indicators and their derivations which required me to keep charts up all the time. NinjaTrader does not allow recording of historical Bid/Ask data, so disruptions for any reason would cause blank spots in my charts.
However once I got a ways into development, I realized it could be used for much more than that. This application is capable of grabbing Bid/Ask data from a wide range of instruments over a long time frame. Currently IQFeed provides 180 days of data, but as I store more data my sample size will continue to grow.
More recently, I extended the ability to write tab delimited files which include new fields provided by the latest IQFeed Client. These include millisecond resolution, market center and trade condition codes for each tick.
I now have Bid/Ask tick data in both GOMI binary and tab delimited format (with extended fields) for all futures contracts, the 100 most active ETFs and all of the equities that comprise the DOW, NASDAQ, and S&P 500 indices.
Besides having Gomi’s indicators ready to go on just about any chart I can think of, I can now use the GOMI family of indicators in strategy development for any of these instruments, as well as datamine using external applications.
I believe the tab delimited format can also be used for other purposes, including better tick aggregation, but I haven't fully explored that yet.
A NinjaTrader Export file format is also available, which is produces files for direct import into NinjaTrader.
If you like using BaBAR, please consider subscribing to the
Official GomRecorder and QCollector Tick Data Sharing Thread
, so that when other BMTers need data, you can help them out. Also in that regard, there is a folder in the BaBAR distribution called "Create Monthly Files for BMT Data Sharing Thread" which provides an automated way to create monthly data for the data sharing thread.
Current Version 1.4.5a
(Uploaded August 4, 2014)
The application remains the same, but the sample Gomfolder & related spreadsheets were updated, including a fix of a typo in the gold (GC) contract.
Support thread:
If you have any questions or comments, or run into any problems, please see the
support thread
.
Subscribing to this thread is suggested as it is where I will make announcements, etc.
Requirements:
This application requires an IQFeed data connection. A regular subscription will do however; it does not require a special developer or other license, and this app will run concurrently with your NinjaTrader or other trading platform. Note: Because data vendors have different APIs (internal data architectures) there is
no way
to adapt the application to other sources such as CQG, etc.
Gomi released an update of his toolset to version 2.6, which among other things has a change to help ensure that the indicators will be compatible with this application. If you use this application, be sure to update your GOMI toolset installation to the latest version, always available here:
GomRecorder 2
Latest version is 2.6, available here (
Misc and test packages are still here :
A video tutorial on how to install and setup the GomRecorder, Gom Volume Ladder, and GomMP is here (courtesy @redratsal ():
mike/gominstall-embed/gominstall
Some backfill …
After installing version 2.6 of the Gomi Toolset, >>
be sure to apply the patch
<< included with the download.
If you currently have charts that use the GOMI toolset, the only other change required to use this application is to remove the GomRecorderIndicator from your charts as it is no longer needed, and to be sure that all other GOMI indicators on your charts have their “Write Data” property set to false.
Please Note:
Be sure to read the “READ ME FIRST” pdf file included in the package before installing or using the application. (And before asking for support please.)
This download is a ZIP file, but it is not a NinjaTrader import file. Do NOT import it into NT. Just open it with explorer.
Older Version 1.4.5
(Uploaded June 27, 2014)
This version fixes a problem that some users outside the US experienced.
Also the futures contracts in the sample instrument lists have been updated.
Older Version 1.4.1
(Uploaded December 6, 2013)
This version has a small change to take advantage of IQFeed extending tick storage to 180 days.
Older Version 1.4
(Uploaded November 1, 2013)
This version mostly fixes bugs, but it is more robust than the previous version. Documentation is updated as well.
This version gives the user the option to include implied trades or not. See the included document "BaBAR Tab Delimited Output Reference" for details.
The included patch to the Gomi Toolset is still required to ensure millisecond compatibility. Be sure to install it using the provided instructions.
Older Version 1.3
(Uploaded August 1, 2013)
In this version I took advantage of the new features of IQFeed Client Version 5.0.
Gomi Files now have millisecond resolution. For this to work correctly the current version (v 2.6) of the Gomi toolset must be used,
and patched
with the file included in the download.
Tab delimited file output now has a millisecond resolution option, and also supports extended trade information for each tick. The extended trade information includes the market center where the trade occurred, and up to 4 trade condition codes.
(Both of these features are discussed in the “Read Me First” document included with the download.)
Older Version: 1.2
(Uploaded June 26, 2013)
In this version I focused on output file formats.
For the Gomi output format, I added the ability to store each instrument in a separate folder, which I am finding is quite convenient for managing the various instruments in my GOMFOLDER.
I added Tab Delimited and NinjaTrader output formats. The former should be consistent with QCollector output.
I also fixed a number of small bugs, including one where the application appears to use a lot of CPU cycles.
Older Version: 1.1
(Uploaded Nov. 18, 2012)
I released this version mainly to ensure compatibility with the new IQFeed client (v4.9) which was released yesterday. Be sure to use this version if you update your IQFeed client.
Additionally, there is now more extensive error reporting and I made a number of small UI fixes.
Original version: 1.0
(Uploaded Oct 14, 2012)
Initial Version
Category
The Elite Circle
Details:
BaBAR: Backfilling Bid/Ask Recorder to extend the usefulness of the GOMI toolset
Category:
The Elite Circle
August 5th, 2014
Size: 571.32 KB
Downloaded: 1961 times
1280
bob7123
View Download Details
January 11th, 2016 09:14 PM
BarReader
Thank you.
October 24th, 2014 09:02 AM
MichaelW
Fantastic work Bob!! Thank you so so much! No need for QCollector and conversions now wow!!!:-)
Love this !!
July 27th, 2014 01:13 PM
bobc635
I am a fan of GOMI's apps and this is a very nice addition!!!! Thanks!!!!
June 28th, 2014 03:15 PM
rleplae
Excellent tool, excellent support for tracking and solving an outside US issue
June 5th, 2014 06:29 PM
Wikmar
Very good idea and work. One possibly improvement (it would be very interesting form me); independence from IQFeed data
connection, opening the input to a very open channel for being able to connect from any data feed from who we can do a b
ridge.
More...
Category
The Elite Circle
NinjaTrader
- NinjaTrader 8 Indicators and More
- NinjaTrader 6.5 Indicators
- NinjaTrader 7 Indicators
- NinjaTrader 6.5 Strategies
- NinjaTrader 7 Strategies
- NinjaTrader 6.5 Templates
- NinjaTrader 7 Templates
- NinjaTrader 6.5 Miscellaneous
- NinjaTrader 7 Miscellaneous
MetaTrader
- MetaTrader 4 Indicators
- MetaTrader 5 Indicators
TradeStation
MultiCharts
ThinkOrSwim
Sierra Chart
FXCM Strategy Trader
Matlab Functions
Educational
Free Section
True Edge Awards / Best Products
Trading Webinars How-to's
Trading Reviews & Products
Futures Broker Reviews
NinjaTrader Brokerage (Broker)
NinjaTrader Indicators to Download
Kinetick (Data Feed Provider)
IQFeed (Data Feed Provider)
Bookmap (Trading Software)
NinjaTrader (Trading Platform)
Topstep (Prop Trading)
SharkIndicators (Trading Software)
Copyright © 2021 by futures io, s.a., Av Ricardo J. Alfaro, Century Tower, Panama, +507 833-9432,
info@futures.io
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