Trade Script Code required

Trade Script Code required for " Chande Momentum Oscillator " - Period 14 .

Code Required for all the 4 parameters means Long / Short / Exit Long and Exit Short

1 Like

For the above given condition
Buy script:

CMO(CLOSE, 14) > 48

Evaluates to true when the CMO of the close is overbought.

Sell script:

CMO(CLOSE, 14) < 48

Evaluates to true when the CMO of the close is oversold.