Red candle
Syntax
Redcandle
Description
Will return true if close < open
Example
if ( Redcandle )
{ alert{“it is a red candle”}
}
This will open a alert window if last bar is a red bar or whenever you click on mouse and that bar is a red bar.