Rejoignez notre page de fans
GMail Reader using MQL and wininet - script pour MetaTrader 4
- Vues:
- 11433
- Note:
- Publié:
- 2011.08.15 08:18
- Mise à jour:
- 2014.04.21 14:55
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Description:
This script reads your unread GMail messages.
Google provide read only access to GMail inbox via secured http protocol. Messages are displayed on chart.
Script properties consist of:
- GMailUserName = "your_account@gmail.com";
- GMailPassword = "your_password";
- NumOfEntries = 5.
The feed consist of maximum of 20 entries of unread messages.
It is far easier writing code than writing description.. lol
Feedback is appreciated :)
This uses the standard Bollinger Band calculations to further calculate the width of the Upper and Lower Bands, comparing that number to the Max and Min width of the bands for the last N periods. The results are plotted onto a histogram.
EMAplusWPR_V2Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R
Just a simple script , that reads the HTML file a report , or detailed report , and draws a transaction from it on the chart
BBRScalping Bollinger Bands Breakout Reversals with RSI confirmation.