[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 431

 
Core >>:

Простой вопрос:

возможно ли из mql4 определить минимальный уровень выставления отложенных ордеров?

MarketInfo(Symbol(), MODE_STOPLEVEL);

 
Morzh09 >>:

Друзья, добрый день.

Подскажите, пожалуйста, по такому вопросу:


можно ли на одном терминале зарегистрировать несколько счетов и торговать одновременно по нескольким этим счетам с одного терминала?

(если такая возможность если, хотя бы пару фраз, в каких настройках это нужно указать)


Заранее большое спасибо.

Multiply the terminals and trade in each terminal with its own account. you cannot open all accounts in one terminal at the same time .

 
sergeev ,thank you!
 
how to disconnect the terminal from the internet without disconnecting from the internet
 
sever29 >>:
как не отсоединяясь от интернета, отключить соеденение терминала от интернета

Put in an arbitrary server.

 
service-setup-server?
 
sever29 >>:
сервис- настройка- сервер?

Yeah, or if you only need to stop one gravik, open it in offline mode

 
sanyooooook писал(а) >>

Yeah, or if you only need to stop one gravik, open it offline

>> thank you, Sanek.

 

Please tell me how to write OderOpenPrice() from the last open order.

If the price goes up x pips from the last order, then op_buy and go down op_sell.

I just tried to write a program, but I can't even get such a simple one)))))

 

Friends, good afternoon.

Please advise on the following question...


I would like to implement the following thing in an indicator:

If the chart to which this indicator is attached is EURUSD, then I need to display one message.

If it is a GBPUSD chart, then print another message.


What command in MQL4 will we use to check the chart of the currency pair?


Thank you very much in advance.