Created at 10am, Apr 3
ilkeCrypto
0
Peter Bakker Unhedged, Algo Trading & Beating Hedge Funds
5ZD3cyUzg80zy63TPZqbqem1LnUht89N4bVcdInC3vE
File Type
MP3
Entry Count
270
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Peter Bakker is the CEO and Co-Founder of Unhedged, an early-stage company developing a platform to place the power of the big banks into the hands of everyday investors using advanced algorithms. This is a disruptive space and will no doubt change the game for retail traders and investors. The Prompt Podcast, May 2021

So I want to follow the market.
start: 24:00 - end: 24:02
But suppose the market goes down, I want to be negative beta, because the market is negative.
I do it times minus one, and I'm positive.
start: 24:09 - end: 24:12
And so the class of algorithms that I work with is beta switches.
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "5ZD3cyUzg80zy63TPZqbqem1LnUht89N4bVcdInC3vE", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "5ZD3cyUzg80zy63TPZqbqem1LnUht89N4bVcdInC3vE", "level": 2}'