How to install new indicators for MT5 on android.

 

How to install new indicators for MT5 on android if the phone/pad is rooted?

 
Unfortunately, Android version does not support custom indicators.
 
Alexey:
Unfortunately, Android version does not support custom indicators.
Ok about custom indicators, but it doesn't list all defaults that are in the pc version of the software. May be should have all that the pc version has?
 
Caio Tieghi:
Ok about custom indicators, but it doesn't list all defaults that are in the pc version of the software. May be should have all that the pc version has?

It's an ongoing development and bits are added on a regular basis.

MQL is a bit more about coding and automated trading.

Maybe you can use a EA that saves screenshots of your desktop terminal including your favorite indicators, and then share that folder or files via various means, HTTP, FTP,Email etc. so you can view them on your mobile device.

Or you can have the EA send out push notifications directly to the terminal on your mobile device using the SendNotification() Function whenever a trigger is hit on your favorite indicator(s).

Here are some examples:

https://www.mql5.com/en/docs/network/webrequest

https://www.mql5.com/en/docs/common/sendnotification

https://www.mql5.com/en/docs/common/sendmail

https://www.mql5.com/en/docs/common/sendftp

https://www.mql5.com/en/code/9580

https://www.mql5.com/en/articles/2355

Documentation on MQL5: Common Functions / WebRequest
Documentation on MQL5: Common Functions / WebRequest
  • www.mql5.com
Common Functions / WebRequest - Reference on algorithmic/automated trading language for MetaTrader 5
 
zifu wang:

How to install new indicators for MT5 on android if the phone/pad isnot rooted?

 
can one install custom indicators to mt5 trading platform on Android phone
 
2xpensive:
can one install custom indicators to mt5 trading platform on Android phone

ONly a few posts in this topic and you can't be bothered to read????

 
Any updates on this thread? Are we now able to add custom indicators on MT5 in 2023?
 
william magdales #: Any updates on this thread? Are we now able to add custom indicators on MT5 in 2023?

Did you read the documentation?