Cloud Notes Format

Custom indicators, trading strategies, data export and recording and more...
zcsoka
Posts: 290
Joined: Thu Dec 19, 2019 7:50 pm
Has thanked: 2 times
Been thanked: 28 times

Cloud Notes Format

Post by zcsoka » Tue Oct 26, 2021 8:29 am

Greetings,

I am trying to serve cloud notes, but the CLN column remains in Loading... forever. I have tried with the custom Notes format:"Symbol","Price Level","Note","Foreground Color","Background Color","Text Alignment","Notification Enabled","Sound Notification Enabled","Notification Is Repeatable","Delay Before Repeating","Subscribing Offset","Notification Sound"

with the format recommended by https://bookmap.com/knowledgebase/docs/ ... n-onedrive

"Symbol","Price Level","Note","Foreground Color","Background Color","Diameter"

I even tried with and without quotes both on header names and the data:

Symbol,Price Level,Note,Foreground Color,Background Color,Diameter

The file is sent as a download file with headers:

 
HTTP/1.1 200 OK
 Content-Type: text/csv
 Content-length: 530
 Content-Disposition : attachment; filename="cln.csv"

(also tried with text/plain)


In the browser if I hit my URL, it saves as a downloaded file successfully, I can even load it into a Custom Note. The log file is empty. Do you have any idea what the issue might be with the Cloud Notes feed? 

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

Re: Cloud Notes Format

Post by Andry API support » Tue Oct 26, 2021 9:02 am

Hi,
can you pls upload the file and your log.

zcsoka
Posts: 290
Joined: Thu Dec 19, 2019 7:50 pm
Has thanked: 2 times
Been thanked: 28 times

Re: Cloud Notes Format

Post by zcsoka » Tue Oct 26, 2021 11:51 am

Old format found on the knowledge base:
cln.csv
(530 Bytes) Downloaded 198 times

Conforming to the Custom Notes when empty:
cln-2.csv
(234 Bytes) Downloaded 192 times

when it has data:
cln-3.csv
(928 Bytes) Downloaded 251 times

The one without quotes I do not have anymore, but can generate if required. 

zcsoka
Posts: 290
Joined: Thu Dec 19, 2019 7:50 pm
Has thanked: 2 times
Been thanked: 28 times

Re: Cloud Notes Format

Post by zcsoka » Tue Oct 26, 2021 7:29 pm

Do you have any limitations for replay mode regarding the CLNotes? Maybe I was chasing a ghost, some tests were successful in real time.

zcsoka
Posts: 290
Joined: Thu Dec 19, 2019 7:50 pm
Has thanked: 2 times
Been thanked: 28 times

Re: Cloud Notes Format

Post by zcsoka » Wed Oct 27, 2021 7:15 am

Everything works in real time, only the replay has issues

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

Re: Cloud Notes Format

Post by Andry API support » Fri Oct 29, 2021 11:00 am

Do you have any limitations for replay mode regarding the CLNotes? Maybe I was chasing a ghost, some tests were successful in real time.
Yes, the notes will be running in the replay mode only if they previously were there during recording.

Post Reply