-
General Statistics
-
Total Topics23,074
-
Total Posts95,527
-
Total Members43,696
-
Most Online7,522
10/06/21 10:53
-
-
Posts
-
Yes, there are may time-sized cycle. I will bear in mind your data. It is very good. This is going to be an interesting year forward! All the best.
-
Here's some more clues as to what the markets are doing - Remember, this just would not work if markets were random This is Gann's Square of Nine (9) - He used it to work on both price and time It's basically a spiral of ORDERED numbers around a circle of 360 degrees, divided into sections If you look closely enough you will see if you pulled number "1" up and towards you, the form would create a PYRAMID As you can see in this simpler Gann Sq of 9 below, we can split the sq into GEOMETRICAL harmonics, in this case this is a cardinal cross Get the reference number point "61" and work through 65,69,73,77,81,86,91 etc - you can follow the sequence easily enough and see that those prices are following the natural order sequence of those cardinal point cross points...................... Here's those points in TIME (MONTHS) from the Oct 2022 LOW on the SP500 market - As you can see MANY MANY hits to the month and then the market reversed to some degree - KNOWLEDGE of this method would of allowed you to place those dates on your charts in 2002! YEARS in advance and this is just one method of many that pinpointed the 2009 low from a TIME perspective THT
-
Short comment today: I've been expecting some "sort" of event that causes "issues" in the generic economy going into Oct 2025 This should be a stock market swing LOW turning point - there's other issues for 2026, where the 666 week "beast" cycle turns up and also the 18 year property cycle crash low too The 66 week "beast" cycle last hit from memory May ish 2013, as its a 12 yr and a bit month cycle it rolls into early -mid 2026 - usually causes wild price fluctuations (check out 2013) Don't write off the bigger cyclic picture we are in, this cycle has a huge win/hit rate above 90% that covers over 200 years of stock market price data and history and we should see the USA market(s) MASSIVELY UP into 2034 THT
-
Question
toshendra
Hi
I am creating position using IG API . I get success message and deal reference id , but on demo platform my position is not increasing?
What is happening ? Are the market orders executing on demo or not ?
Here is the c# code , same thing happens with API companion, So this feature only available in live account ?
var createPositionRequest = new CreatePositionRequest()
{
epic = "UD.D.TQQQUS.CASH.IP",
direction = "BUY",
orderType = "MARKET",
forceOpen = true,
guaranteedStop = true,
currencyCode = "USD",
size = 10,
expiry="DFB",
stopDistance = 100
};
var res = await igRestApiClient.createPositionV2(createPositionRequest);
Link to comment
0 answers 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