Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about forex

Read more about forex

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)

Questions - forex

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...
test-img

Zndjld Ahmed

python

currency

yfinance

forex

Votes: 0

Answers: 1

Latest Answer

You are missing the .history() when accessing your Ticker object. import yfinance as yf USD_JPY = yf.Ticker("USDJPY=X") df_usd_jpy = USD_JPY.history(periods="max") df_usd_jpy.head...
test-img

KarelZe

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 ...
test-img

Krishna

algorithmic-trading

trading

mql4

forex

technical-indicator

Votes: 0

Answers: 1

Latest Answer

Q1 : Is that possible to add a close_above_open condition too in the pattern of iHigh() && iClose() && iLow()? Yes, it is: ... if ( iHigh( symbol, timePeriodD1, 1 ) > ...
test-img

user3666197

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved