Help Me to write code for condition candle open above SMA 200

Hello Friends,

Anybuddy here who can help me to write AFL for condition open price is above SMA 200,
time frame is 5Min 15Min.

Filter = Cross(O, MA(C, 200));

Select the periodicity settings to 5 mins or 15 mins and run exploration.

Thanks VinayKumar ji.