How to get information from an existing indicator using python api

Market data, Trading, Technical support, Features requests, etc
yasuhiro_shimagu
Posts: 1
Joined: Sun Sep 29, 2024 4:22 pm

How to get information from an existing indicator using python api

Post by yasuhiro_shimagu » Sun Sep 29, 2024 4:27 pm

Tell us about it: ・・・・

Using python API,
Send information from an existing indicator (Footprint) to Telegram.

I would like to do this here.

However, I am having trouble finding the correct way to do this in the manual.

I would like to do this in python because I don't know java,
I am trying to get the information from the existing indicator, but I can't do it.

If anyone knows the code or method to get the information, please let me know.

Andry API support
Posts: 630
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 27 times
Been thanked: 88 times

Re: How to get information from an existing indicator using python api

Post by Andry API support » Mon Sep 30, 2024 12:38 pm

Hi,
the mechanism of getting indicator values exists but it is not supported by Footprint indicator at the moment. The mechanism is called broadcasting, see more here https://github.com/BookmapAPI/python-ap ... oadcasting
but Footprint is not currently on the list of providers https://bookmap.com/knowledgebase/docs/ ... -providers unfortunately.

Post Reply