access to notes or cloud notes

Custom indicators, trading strategies, data export and recording and more...
mdtrader
Posts: 39
Joined: Sat Oct 27, 2018 4:05 pm
Location: germany
Has thanked: 12 times
Been thanked: 41 times

access to notes or cloud notes

Post by mdtrader » Tue May 07, 2019 7:18 am

Hi,
how can I get access to the cloudnotes and custom notes entries? I need to access the price and text entries to draw within the top panel

Thanks
Mario

Andry API support
Posts: 548
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 25 times
Been thanked: 85 times

Re: access to notes or cloud notes

Post by Andry API support » Tue May 28, 2019 5:56 pm

for Notes...
right click on any of panels right to the chart, there will be a "Notes" feature.
Choose "Custom Notes".
make another right click on that column and on the top you will see Notes features like Add/Edit etc.
Add a Note, then export it into a file (right click -> export notes) and save it somewhere.
Open it with any text editor and you will know the way it looks inside (it is a .csv file).

"Cloud Notes" is a file which is being imported to Bookmap time after time from a server or from the filesystem.
Modify the text in your saved custom note so you know this file is yours. Right click -> Notes -> CloudNotes 
and insert the link to your file into "..download URL field" or a server url.
Note: it should look like "file:///C:/filename" for Windows
It must show your Notes and update them every x minutes..

if you import your notes from files the notes are a bunch of textfiles.
You can run a parser that will regularly parse the files in your folder. The parser can figure out the prices and report them to your strategy that will draw lines.

Post Reply