Comments Automated Trading Championship 2006Rich
1
2 quality: напишите свой, я маякну. Хотя в профиле я указывал номер
своей аськи...
1
Rich
2006.12.13 16:34
11
Уважаемый Simca не могли бы Вы привести код вашей версии МА кауфмана? Много реализаций, но ваша визуально смотрится очень привлекательно. Можно на e-mail gsb51@mail.ru. Возможно и у меня найдется что Вас заинтересует. С уважением Сергей 2006.12.13 15:30 1
Rich писал(а): 2 casinonsk: выкладывать на обозрение советника пока не собирался. Сырой он. 2 vpopovic, forexpipmaker: my English is very, very bad. To sell the expert did not gather yet - completions are required. After the termination of the Championship if it will be interesting to you, it is possible to discuss strategy. Рич, дай плиз номер своей аськи, хочеться пообщаться. 2006.12.13 15:21 18
solandr wrote: The results of back testing are pretty nice! Have you tested your EA with other symbols? What about EURUSD, USDJPY, USDCHF? I think if EA has a live idea then it should work on other pairs also. What is your opinion? Sorry, I have to disagree with you here, in my experience all pairs have different characteristics and this is reflected in the trading range from the 1 min chart right out to daily and beyond. To answer your first question, I have backtested on other pairs and while they do show a profit using the same time-frame as GBPUSD it is not as high, so I concentrate my efforts on the "Cable". I also trade a variation of RisingSun (not the same risk level) live on GBPUSD. I wouldn't on any other pair. 18
The results of back testing are pretty nice! Have you tested your EA with other
symbols? What about EURUSD, USDJPY, USDCHF?
I think if EA has a live idea then it should work on other pairs also. What is your opinion? 3
//==== Trend0 ==========================+ symbol[0] = "GBPJPY"; // BuyOrder There are no any trailings. //---- TAKEPROFIT[0] = 230; STOPLOSS [0] = 60; //==== Trend1 ==========================+ symbol[1] = "AUDUSD"; // BuyOrder There are no any trailings. timeframe[1] = 240; //---- TAKEPROFIT[1] = 190; STOPLOSS [1] = 63; //==== Trend2 ==========================+ symbol[2] = "EURJPY"; // BuyOrder TRAILINGSTOP2[2] = 150; if(OrderTakeProfit()-bid<TRAILINGSTOP2[2]*point) { TAKEPROFIT[2]=OrderTakeProfit()+TRAILINGSTOP2[2]; STOPLOSS[2]=OrderStopLoss()+TRAILINGSTOP2[2]; } TRAILING STOPLOSS[2]=150; TRAILING TAKEPROFIT[2]=150; //---- TAKEPROFIT[2] = 175; STOPLOSS[2] = 56; //==== Trend3 ==========================+ symbol[3] = "GBPUSD"; // BuyOrder TRAILINGSTOP [3] = 13; if(OrderTakeProfit()-bid<TRAILINGSTOP2[2]*point) { TAKEPROFIT[3]=OrderTakeProfit()+TRAILINGSTOP2[3]; STOPLOSS[3]=OrderStopLoss()+TRAILINGSTOP2[3]; } TRAILING STOPLOSS[2]=13; TRAILING TAKEPROFIT[2]=13; //---- TAKEPROFIT[3] = 115; STOPLOSS[3] = 145; //==== Trend4 ==========================+ symbol[4] = "USDJPY"; // BuyOrder There are no any trailings. //---- TAKEPROFIT[4] = 209; STOPLOSS [4] = 94; //==== Trend5 ==========================+ symbol[5] = "EURUSD"; // BuyOrder There are no any trailings. //---- TAKEPROFIT[5] = 191; STOPLOSS [5] = 70; //==== Trend6 ==========================+ symbol[6] = "AUDUSD"; // SellOrder There are no any trailings. //---- TAKEPROFIT[6] = 95; STOPLOSS [6] = 115; //==== Trend7 ==========================+ symbol[7] = "EURJPY"; // SellOrder There are no any trailings. //---- TAKEPROFIT[7] = 148; STOPLOSS [7] = 73; //==== Trend8 ==========================+ symbol[8] = "GBPUSD"; // SellOrder There are no any trailings. //---- TAKEPROFIT[8] = 186; STOPLOSS[8] = 49; //==== Trend9 ==========================+ symbol[9] = "GBPJPY"; // SellOrder There are no any trailings. //---- TAKEPROFIT[9] = 245; STOPLOSS [9] = 70; //==== Trend10 ==========================+ symbol[10] = "USDJPY"; // SellOrder TRAILINGSTOP[10] = 126; if(ask-OrderTakeProfit()>TRAILINGSTOP2[2]*point) { TAKEPROFIT[3]=OrderTakeProfit()-TRAILINGSTOP2[3]; STOPLOSS[3]=OrderStopLoss()-TRAILINGSTOP2[3]; } TRAILING STOPLOSS[2]=126; TRAILING TAKEPROFIT[2]=126; //---- TAKEPROFIT[10] = 143; STOPLOSS [10] = 43; //==== Trend11 ==========================+ symbol[11] = "EURUSD"; // SellOrder There are no any trailings. //---- TAKEPROFIT[11] = 140; STOPLOSS [11] = 89; //=======================================+ 135
corner_h wrote:
I will just throw al little basic calculation here. It is called risk/reward ratio. I think (for simplicity) Surfer can offer approx. 205 risk / to 10 (or less)reward ratio so it is like you betting $205 dollars every time in order to win $10 and every loss birng you back more than twenty steps.... This has to be really goooooooood prediction mechanism built in just to keep your own money...... .......sure if you move S/L 1000 pips away and wait .......some almost all trades will move in your direction for some period of time at least. Sorry, I am just being a little sarcastic here ....but on some suggestion note would say that any good EA probably need to have....... everything...in it good prediction good MM good risk/reward ratio reasonable drawdown and list can go on and on.... and we will become more addicted to this GAME too... good luck to you with your surfer Thanks, Tony. Well, I'm not sure whether you're giving advice here, or just want to be arrogant, but in any case, I would surely agree that a good EA must have whatever it takes in order to be profitable. Of course "good risk/reward ratio" is not one of them, at least not in terms of SL versus TP. You would rather need to consider something like the "probability" that the price moves to SL within M minutes versus the "probability" that it moves to TP within M minutes; and I put "probability" within double-quotes, because it's also not a pure statistical measure, but more a realistic judgement based on situated reflection. I suppose that's were the trader's experience brings an edge over mechanical means. Keep surfin' 135
I will just throw al little basic calculation here.
It is called risk/reward ratio. I think (for simplicity) Surfer can offer approx. 205 risk / to 10 (or less)reward ratio so it is like you betting $205 dollars every time in order to win $10 and every loss birng you back more than twenty steps.... This has to be really goooooooood prediction mechanism built in just to keep your own money...... .......sure if you move S/L 1000 pips away and wait .......some almost all trades will move in your direction for some period of time at least. Sorry, I am just being a little sarcastic here ....but on some suggestion note would say that any good EA probably need to have....... everything...in it good prediction good MM good risk/reward ratio reasonable drawdown and list can go on and on.... and we will become more addicted to this GAME too... good luck to you with your surfer 2006.12.13 04:04 126
Zonker, how many years your experience in trade? How it is possible to communicate
with you?
|
|




