DOJI
SyntaxWill return true if DOJI pattern found.
Description if ( DOJI )
{
buy{}
}
This will draw a buy arrow whenever a DOJI pattern found.
Example