Custom column

Custom indicators, trading strategies, data export and recording and more...
DGDario
Posts: 14
Joined: Wed Feb 26, 2020 8:39 pm
Has thanked: 6 times

Custom column

Post by DGDario » Thu Apr 01, 2021 8:39 am

Is it possible to create a custom column add-on like the SVP?

 

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

Re: Custom column

Post by Andry API support » Thu Apr 01, 2021 9:13 am

It's possible to make a custom notes column (customized column cells: values, font, background color etc). You'll need to:
- create a strategy that will prepare all values for the column
- run a server at (ip address:port) that will process queries from the column
- add a column (CloudNotes type) and configure it to update from the (ip address:port). Download interval set in Bookmap does not really matter in this case because you can configure it from the server. The least is 100 millis.
An example is here.
Stuff like bars can be painted with a screen space painter.

Post Reply