I want a fully-tested Guardian automation file that executes my horse-racing strategy without manual input. The core logic is Lay/back trading with a second layer, that lays a runner pre-off once its price has drifted by a chosen percentage (20%), then offsets the lay by a fixed number of ticks (15) but only 80% outlay of the initial lay bet outlay. eg lay bet $100 @ $2, second layer bet $80 At$2.30 to lock in profit. Key elements to build inside BetAngel: • Entry rules – detect the target runner (the favourite), place the initial back or lay based on live price movement, and timestamp relative to scheduled off-time. (start 5 mins prior to finish at start time(lay bet only) and if back bet required is to finish 10 mins after start time • Drift trigger – calculate percentage movement from the last matched price (or my configurable reference), fire a lay when that drift threshold is met, and prevent duplicate fires. • Offset & stop – immediately place the tick-offset bet, apply an override stop-loss of 15 ticks lower than lay bet matched price, if the move goes against me I need the compiled .baf file plus a short PDF or text note explaining every stored value, signal, and parameter so I can tweak percentages, tick offsets, and staking later. Please test it in practice mode first; I’ll confirm with my own live trials before final sign-off.