| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
| LinkBack (61) | Thread Tools | Display Modes |
|
|||
|
I don't remember anyone posting this.. So here is the literal translation of the russian asctrend evaluation that was posted a while back. All I did was run it through the babblefish link and copy the charts over. If someone would like to clear it up, feel free. Like I said it was a litteral translation and some words didn't make the translation.
I was hoping someone could post an update in this thread every once in a while, with where the "best functioning" version of this system (since people have added things to it) is at? I've read through this thread a few times and I'm not sure. So separate from the "idea swapping" could someone label a post every now and then as "UPDATE"? Thanks, it would make following and implementing ideas easier, and keep from working on the same thing, that someone else is. Jax- Last edited by JaxPacific; 04-04-2006 at 09:40 PM. |
|
|||
|
Quote:
It is written that ASCTrend system is not a "black box" system with fantastic unknown indicators. It is simple systems and all ASCTrend indicators are based on the standard indicators (originally). |
|
|||
|
Thanks, NewD.
That's exactly what I got out of it. I was more looking for a general update of what are the best (to date) indicators/modifications that are being used in combination with it. There seems to have been a lot of ideas thrown around without really a progress report of what has worked the best and what has not. If that effort has been abandoned due to the "lost magic" of the system, that's okay. Just interested in the latest so I can test it myself and join everyone in refining it more. Thanks for posting, Jax- |
|
|||
|
Quote:
Because i want to see the new indicators and EA as well. |
|
|||
|
Quote:
and i kept it run at a demo a/c for 2 weeks. so far the system generated 300pips for 7 pairs, of 4 major & AUD,CAD &EURJPY. I want stick on the forward testing longer time, but i want someone can explain to me the parameter of this system, so that i can put diffrent setting simulatously at serveral accounts. Risk, entryRange, (i found this value maybe a key parameter of this system, maybe diffrent paris/frames should have diffrent optimal value, but i want know how to determin a "optimal" value for each sencse. sigvarmin please detail the range and it's function, as detail as possible, thanks in advanced. |
|
|||
|
Quote:
I was talking about manual trading system. Last edited by newdigital; 04-05-2006 at 12:13 PM. |
|
|||
|
Quote:
can you please tell me the detailed function of those parameters ? |
|
|||
|
Code:
extern double Lots = 0.10; extern int TakeProfit = 100; extern int StopLoss = 40; extern int TrailingStop = 20; extern int Risk=3; extern int EntryStopLevel=10; extern int EntryRange=27; extern int TSLevel1=30; extern int TSLevel2=60; extern int SigValMin=5; extern int Slippage=3; // Sllipage If Risk is the same with indicator so if we increase the risk we will reduce the trades to catch big movement. As to EntryRange so I did not understand exactly. Code:
if (ascsigbuy[0]!=0) {
if (wprfast>0) {
if (wprslow>=0) {
if (Range<EntryRange*Point && Table_value2[0]>x1 && SigValBuy>SigValMin) {
if (nrtrwatrg[0]>0 || Ask>nrtrwatrr[0]) {
if (nrtrwatrg[1]==0) sl=ascsigbuy[0]; else sl = nrtrwatrg[1];
OrderSend(Symbol(),OP_BUYSTOP,Lots,Ask+EntryStopLevel*Point,Slippage,sl,Ask+EntryStopLevel*Point+TakeProfit*Point,"ASC++",16384,0,Lime);
vartime=TimeHour(Time[0]);
return(0);
if we have asctrend buy signal, and fast line in wpr indicator is more than 0 and slow >= 0, and Range < EntryRange (in pips) etc. And as I understand it places stop orders at the price + EntryStopLevel. Sorry I don't know |
![]() |
| Bookmarks |
| Tags |
| ASCTrend, NonLagMA, labtrend, ASCTrend system |
|
|