Chat Ai Commands
This page is updated every week
Chat Ai Commands
MT4: mql5.com/en/market/product/136347
MT5: mql5.com/en/market/product/136348

You can use thousands of commands, we write the most common ones here so that you can become familiar with the commands and write your own custom commands.
Example in the orders
Close all orders : It closes all transactions such as buying and selling that are
Close all orders buy : Closes all open buy trades
Close all orders sell : Closes all open sell trades
Close last order buy : Closes the last open buy trade
Close last order sell : Closes the last open sell trade
Close first order buy : Closes the first open buy trade
Close first order sell : Closes the first open sell trade
Close last order : Closes the last trade you opened. The last trade may be sell or buy
Open a buy order with lot 0.01 : A buy order is executed with a volume of 0.01 without profit and loss limits
Open a buy order with lot 0.01 and stop loss price 1.12365 : A buy order with a specified stop loss price
Open a buy order with lot 0.01 and profit price 1.12365 : A buy order with a specified profit price
Open a buy order with lot 0.01 and stop loss price 1.12365 and profit price 1.12569 : A buy order with a specified stop loss and profit price
Open a buy order with lot 0.01 and stop loss pip 50.0 : A buy order with a specified stop loss pip
Open a buy order with lot 0.01 and stop profit pip 50.0 : A buy order with a specified profit pip
Open a buy order with lot 0.01 and stop loss pip 50.0 and profit pip 50.0 : A buy order with a specified stop loss and profit price
Example in the chart setting
Set background color Turquoise : Set the desired chart color by writing the desired color
Set bearish candle yellow : Set the color bearish candle by writing the desired color
Set bullish candle blue : Set the color bullish candle by writing the desired color
Example in the object
Set Trendline 32992 color yellow : By entering the name of the object you can do in its color
if bid less Trendline 33261 alert ‘check the chart’ : It warns when the price falls below the trend line