Forum

Help needed to sell computing resources in MQL5 Cloud

Hello everybody, I have configured my Metatrader terminal in two computers in a LAN environment in order to sell computing resources as Agents in the Cloud Network, but I'm running into an issue. The IP that shows up in the Services tab in the Agents Manager is a LAN IP. How can I change it to the

Question regarding OnTick()

Hi, is there a simple way to specify I want my buy and sell orders only to fire up when price is within Bollinger Bands ? I've written logic that successfully fires up orders when Moving Average crosses top or bottom Bands, but once takeprofit or stop loss is reached, the next order fires up before

Simple question regarding using default values in function calls.

As the topic suggests, I want to find out how to "skip" a parameter while calling a function. Being specific, I want to skip the price parameter (thus making the Buy function use default price such as SYMBOL_ASK ) m_Trade.Buy(lots,symbol, price ,stoploss,takeprofit,comment); So there it is, I want