| Green Candle | |
|---|---|
| Syntax | Greencandle |
| Description | Will return true if close > open |
| Example | if ( Greencandle ) { alert{“it is a green candle”} } This will open a alert window if last bar is a green bar or whenever you click on mouse and that bar is a green bar. |