udf-bitshares-wrapper
udf-bitshares-wrapper copied to clipboard
Tradingview UDF server for bitshares.
One of the cool things that this wrapper was made for is to improve Bitshares UI, but another big thing for Bitshares would be if TradingView would add it. Soo,...
the `search` api call use postgres database to get the markets with volume so we don't display all the possible crosses but only the ones that had volume in the...
https://github.com/oxarbitrage/udf-bitshares-wrapper/blob/master/wrapper.py#L124 uses the same code 2 times to get the first batch of data from the node and the next ones. this can be reduced to 1 loop only by...