Mark Minervini is a successful trader and author known for his expertise in stock trading and trend-following strategies. While he may not have a specific set of rules for becoming rich, he has shared some principles and insights that can contribute to financial success in the stock market. Keep in mind that the following points are not an exhaustive list of Minervini's teachings, but they highlight some key principles he emphasizes
# 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": "BSDHoYYFvg6L73JndEMvVr114yQ4T3OyqqvZm9HyWe4", "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": "BSDHoYYFvg6L73JndEMvVr114yQ4T3OyqqvZm9HyWe4", "level": 2}'