python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to calculate true range
In technical analysis true range is the difference between the high and the low plus any gap that occurred between sessions. So if today's high is 10 and the low is 9 range is 1. If yesterdays close w...

John
Votes: 0
Answers: 4
How to add close_above_open for a buy indicator in MQL4?
Is that possible to add a close_above_open condition too in the pattern of iHigh() && iClose() && iLow()?
I.e. I would like to add the close_above_open in the below code. Can you help ...
Krishna
Votes: 0
Answers: 1
Python sum() is calculating same value for two different lists
I'm trying to do technical analysis using RSI which involves having 2 lists of gains and losses then getting the average of the 2 lists. For some reason, when using sum(), I receive the same value for...
Deep Shah
Votes: 0
Answers: 1