08-06-2018, 11:10 AM
This may help someone.
I was trying to add the tick time to my logging and kept getting lost so I added
log.info(this); at the end of the script.
This causes it to display ALL of the variables and then I was able to narrow it down bit by bit.
log.info(this.candle.start) was what I was after btw.
I was trying to add the tick time to my logging and kept getting lost so I added
log.info(this); at the end of the script.
This causes it to display ALL of the variables and then I was able to narrow it down bit by bit.
log.info(this.candle.start) was what I was after btw.