Details | Last modification | View Log | RSS feed
package br.com.kronus.core;
public enum Timeframe {
M1, M5, M15, H1, D1;
}