Convert EasyLanguage Strategy to PineScript

Customer: AI | Published: 08.10.2025
Бюджет: 750 $

I have an EasyLanguage strategy running inside TradeStation that operates on a multi-time-frame setup: 15-minute bars drive the entries while 30-minute bars provide the higher-level filters. It contains no custom indicators—everything is built with native EasyLanguage functions—so the core job is translating that logic line-for-line into Pine Script for TradingView and making sure the script fires trades in exactly the same places. I will give you the original EasyLanguage source and a short description of the intended behaviour. Your Pine Script (v5 preferred) should replicate: • Identical entry and exit points on historical data • The same parameter names, defaults, and position sizing rules • Alert conditions that mirror the TradeStation signals Acceptance criteria 1. When I overlay both systems on at least six months of data the trade list, P&L, and drawdown match within a negligible difference. 2. The code is cleanly commented so future edits are straightforward. 3. A brief note explains any unavoidable language or platform differences you encountered. Send back the .pine file along with a quick TradingView back-test screenshot to confirm parity.