@l-andorrà I understand. Thank you very much!
Latest posts made by Pyrziel
-
RE: How do I optimize taking the hours of the day in consideration?posted in Questions & Answers
-
RE: How do I optimize taking the hours of the day in consideration?posted in Questions & Answers
@l-andorrà I understand that UNIX system takes the seconds occurred since January 1st, 1970 at UTC.
Is there a way to ask the program to run a backtest changing the hour on each pass using UNIX? -
RE: How do I optimize taking the hours of the day in consideration?posted in Questions & Answers
@l-andorrà Thanks for the answer.
Well, since I consider hours of the day critical to a bot's performance I'd like to have it. It would accelerate my optimizations.
I already tried what the user Aizen recommended in a post "Time optimization", but it didn't work to me. -
How do I optimize taking the hours of the day in consideration?posted in Questions & Answers
I'm trying to do this but with "string" data type I can't.
Also, when I put "int" data type the optimization doesn't work.