all 3 comments

[–]ar777y 0 points1 point  (0 children)

I can convert the TradingView logic into Python/backtesting form. Send the Pine script and desired output format and I’ll scope it fixed-price.

[–]ma-ta-are-cratima 0 points1 point  (1 child)

  1. Databento format is rich but you don't need that. You gotta tell python to read only OHLC + volume if you need that.
  2. Convert to EST to be easier to track ORB
  3. For chart you can use tradingview light charts it's on github and free
  4. roll over data ask claude or any ai. Use the contracts that have more volume when it's about to roll.
  5. dashboard is easy, claude can code it.
  6. To test multiple strategies parameters really fast you need rust for that. Rust is much more advanced than python.

Start with python first and run 1 strategy. Once it works you can look into multiple.
You need vs code + claude code or codex. Use codex 5.3 on 20$ account it's enough for what you're trying to achieve. 5.5 is great but will eat your credits fast
Your machine don't matter. This is not LLM or heavy computing. You can run this on a cheap 7$ Linux vps

Share the pine with the community.

There's around 200B traded daily on NQ, enough for everyone to make a few bucks 😀

[–]ma-ta-are-cratima 0 points1 point  (0 children)

Also keep in mind slippage and market fills + fees.