Join our fan page
- Views:
- 11737
- Rating:
- Published:
- 2011.08.15 08:18
- Updated:
- 2014.04.21 14:55
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Expert 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

Scalping Bollinger Bands Breakout Reversals with RSI confirmation.