Disliked
For auto trade : just sit and watch, once the speed difference is 10, all trades will be excutedIgnored
Why the lot size is hard coded ? 10 years later it will still be the same ?
lotP1 = Lots * 1.2;
lotP2 = Lots * 0.9;
lotP3 = Lots * 1.4;
Macro & Market Developments, Discussion & Analysis 37 replies
Disliked
For auto trade : just sit and watch, once the speed difference is 10, all trades will be excutedIgnored
DislikedWhy not 20 or 30 or 40 ? Why 10 ?
Why the lot size is hard coded ? 10 years later it will still be the same ?
lotP1 = Lots * 1.2;
lotP2 = Lots * 0.9;
lotP3 = Lots * 1.4;Ignored
DislikedHi forexisfx,
Thanks for your comments and observation
I agree with you. Value of 10 is just based from my last research about EURUSD - USDCHF - EURCHF. At that time, 10 is very already very extreme. Once it is reached and we open the trades, it will be easy and fast for the trades to become profitable.
The lot combinations will not be the same in 10 years from now. It will need further research.Ignored
DislikedHow do you come up with the lot size for this year and how long it will last ?
I suspect the profit will generally follow the movement of EURUSD. Meaning if EURUSD is up trend profit will be up and down trend profit will be negative.Ignored
DislikedI forgot where did I learn about these lot calculation. Let me check if I still have the website. There is a formula to calculate these proportion. I'll post here once I got it. Or, if you have any detail/supportive information about this, please letme know too.Ignored
DislikedHi Open,
I don't know what's wrong exactly.
How about you try it as in my previous posts:
- Open Standard Account that can open 0.1 lot
- Make sure you have all the 3 pairs in your market watch: EURUSD-USDCHF-EURUSD
- Open one pair, eg. EURUSD then run the EA with default settings
- Set the chart window to light color background
- Check if your chart shows the same like my screen shot
- Then select the 3 pairs LABEL
- Then press "DELETE"
- Those 3 pairs will be opened
I hope this time will work
Ignored
DislikedThanks for the reply.
I am getiing buy sell errors in the expert window.
I set the lots for 0.2, is this too low? Or, am I doing something else wrong.
I put two horizontal lines on the chart above and below pivots and named them HLINE and LLINE? Are these lines now going to function as buy and sell orders which we move daily? Sorry for so many questions but the answer to this is not very clear.Ignored
You don't need to move the lines. Those two lines only represent which levels you want your carry trades be executed.
Dislikedi bet the calculation was done around Oct last year. It seems to set according to the price of the currency pair.
Oct EURUSD was around 1.2 EURCHF was around 1.4 USDCHF 1.1
We have lot size
EURUSD *0.12
EURCHF *0.14
USDCHF *0.09
Another thing I would like to mention is , if buy-buy-sell is losing money it means that sell-sell-buy is making money. So when we have a big draw down we must be thinking how can we know when to trade buy-buy-sell / sell-sell-buyIgnored
Disliked3 PAIR HEDGING
i look at the code and it seems that the SL is margin call ?
The only way the EA gonna close the trade is when it reaches the profit.Ignored
DislikedActually this strategy was already outside, it is called Correlation Hedging. The pairs of EURUSD - USDCHF -EURCHF are negative correlation. With appropriate lot sizing for each pair and open each of them at the same time, in theory, the trade will be balance (zero) no matter how much the prices moving. However, there are also some shifting and un-correlated situation one time. We wait until the result is positive (profitable) before we close all the trades. We do this by specifying the Take Profit level we would like to take.
Check the statement,...Ignored
DislikedThat's true.
The correlation strategy idea believe that the trades chain will not go further too far. If it goes negative profit, then it is believed that it will come back to positive. However this is only happen theoritically. Thats' why this system still need further thought and improvements.Ignored
DislikedI have use correlation strategy before and got badly burn because I don't have the guts to hold the trade out. There will be a time where big de-correlation will happen and that will test the limit of your risk.
The way i trade correlation strategy is doing sort of range trading. The assumption is that correlation and de-correlation has a certain limit and we sell and the top limit and buy at the btm limit. In this case , we do a buy-buy-sell at the btm limit and sell-sell-buy at the top limit
The problem with correlation strategy is that a...Ignored