API Timeframes constants

From NakedMarkets
Revision as of 16:48, 4 January 2023 by NMWikiWeb (talk | contribs) (Created page with "=== Summary === The Timeframes constants are used to define the different timeframes.<br> === Definition === * PERIOD_CURRENT = 0,<br>* PERIOD_M1 = 1,<br>* PERIOD_M5 = 5,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

The Timeframes constants are used to define the different timeframes.


Definition

  • PERIOD_CURRENT = 0,
    * PERIOD_M1 = 1,
    * PERIOD_M5 = 5,
    * PERIOD_M15 = 15,
    * PERIOD_M30 = 30,
    * PERIOD_H1 = 60,
    * PERIOD_H4 = 240,
    * PERIOD_D1 = 1440,
    * PERIOD_W1 = 10080,
    * PERIOD_MN1 = 43200