Description Usage Arguments Value Examples
View source: R/check_frequency.R
This functions checks if the EA can send order to the plataform trading.
1 | check_frequency(hours_frequency, time_zone)
|
hours_frequency |
The vector containing the hours of operations. |
time_zone |
The time zone. |
A logical vector TRUE if the EA can compute the sentiment.
1 2 3 4 | time_zone <- "Brazil/East"
hour_freq <- generate_trade_frequency(9,17,10)
check_freq <- check_frequency(hours_frequency = hour_freq,
time_zone = time_zone)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.