Bookmap Knowledge Base

Bookmap Knowledge Base

  • User guide
  • Addons
  • Java API
  • JavaScript API

›9. Appendices

1. Introduction to Bookmap

  • Welcome
  • Bookmap® Connectivity
  • Software Versions
  • Bookmap System Requirements

2. Getting Started

  • Register And Download Bookmap
  • Visit Bookmap Portal
  • Enter Your License Key
  • Select A Run Mode
  • Connect To A Broker Or A Data Provider
  • Install An Adapter
  • Connect To Own Data Source
  • Subscribe To An Instrument
  • Open The Main Window
  • Activate Bookmap Offline

3. Setting Up & Operating Bookmap

  • Tabs
  • Heatmap. Main Chart
  • Columns

4. Trading

  • Trading with Bookmap
  • Order Types
  • Orders Management
  • Cross-Instrument Trading
  • Trading Configuration Panel
  • Trading from DOM
  • Cross Trading

5. Indicators

  • Display And Settings
  • Cumulative Volume Delta
  • Large Lot Tracker
  • Imbalance Indicators
  • Strength Level Indicator
  • Correlation Tracker

6. Strategies

  • Automated Strategies
  • Automated Strategies FAQ

7. Help

  • Bookmap Basics FAQ
  • Bookmap Marketplace FAQ
  • Bookmap Performance FAQ
  • MBO Bundle Installation Guide
  • MBO Bundle FAQ
  • Glossary
  • Release Notes

8. Errors

  • General Errors And Crashes
  • Performance Issues
  • dxFeed Data And Backfill Data Issues
  • Rithmic Issues
  • Other Issues

9. Appendices

  • Appendix I. Keyboard Hotkeys
  • Appendix II. Custom Notes
  • Appendix III. Special Orders
  • Appendix IV. Orders Format
  • Appendix V. Colour Value Names

Appendix II. Custom Notes

How to upload Cloud Notes so other users can use it

Here are the steps to upload cloud notes:

  1. Create notes in Bookmap.
  2. Save those notes using "Export notes" (you can change colours, sound alerts, etc.)
  3. Upload those to a server in a way that provides a direct link*
  4. Feed the link to Bookmap; make sure that Bookmap notes format is selected.
  5. Share with other Bookmap users.

Example file: Cloud notes file

*The direct link means that when a request to that link is made the file is returned, not a redirect, page, or any other stuff - just the file. When the direct link is pasted into a browser, a file download will start immediately without redirect (the URL will change in the address line if redirect happens). http→https redirect also counts as a redirect, so make sure to use the right link (the https one) if a server is configured to do http→https redirect.

If you're using Google Drive, use this link to convert from a shared file to direct link Google Drive Direct Link Generator.
It's important to set correct file permissions, otherwise it won't work.

You can alternatively generate the notes programmatically (in which case you can skip steps 1 and 2 above).
See Notes format description for more information.

Publish cloud notes on Google Drive, Option 1

(or any data provider) so other users can use it

  1. Upload your .csv file to Google Drive (Not Google Sheets)
  2. Share the uploaded file with anyone on the Internet
  3. Get a public link like this: CloudNotes_example
  4. Then generate a direct link via this site: Google Drive Direct Link Generator. It will be like this one: CloudNotes_example_File (the id field is populated with part taken from the initial link)
  5. Feed the direct link to Bookmap in the Cloud Notes downloading URL in the Cloud Notes Configuration window.

For the pricing column, make sure the format is "text" format - this way the separator should not be changed by Google.

Publish cloud notes on Google Drive, Option 2

(or any data provider) so other users can use it

Cloud Notes could be created in a Google Docs table. It should have columns as for "Bookmap" format. This format is used on exported notes from BM. (See also the remark above regarding the pricing format.)

To use a Google Docs table in BM you need to share it. Go to File >> Publish to the web. Publish as CSV file. Auto republish should be on. A publish guide can be found here: Publish Document. Use the Publish to the web link in BM as usual with the Cloud Notes link. Changes in the table are applied in 3-5 mins (delay is on the Google side).

