Need Help coding short entry

 

I am new to MQL4 and have looked over some forums. Is there a program that will convert Trade Sense language into MQL4. Also, can I have multiple entry and exit strategies in one trade system? I have an entry condition which I need to code if anyone can help

IF High >= Highest High (20) And RSI (Close, 8, False) < Highest (RSI (Close, 8, False), 20) And StochK (8, 5) < 90 And StochK (8, 5) < StochD (8, 5, 3) And RSI (AvgHL, 40, False) > 60 And StochD (8, 5, 3) > 87

Then Sell at market next bar

Thanks

Reason: