Pine Indicator C++ Port for Sierra

Job ID: 40511922

Budget: $350 – $400 USD

I have a Pine Script indicator running on TradingView that performs real-time data analysis based on a custom pattern-recognition algorithm. I now need it rewritten as a C++ custom study for Sierra Chart so I can keep the exact same logic and speed up execution on my desktop.

You will receive the original Pine source plus notes that explain each detection rule and how the pattern-matching logic drives the on-chart signals. Your job is to translate that logic line-for-line into the Sierra Chart C++ API (sc.dll), respecting its event-driven structure and efficient memory handling. All calculations must update tick-by-tick without repainting or lag.

Deliverables
• Complete, well-commented C++ source code (.cpp / .h) that compiles with the current Sierra Chart Advanced Custom Study SDK
• Compiled DLL ready to drop into the /Data folder
• A brief setup guide showing how to add the study, set any inputs, and verify that results match the original Pine plot in real time

Acceptance criteria
• Visual output on Sierra Chart mirrors the Pine Script on identical symbol, timeframe, and data feed
• No runtime errors or excess CPU load while updating tick data
• Code passes Sierra Chart’s Sanity Check and loads without security warnings

I am available to answer questions about the pattern rules and to run side-by-side tests during development.