Jump to content

<> not working?


botanic
 Share

Recommended Posts

I am trying to get the bot to only say these things when the $mode is not = to BUY SELL or TRADE

_SHOWERROR ($MODE)

I used that functiuon and it showed that the $mode is = to BUY but it still displays these messages....

If ($MODE <> "BUY") or ($MODE <> "SELL") or ($MODE <> "TRADE") THEN _sendMessage ("What do you want to do?", "", "")

Sleep(100)

If ($MODE <> "BUY") or ($MODE <> "SELL") or ($MODE <> "TRADE") THEN _sendMessage ("Please Type", "", "")

Sleep(500)

If ($MODE <> "BUY") or ($MODE <> "SELL") or ($MODE <> "TRADE") THEN _sendMessage ("Please Type it now.", "", "")

Sleep(5000)

Edited by botanic
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...