Help on tradescript to code the below strategy

Daily Scan

[

[SMA(5,close) x SMA(15,close)] and

[RSI(14) > 50] and

[MACD Line(12,26,9) > MACD Signal(12,26,9)] and

[MACD Line(12,26,9) > 0]

]

or

[

[SMA(5,close) > SMA(15,close)] and

[RSI(14) x 50] and

[MACD Line(12,26,9) > MACD Signal(12,26,9)] and

[MACD Line(12,26,9) > 0]

]

or

[

[SMA(5,close) > SMA(15,close)] and

[RSI(14) > 50] and

[MACD Line(12,26,9) x MACD Signal(12,26,9)] and

[MACD Line(12,26,9) > 0]

]

or

[

[SMA(5,close) > SMA(15,close)] and

[RSI(14) > 50] and

[MACD Line(12,26,9) > MACD Signal(12,26,9)] and

[MACD Line(12,26,9) x 0]

]

hElLO tRaDeR,

The Pi scanner works only on Intraday Candles, scanning on daily candles is not possible with Pi Scanner.