Matthew Greenslet
 Idol
    Posts: 2077
Joined: 2/27/2006
User Profile |
Here is a hack to get the periodicity.
If SymbolData.Periodicity = 1 Then Timeframe = Intraday And Minute = SymbolData.Compression
If SymbolData.Periodicity = 2 Then Timeframe = Daily
If SymbolData.Periodicity = 3 Then Timeframe = Weekly
|