View Single Post
  #1 (permalink)  
Old 05-06-2009, 10:51 AM
heartnet's Avatar
heartnet heartnet is offline
Senior Member
 
Join Date: Mar 2008
Posts: 234
heartnet is on a distinguished road
Doji Reader Indicator -V2-

Attached is Doji Reader Indicator.

Quote:
-----------------Version 1------------------------
1. Can read doji:
a. may set minimal length of uptail
b. may set minimal length of lowtail
2. Can read gravestone doji:
a. may set minimal length of uptail
b. may set maximal length of lowtail
3. Can read dragonfly doji:
a. may set maximal length of uptail
b. b. may set minimal length of lowtail
4. An alarm can pop up when new candle appeared if desired
Quote:
-----------------------VERSION 2--------------------------------
Input parameter:

AnAlert : add true if you want to alerted when new doji appeared
ShowCandleBox: add true if you want to doji candle is appeared in a rectangle
BoxColor: add favorite color to colored rectangle
ShowStar: add true to show star above the candle
StarColor: add favorite color to colored star
StarWidth: add width size to adjust star width
ShowText: add true to show doji's name
FontColor: add favorite color to colored text
FontSize: add size of font
VerticalText: if true, text will show at vertical
MyBrokerHas5Digits: add true if use 5 digis
FindRegularDoji: if set to true, indicator will looking for it
MinLengthOfUpTail: minimal size for length of upper tail
MinLengthOfLoTail: minimal size for length of lower tail
MaxLengthOfBody: maximal size for length of body

FindDragonflyDoji: if set to true, indicator will looking for it
MaxLengthOfUpTail1: maximal size for length of upper tail
MinLengthOfLoTail1: minimal size for length of lower tail
MaxLengthOfBody1: maximal size for length of body

FindGravestoneDoji: if set to true, indicator will looking for it
MinLengthOfUpTail2: minimal size for length of upper tail
MaxLengthOfLoTail2: maximal size for length of lower tail
MaxLengthOfBody2: maximal size for length of body

Attached Images
File Type: jpg Doji Reader 1.jpg (75.3 KB, 1218 views)
File Type: jpg alert.jpg (79.3 KB, 1203 views)
Attached Files
File Type: mq4 Doji_Reader_1.0.mq4 (8.3 KB, 328 views)
File Type: mq4 Doji_Reader_2.mq4 (10.6 KB, 183 views)
__________________
Evaluate our service: here
Coding service:EA,Custom indicator and etc more info

Last edited by heartnet; 05-31-2009 at 10:31 AM.
Reply With Quote