Price-Action Pine Strategy Automation

Job ID: 40476861

Budget: €30 – €250 EUR

I need a clean Pine Script v5 strategy that runs on TradingView and talks to my broker through PineConnector. The core logic is simple: at a user-defined time (T) I will manually mark two price levels—min and max. From that moment, if max level is reached, longs are enetered upon candle close if candle quailifies (closed bearish), alternatievly if min is reached, shorts are enetered if candle qualifies (closed bullish). Several positions may run side by side, but the total number has to be capped by an external input.

All open positions must exit together. Take-profit is hit when price touches the greater of the original max or any new high/low formed after T; stop-loss is the opposite boundary (min or max). I also want the freedom to switch the trading session on or off, input my PineConnector licence ID, and change the trading symbol from the script’s settings.

Deliverables
• Pine Script v5 file ready to add to a TradingView chart
• Input panel exposing: T, initial min/max, new min/max toggle, fixed volume, max trades, session hours, licence ID, symbol
• Sample PineConnector alert syntax for live trading
• Important is to be able to set min, max and T by clicking on chart, not by typing in numbers

The code must compile without warnings, respect TradingView’s security rules and replicate the behaviour above in both back-test and live alert modes.