Function parse_html

Source
pub fn parse_html(
    html: String,
    freq: Frequency,
    start: &str,
    end: Option<&str>,
) -> Result<Vec<OHLCV>>