US TNote 10y
Forums › ProRealTime English forum › General trading discussions › US TNote 10y
- This topic has 13 replies, 2 voices, and was last updated 2 years ago by nepu77.
-
-
06/05/2022 at 4:11 PM #194703
Could someone test it please ? Because I am not sure about the Tradingcosts ( Spread )
Normaly there are not big costs ( Spread is only 1 Tick )
DEFPARAM CumulateOrders = False // Kumulieren von Positionen deaktiviert
a1 = highest[20](high)
a2 = lowest[20](low)
buy 1 shares at a2[1] limit
sellshort 1 shares at a1[1] limit06/05/2022 at 4:12 PM #19470406/05/2022 at 4:53 PM #19470606/05/2022 at 7:00 PM #19472006/05/2022 at 7:06 PM #19472106/05/2022 at 7:46 PM #194723Okay, now I understand what you mean.
The above is the program you have written and you are shocked how well the program performs 😉 and because it generates a lot of positions (10,216) you want to know what the spread is of the relevant 10 years T-note.
I also tried your program with the available XL (Future 10-year T-note)
(see screenshot)
There are a lot of holes in my price data and I think less data than in your statistics.
1 user thanked author for this post.
06/05/2022 at 8:05 PM #19472506/05/2022 at 8:11 PM #19472606/05/2022 at 8:11 PM #194727yes )
you use the data from IB or IG .. I have used the data from Prorealtime. There are no gaps. ( maybe rollover ….. )
I tried it also on eur/usd , usd/jpy … it is the same. Only trendmarkets are the opposit.
sorry for me bad english
06/05/2022 at 8:15 PM #19472806/05/2022 at 8:25 PM #194729I use the data from IG.
The data in ProRealTime comes from IG or IB, I think you use IB.
I’m going to find out what exactly happens, what I do want to warn about is that the results from a back test can be completely different from the results in real life…
don’t cheer too loudly yet 😉
06/05/2022 at 8:38 PM #19473006/05/2022 at 9:27 PM #19473106/05/2022 at 9:59 PM #194732 -
AuthorPosts