Other News

Use VTS to Send Notifications to Your Smart Phone

 

Q: In VTS, how can I use the MQL function SendNotification to send a message to my smartphone?

A: The VTS part is easy. Just use the Message tab on any element and select the SendNotification checkbox, shown here:

 

For this to work, you have to create an ID with your MetaTrader platform and then enter the info on your smart phone.  It’s a little bit of a hassle, but you only have to do this part once. Here is a post that shows step-by-step instructions.

Setting up MetaTrader for SendNotification

http://www.iexpertadvisor.com/mql-mt4-sendnotification/

 

 

To get notified about the latest questions and answers, follow us!

 

 

RAQ

What is the dlevel for in the Fibonacci Plug-in?



Q: What is dlevel in the Fibo plugin used for?

 

A:

The normal Fibonocci values that most traders use are 21.6%, 38,3% , 50%, and 61.8%
After I initally released the Fibo Plug-in, there was a request to check different levels.
So I introduced a new parameter named “dlevel” (the d stands for double) that allows a trader to enter any value.

 

Here is the info from the help file:

 








dlevel


double


This can be any user-define percentage. For example: 25% is expressed as 25.0.




NOTE: If the dlevel parameter is set to any value besides 0, dlevel will be used to get the price and level will be ignored.


 

Note that dlevel is ignored if it is zero. In the case when dlevel is zero, the value of the level parameter is used.

 


Help docs are available from the support page: http://www.iexpertadvisor.com/iexpertadvisor-support-2/

 

The dlevel parameter is available for two Fibonocci Plug-in functions: fnGetFiboValue and fnIsFiboLevelBroken.

 

Fibonacci Function: fnGetFiboValue


 

Fibonacci Function: fnIsFiboLevelBroken


 



To get notified about the latest questions and answers, follow us!



RAQ