You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Продавая USDCAD и покупая DX вы покупаете индекс канадца. На поведение индекса можно посмотреть с помощью того же СС - его динамика ничем не отличается от других индексов. Так что такая торговля на мой взгляд - будет 50/50.
It's possible! I'm not going to argue.
So we'll keep looking. Looking for other suitable tools.
By the way. Yesterday close to the end of trading on Fduch index I entered (BUY ZC + SELL ZW)
Now there is {+300 pips (corn) -175 pips (wheat) }
Продавая USDCAD и покупая DX вы покупаете индекс канадца. На поведение индекса можно посмотреть с помощью того же СС - его динамика ничем не отличается от других индексов. Так что такая торговля на мой взгляд - будет 50/50.
Then please calculate the formula for the Canadian index formula. If it exists, of course ))) ... Actually rid, it is better to take of course the eur in "tandem". As it has more weight in the index. Just put a minus sign in the formula of the indy for its normal display. And can you share how you calculate the coefficient for the "tandem", i.e. the weight of the pairs in the deal?
I haven't really made any serious calculations yet. I.e. - so far by eye, - roughly.
For (Dax/Futsi) - the ratio of lots 1.2/3 and delta not less than 200 T, - I've deduced as a result of many weeks of observation.
EURIPY+USDJPY - I take the same lot sizes. For 2.5 weeks of working online (delta = 20-30 pips) this "hedge" hasn't spent more than 2-3 days.
I closed it with total profit from 5 to 20 pips.
Unlikely to work out. "Crazy Dax(c) and "pretty Footsie"(c) in the "discussed version" are traded on different platforms.
Futsi starts an hour later than Dax on a daily basis. Moreover, there are quite a few days in history when the dax was trading and the futsi was "off", or vice versa. So, the history of these instruments is shifted many times relative to each other and, for that reason, has little credibility.
Вряд ли получится. "Бешеный Дакс"(с) и "красотка Футси"(с) в "обсуждаемом варианте" торгуются на разных площадках.
Ежедневно футси стартует на час позже дакса. Более того, на истории достаточно много дней, когда дакс торговался, а футси был(а) "на выходных", или наоборот. Так что, история этих инструментов многократно сдвинута относительно др-друга и, по этой причине, мало достоверна.
That's fine. We will never play better than the big uncles on their field. And on a field like this, the big uncles have no business.
This is our bread and butter.
По открытиям баров
I am making a "quasi-arbitrage" EA that can be run in the tester on both "hedge" instruments with simulated virtual trades on the 2nd symbol.
There is a question.
Please advise.
How do I change your function
It would not return average spread of last NBars ?
But for the penultimate NBars.
I.e. for a period from(2*NBars)-th bar to the NBars?
Question to all who can answer.
Because I'm sitting here, I can't figure it out.
Thank you, getch! I'll put it into action now.
It turned out to be easier to implement virtual trades of the second hedge instrument in the tester than I initially thought.
I built the work by opening prices because the tester doesn't return MarketInfo(Symbol_2,MODE_BID) Bids and Asks; but opening and closing prices are returned by the tester normally.
Now I test it with tf=m1 for better accuracy
For those who are interested and who need it, here are fragments of our (rid+leonid553) program solution.
Hedge opening of 1 type (i.e. sell1+by2) :
I would be happy to receive critical comments.
Next, actually - the virtual trades mechanism itself in the "hedge" closing block :
Next, the virtual transaction mechanism itself in the "hedge" closing block:
The closing and calculation of the total profit is probably of key importance here!
That's all there is to it...
In the same way we do closing of the second instrument in a tester run(if ( Symbol()== Symbol_2 )
Used f-and Igor Kim(hats off to him) :
OpenPosition(); - opening a pose.
ModifyOrder(); - modification of positions.
NumberOfPositions() - number of positions
PriceOpenLastPos() - open price of the last position
ClosePosFirstProfit() - closing of positions
NumberOfBarOpenLastPos() - returns the number of bar of the last position opened