- 0
-
General Statistics
-
Total Topics23,563
-
Total Posts96,861
-
Total Members44,137
-
Most Online7,522
10/06/21 10:53
-
-
Posts
-
By tradinglounge · Posted
TradingLounge's Commodity Market Update: Favorable Trading Opportunities in Gold and Silver Persist; We Maintain and Expand Our Positions in These Markets. Uranium Shows Upward Movement in Wave 3, Indicating a Substantial Bullish Trend for Long-Term Investment. Natural Gas Continues Its Downward Trend, While Crude Oil Prices Face Restraints Due to Saudi Arabia's Strategy for Higher Prices. Our Long Trade in Crude Oil is Now in a Promising Position with Reduced Risks. The USD DXY Approaches its 61.8% Retracement Level, Expected to Find Support. Yields Could Have Reached a Peak as TLT Bonds Show an Inverse Low. Video Chapters 00:00 Bitcoin (BTC) 08:40 US Dollar Index, DXY 11:15 TLT Bonds. US Gov Bonds 10 Yr Yields 15:50 Precious Metals: Spot Gold / US Spot Silver / XGD and Gold Stocks US / ASX 25:19 Base Metals: XME ETF, Iron Ore, Copper. Uranium URA. 31:08 Energy: XLE ETF / Crude Oil / Natural Gas 40:15 End Analyst Peter Mathers TradingLounge™ Australian Financial Services Licence - AFSL 317817 Source: tradinglounge.com Access Trial here -
Because of this, it's wise for traders to thoroughly investigate exchanges before choosing one. I exclusively deal with cryptocurrency exchanges that have declared proof of reserve in the wake of the unfortunate events that saw some go bankrupt and others hack. Because of what I've heard traders say about Bitget and the fact that it met my requirements, I had to start using it right away. Therefore, I'd advise DYOR to choose whatever best meets your needs.
-
By ModestInvestor · Posted
The Santa Rally – Christmas Growth in the Stock Market. You may well of heard of the ‘Santa Rally’. It’s a commonly discussed stock market theory. It is the basic concept that the stock markets, particularly the major indices, show positive returns on the run up to Christmas and the New year. Myth or legend? We look at the stats. As you can see from the below table the FTSE100 rose in price in 12 of the 15 years. That’s 80% of the time. The average difference was 1.95% https://moneysandi.com/the-santa-rally-christmas-growth-in-the-stock-market/ Anyone had any experience of trading this? #trading #money #trader #investing #investment #crypto #stockmarket #stocks #business #invest #entrepreneur #finance #investor #daytrader #daytrading #trade #wallstreet #wealth #santarally #finance
-
Question
Guest WYTrade
Hi! Anyone got any tools / ideas on how to modify IG's excel sample to download data by historical range? Currently the excel sample is only able to download by a set number of data points from the latest date.
I am not very good with VBA, I tried (but it didn't work) to modify the VBA code in the excel sample:
For Public Function ("price") in IGApiRestClient:
From:
Public Function prices(epic As String, resolution As String, numPoints As String) As Collection
Call oXMLHTTP.Open("GET", IG_API_HOST + "/prices/" + epic + "/" + resolution + "/" + numPoints, False)
To:
Public Function prices(epic As String, resolution As String, startDate As String, endDate As String) As Collection
Call oXMLHTTP.Open("GET", IG_API_HOST + "/prices/" + epic + "/" + resolution + "/" + startDate + "/" + endDate, False)
For Private Sub priceHistoryButton_Click() in Sheet1:
From:
Set prices = restClient.prices(epicTextBox.value, priceResolutionComboBox.value, numPointsTextBox.value)
To:
Set prices = restClient.prices(epicTextBox.value, priceResolutionComboBox.value, Range("K2").value, Range("K3").value)
I tried to key in the dates (in "YYYY-MM-DD HH:MM:SS") in cells K2 & K3 but it doesn't work. Any ideas/help on how to make it work?
Link to comment
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now