Function - CDLTAKURI
Takuri |
Candlestick Pattern
|
SYNTAX |
CdlTakuri( ARRAY open, ARRAY high, ARRAY low, ARRAY close) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Takuri (Dragonfly Doji with very long lower shadow) : This function is contained within the Pattern Recognition set of indicators. |
ADDITIONAL INFO |
Dragonfly Doji with very long lower shadow |
EXAMPLE |
CdlTakuri(open, high, low, close) |
| |