Math Problem Statement
Close = (real open + real high + real low + real close) / 4 Open = (previous Heikin-Ashi open + previous Heikin-Ashi close) / 2 High = max(real high, Heikin-Ashi open, Heikin-Ashi close) Low = min(real low, Heikin-Ashi open, Heikin-Ashi close)
উপরে দেওয়া Formula অনুযায়ী এটি সমাধান করুন এখানে ( O = 1.10848 ) ( H = 1.11304 ) ( L = 1.10717 ) ( C = 1.11295 )
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Heikin-Ashi Candle Calculations
Averaging
Financial Analysis
Formulas
Close_HA = (Open_real + High_real + Low_real + Close_real) / 4
Open_HA = (Open_HA_prev + Close_HA_prev) / 2
High_HA = max(High_real, Open_HA, Close_HA)
Low_HA = min(Low_real, Open_HA, Close_HA)
Theorems
Heikin-Ashi Candle Calculation Method
Suitable Grade Level
Undergraduate - Finance and Economics
Related Recommendation
Mathematical Conditions for Doji(v_i) in Financial Analysis
Determine the 80th Percentile Class from a Stock Exchange Closing Prices Histogram
Finding Missing Values Using Linear Interpolation for H = 25.8
Constructing a Stem-and-Leaf Display and Calculating Quartiles for Gasoline Octane Ratings
Calculate Residuals for Representative Ages Using Regression