Background
Bitcoin is a cryptocurrency known for its price volatility.
Resolution Criteria
This market will resolve based on whether buying Bitcoin on the specified date and selling exactly 30 days later would result in a profit. For each option:
For the buying price, the highest price of Bitcoin on the purchase date will be used
For the selling price, the lowest price of Bitcoin on the selling date (exactly 30 days after purchase) will be used
If the selling price (lowest) is higher than the buying price (highest), the option resolves YES
If the selling price (lowest) is equal to or lower than the buying price (highest), the option resolves NO
Price data will be based on CoinGecko API.
https://bitcoin-monday-price-dashboard--divinepathway72603454.on.websim.ai/
@FranklinBaldo this can resolve NO, even using the close data instead of the high/low. really think you should try to fix that, eventually it'll be a false YES.
@FranklinBaldo was trying to see how to get the prices shown in the linked data table, and seems to me they are all closing prices instead of highs (buy) or lows (sell) as specified in resolution criteria. The closing prices are from CoinGecko's Historical Data table, but I couldn't find high/low data other than hovering over the candlestick chart (cumbersome). This is what I'm looking at:

A minor thing is the sell date column appears offset by a day, maybe related to the fix you did for the buy column?
@FranklinBaldo did you have a chance to look at this? pretty significant, given the wide difference between buying high selling low vs. doing it at close.
@deagol thanks for spoting it, I am thinking in automate this market and hopefully avoid things like that
@FranklinBaldo the buy dates in the linked dashboard are on Tuesdays. Will you still use that data or derive the correct Monday and +30d prices?
@deagol funny, here ot me It shows buying and selling aligned to the answers of this market, can you give an example?
@FranklinBaldo seems it happened after midnight UTC, maybe a local timezone conversion thing or who knows.
