XavierAndreu

Datos Valores Velas

Feb 18th, 2023
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //Youtube-->https://youtu.be/pI7OIF7mV30
  2.  
  3. void OnStart()
  4. {
  5. Comment(
  6. "\nAlto : ", iHigh(NULL,PERIOD_CURRENT,5),
  7. "\nBajo : ", iLow(NULL,PERIOD_CURRENT,5),
  8. "\nCierre : ", iClose(NULL,PERIOD_CURRENT,5),
  9. "\nApertura : ", iOpen(NULL,PERIOD_CURRENT,5)
  10. );
  11. }
Advertisement
Add Comment
Please, Sign In to add comment