TradeStation Scalper with Kase Bars

Замовник: AI | Опубліковано: 26.02.2026
Бюджет: 750 $

I need a complete EasyLanguage program for TradeStation that scalps intraday moves exclusively on Kase Bars built from my own tick-size and bar-interval specifications. The script must generate the bars first, then layer the following studies on top of that price series: • Hull Moving Average for directional bias • MACD for short-term momentum confirmation • Directional Movement Index for strength filtering • Classic Momentum oscillator for final trigger validation Core logic 1. Enter long or short as soon as all four indicators align in the same direction on the most recently closed Kase Bar. 2. Exit on the first opposite signal, a user-defined profit target, or a protective stop-loss (both inputs). 3. All parameters—including tick size, bar interval, indicator lengths, profit target and stop—must be exposed as inputs so I can optimise them in TradeStation’s Strategy Optimiser. Essential deliverables • .ELD file with well-commented source code • A brief PDF outlining input definitions, default settings and step-by-step installation • A sample workspace that shows the strategy applied to any liquid futures contract Acceptance criteria The strategy has to compile without warnings, run on both intraday and daily data, and reproduce the identical trades shown in your demonstration workspace when I load it on my side.