M

Results 14 comments of M

Best way I found was to use the max and min of the displayed candles But if I manually resize the scale, I can't get its extremas...

Hey, thanks for your answer I'm expecting to get the max and min PRICE of the price scale e.g. ![image](https://user-images.githubusercontent.com/39678117/99383355-09ef8c00-28ce-11eb-934c-13544b9dcb09.png) It should return me 16900 (ish) and 16570 here I'd...

I have to be honest, I didn't look into percentage mode much. But I believe it'd make sense to send back the extremas as well ![image](https://user-images.githubusercontent.com/39678117/99384121-41126d00-28cf-11eb-93fa-a701050da511.png) taking this example, something...

> Getting that value, what's that? Percentage values? Price values? Normalized percentage values? I just want to say that it's a tricky question and we cannot solve only your particular...

for the percentage mode, we can also send back the prices extremas as those should be max_price = (price at displayed origine) * (1 + max_percentage) min_price = (price at...

I was told a solution for my use case Simply make use of coordinateToPrice with coordinates 0 and "chart height" Thanks

Thanks for the quick response. I didn't know this file was deprecated, but rather the preferred way to build back the trade/candle history What I'm trying to do is basically...

Amazing, I was thinking of something like this instead Thanks for the support, I'll report back with my results :-)

Trying to work it out, there seem to be no issues with exchanges and 429 But it does seem to me it'd be easier to fix up the recover.js file...

he's not liking the heap limit is the script keeping all the pulled candles in cache?