0
Views
0
Downloads
0
Favorites
OpenOnlyTest
int start()
{
Print("Time[0] ",TimeToStr(Time[0],TIME_DATE)," Close[1] ",Close[1]," Open[0] ",Open[0]," High[0] ",High[0]," Low[0] ",Low[0]," Close[0] ",Close[0]);
}
Comments
Markdown Formatting Guide
# H1
## H2
### H3
**bold text**
*italicized text*
[title](https://www.example.com)

`code`
```
code block
```
> blockquote
- Item 1
- Item 2
1. First item
2. Second item
---