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 do you get USD JPY currency Data using yfinance API
Hi I am trying to get forex data from yahoo finance but keep getting errors so far what i did is:
USD_JPY = yf.Ticker("USDJPY=X")
hist = USD_JPY(period="max")
GET THE FOLLOWING MO...
Zndjld Ahmed
Votes: 0
Answers: 1
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