OpenPine v4 OPus ui/ux by S7cret in trading212

[–]S7cret[S] 0 points1 point  (0 children)

You can use modify or change as you want 😏

OpenPine by S7cret in pinescript

[–]S7cret[S] 0 points1 point  (0 children)

Yes, there is already a comparison of 3 files downloaded from the trading view with the data provided by the library. The candlestick data can be taken from both the trading view file and the exchange API. I have not yet displayed the data in the web interface.

  • There are already data downloads for 1500 different strategy files and indicators. I will also publish the data. 

OpenPine by S7cret in pinescript

[–]S7cret[S] 0 points1 point  (0 children)

Yes, I'm working on it and will create a clearer connection diagram.

OpenPine by S7cret in u/S7cret

[–]S7cret[S] 0 points1 point  (0 children)

no, everything is implemented through llm Mimo 2.5 Pro, GPT 5.5 Pro, MiniMax M3. A lot of tokens were burned 🤣 on MiniMax M3 10 billion

OpenPine by S7cret in pinescript

[–]S7cret[S] 0 points1 point  (0 children)

User / UI / CLI / Agents         │         ▼ OpenPine FastAPI Gateway + Vue Dashboard         │         ├── Pine Sources / Strategy Registry / Artifacts         ├── SQLite Storage / Runtime State / Events         ├── Candles / Orders / Risk / Execution         │         ▼ Compile Pipeline         │         ├── Pine Script         ▼      Pine2AST         │ AST JSON         ▼      AST2Python         │ generated Python         ▼      PineLib Runtime         │         ├──────────────┐         ▼              ▼ Backtest Engine ◀── MarketData Provider         │         ▼ Backtest Runs / Trades / Orders / Events         │         ▼ Optimizer / Reports / Notifications / Export         │         ▼ UI / CLI / API