WaddyBox
WaddyBox

Reputation: 73

How to get the high and low of previous candle

I feel like this is a fairly simple question but I can't find the answer. I just need to set a stop loss at the high of the previous candle

Upvotes: 0

Views: 1280

Answers (1)

WaddyBox
WaddyBox

Reputation: 73

Getting any value from the previous candle would just need [1] put after it. For example, the high of the previous candle would be high[1] and the previous close would be close[1]

Upvotes: 1

Related Questions