Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Youtube-->https://youtu.be/pI7OIF7mV30
- void OnStart()
- {
- Comment(
- "\nAlto : ", iHigh(NULL,PERIOD_CURRENT,5),
- "\nBajo : ", iLow(NULL,PERIOD_CURRENT,5),
- "\nCierre : ", iClose(NULL,PERIOD_CURRENT,5),
- "\nApertura : ", iOpen(NULL,PERIOD_CURRENT,5)
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment