When reading source code of ruleSignal, argument timestamp
at line 66 is a very important input, but I could not figure out where timestamp
data come from.
It seems that functions add.indicator
, add.signal
, add.rule
, applyIndicators
, applySignals
, which run before ruleSignal
don't use or generate timestamps
values.
I wonder which function generates values of timestamp
for ruleSignal
to use, or where data of timestamp
come from.
Thanks a lot!