esignal DOC is not clear to me on this issue.
If I save a live trade signal, given by Systemsymbol on my 1-min chart to a price and bar using rawtime(0), and save that date to a text file in the form of:
SystemHappyFace
1.19009
1141775580
then I have saved the **exact second** of a particular minute (60 sec to a minute) that signal was generated. For sake of discussion, lets say that occured at 8:45:34.
Now, If I wanted to redraw that symbol later on on a chart, for backtesting purposes and review, I would open a 1min chart and read this data in.
But in past time, there are just minute bars and no seconds are ticking away, so that specific second that the rawtime(0) command captured (34th second) , will it exist and will the symbol be drawn on the correct minute bar (45th minute) even if the rawtime command captured the exact 34th second of that minute?
If I save a live trade signal, given by Systemsymbol on my 1-min chart to a price and bar using rawtime(0), and save that date to a text file in the form of:
SystemHappyFace
1.19009
1141775580
then I have saved the **exact second** of a particular minute (60 sec to a minute) that signal was generated. For sake of discussion, lets say that occured at 8:45:34.
Now, If I wanted to redraw that symbol later on on a chart, for backtesting purposes and review, I would open a 1min chart and read this data in.
But in past time, there are just minute bars and no seconds are ticking away, so that specific second that the rawtime(0) command captured (34th second) , will it exist and will the symbol be drawn on the correct minute bar (45th minute) even if the rawtime command captured the exact 34th second of that minute?
Comment