Publish cloud notes on OneDrive

The idea behind this is the same as with all other methods - to get a direct link. Here is an article describing how to do it with OneDrive https://www.marstranslation.com/blog/how-to-make-direct-link-of-onedrive-files So, the steps are:

  • upload a CSV file to OneDrive
  • go to https://onedrive.live.com/ right-click, select Embed, generate code
  • you will get a code block like this:
<iframe src="[https://onedrive.live.com/embed?cid=....&resid=....&authkey=](https://onedrive.live.com/embed?cid=....&resid=....&authkey=)...." width="98" height="120" frameborder="0" scrolling="no"></iframe>
  • you only need the link - copy it (https://onedrive.live.com/embed?cid=....&resid=....&authkey=....)
  • change "embed" to "download" - (https://onedrive.live.com/download?cid=....&resid=....&authkey=....)

Retrieved from "https://bookmap.com/w/index.php?title=Bookmap_user_guide&oldid=12964"

Notes format description

You can create a file similar to this one. It's important that the file is an actual CSV, which means it should be separated with commas (not semicolons, etc). It's also important that dot is used as decimal separator. Microsoft Office will follow your regional settings, so depending on where you are it might cause issues. You can open the file as text to verify.

Let's go over the key features. File contains the following columns:

  • Symbol - The symbol note will be shown on. It can be a full alias (ESM0@S5 - use this format if in doubt) or just a symbol (ESM) if automapping is used (more on that later).
  • Price Level - Price the note corresponds to
  • Note - Text of the note
  • Foreground Color - Color of the text, e.g. #FFFFFF (white)
  • Background Color - Color behind the text, e.g. #000000 (black)
  • Diameter - You can tell Bookmap to spread the note on multiple levels. So diameter of 3 will mean that instead of 1 level being filled by the note, 3 levels will (1 up and 1 down). This is just a more efficient way to place multiple similar notes in adjacent rows. If diameter is an even number there will be more levels on the bottom than on the top (e.g. diameter of 4 will result in 4 levels in total, 1 level up and 2 levels down)

First line can optionally be #automap <PLATFORM> (in the example it's #automap S5). Only the platforms that identify instruments by symbol only are currently supported (e.g. IB can't be used here since it identifies instruments by symbol+exchange+type). If automapping is enabled, you should use symbol name that corresponds to that platform in symbol column (e.g. ESM0). Automapping is based on a symbol list maintained by Bookmap. If something is missing in that list - feel free to contact support.

Please note that symbols that do not exist for the platform specified in the automap directive will not be remapped.

If the file is in GZIP format like this one bookmap will recognize that automatically. It's recommended to gzip your note files if those are distributed over the network and contain more than a few dozens of lines.

Examples

Here is an example of how such file might look:

#automap S5
Symbol,Price Level,Note,Foreground Color,Background Color,Diameter
ESM0,2380.75,"Hello, world!",#000000,#C0C0C0,4

And here is how result would look if imported in Bookmap (note that we declared the note using S5 symbol syntax but it got automatically remapped to a CQG instrument):

logo

Here is a file example without automapping:

Symbol,Price Level,Note,Foreground Color,Background Color,Diameter
F.US.EPM20@CQG,2380.75,"Hello, world!",#000000,#C0C0C0,4
F.US.DDM20@CQG,8487,Another note,#FFFFFF,#000000,1
← Appendix I. Keyboard HotkeysAppendix III. Special Orders →
  • How to upload Cloud Notes so other users can use it
  • Publish cloud notes on Google Drive, Option 1
  • Publish cloud notes on Google Drive, Option 2
  • Publish cloud notes on OneDrive
  • Notes format description
    • Examples
Bookmap Knowledge Base
RESOURCES
Main PageForumBlog
Tutorials
Video TutorialsWebinar Recordings
Social
Bookmap Knowledge BaseBookmap Knowledge BaseBookmap Knowledge BaseBookmap Knowledge BaseBookmap Knowledge BaseBookmap Knowledge Base
Copyright © 2021 Bookmap Ltd