Not the Grail, just a regular one - Bablokos!!! - page 384
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
how is that not good? - We have two trades in the leg - 1)Evra Sell and 2)Cross Buy...
OpenClose1 - CurrentPoint1 + ZeroClose3
this exactly reflects the current position - Openclose1 =
and Currentpoint1 - Current price of EUR - so profit is equal to = sale price - (minus) the current price - and we add this profit :) to the profit of the cross - we get the total profit of both financial instruments - Delta - Equity ...
what's wrong with that?
You are comparing the current price to the exact same price plus the increment. but the correct way to do this is to add the increment to the previously memorised value to get the same price as the current price and then, yes, look for the delta. if the delta is not zero, then there is already something to aim for, arbitrage.
or not?
You are comparing the current price to the exact same price plus the increment. but the correct way is to add the increment to the previously memorised value to get the same price as the current price and then, yes, look for the delta.
or not?
not the current - see there in the text - the current TIME[0] price - and the price of opening a trade = TIME[i] - where i is the number of the bar to open the trade.... and this is not the ZeroClose3 increment - but the already calculated profit/loss of Cross on the 0th(current) bar...
not current - see there in the text - Current TIME[0] price - and the opening price of the trade = TIME[i] - where i is the number of the bar opening the trade.... and this is not the increment of the Zeroclose3 - but the calculated profit/loss of the Cross on the 0th(current) bar...
ok
just in case, compare what I suggested with what you have:
#3828
If I understand correctly, 1.0 and 0.5 is if we trade EUR and GBP. And if we trade EUR+cross and GBP+cross, we should calculate the volatility coefficients for the major and the cross accordingly. Or did you give the coefficients specifically for the cross?
Hmmm... look for Leonid's indicators
//| Copyright © leonid553, Son_Of_Earth | Ind_x_Line
i think there were his threads and indices on this forum - he used several methods to normalize the prices/lots... - I don't want you to get bogged down with it - at least you can use lots search :)
ok
just in case, compare what I suggested with what you have:
#3828
mm - brackets in arithmetic operations are OBLIGATORY - it's not about multiplication
OpenClose1 - (CurrentPoint1 + ZeroClose3)
More correctly it was (OpenClose1 - CurrentPoint1) result Eura + ZeroClose3 (result Cross)
mm - brackets in arithmetic operations are OBLIGATORY - it's not about multiplication
OpenClose1 - (CurrentPoint1 + ZeroClose3)
More correct was (OpenClose1 - CurrentPoint1) result of Eura + ZeroClose3 (result of Cross)
I'll try it both ways, then we'll see.
But with my variant the strategy is completely different: arbitrage, we have current and calculated price, that is more than enough for working with just one pair and without martinis, I hope.
I'll test it both ways, and then we'll see.
But according to my variant the strategy is completely different: we have arbitrage, we have current and calculated price, it is more than enough for working with one pair and hopefully without martini.
a new strategy - is the statement khorosh: - which suggested using not Two legs - and all FOUR - such as why work only on skhops - add there and sliding - and all will be happy :)
So, 1 and 3 legs work (2 and 4 are "resting") - and vice versa 2 and 4 are working - then 1 and 3 in loose...
In total, the first leg of the eu - cross - pound and added legs pound - cross - eu
Then work will be Eurasell + Crossbuy + FUNTSELL + Crossbuy - well, sort of like this :)
ZS - with one pair you'll get bogged down... martinis don't help :) - we are pair trading :) the signals for trades are given by Pairs...
a new strategy - is the statement khorosh: - which proposed to use not Two legs - but all FOUR - like why work only on skips - add there and sliding - and all will be happy :)
So, 1 and 3 legs work (2 and 4 are "resting") - and vice versa 2 and 4 are working - then 1 and 3 in loose...
the total of the first legs EUR - cross - pound and added legs pound - cross - EUR
then you will work EURASELL + CrossBAY + FUNDSELL + CROSSBAY - like this :)
ZS - with one pair you'll get bogged down... martinis don't help :) - we are pair trading :) trading signals are given by Pairs...
I've got 28, I've got it already, by the way, without the moose.... and i said i could do more, it doesn't change the strategy.
the intellectual hunger makes you go further
you have a very good idea, but i remember a plus dickfix that left a lot of unsolved puzzles
I hope that one of them is the one we took apart today, which is how to get one pair through the other two.
Thank you!on the option of the current bar... purely for further checks, the indicator writes a log of pseudo-transactions performed - and then EAs quickly run in the tester on the options of time and instruments set to control the results obtained by both the indicator and the EA...
Is this necessary to skip any inputs from the pseudo-transaction log?
Is this necessary to skip any inputs from the pseudo-journal?
No - it's just that in the MT tester there is a model "by opening prices" - it processes the flow of All trades quite quickly - faster than potiqo - and this way - by Minutes or 5Minutes you run it and see what the results will be...