| 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 (48) | Thread Tools | Display Modes |
|
|||
|
Hi,
yes Igor, i am trading with MTF AS in 5mins, using also nonlag with 30 lenght so i can see clearly entries and exits, price tender indicator also, i know it`s risky to trade this time of year, but i`ve seen some very good trades, even today a long one at 1.9635 good for 10 pips, today is last tradable day of the year, so i guess this is the last one, but you know, this week we had not even a bad trade, 99 pips in total, not a bad week while mom and auntie is cooking ![]() |
|
|||
|
Other two more trades, short both, first one short at 1.9608 a small loss, exit using non lag at 1.9619, ugly thing, well, then right now
Short at 1.9606, already +10, second lot open at +14, lets see exit, this is last trade of the year, happy new year guys , Exit trade at support 1.9572, so in total for this trade +10 and +24=34 total for the week so far +113pips. Last edited by cami; 12-29-2006 at 01:40 PM. |
|
|||
|
Non LagMA_v5
Hi Newdigital, I know you have helped me with this before. I am trying to use the NonLagMA_v5 in an ea but I am having trouble with getting the signal. I have re read the earlier posts we had but I am still having trouble.
This is the code I have, can you see where the problem is? if(UseNonLagMA) { double NonLagUp = iCustom(NULL,0,"NonLagMA_v5",0,NonLagLength,0,0,1, 0,0,1,1); double NonLagDown=iCustom(NULL,0,"NonLagMA_v5',0,NonLagLe ngth,0,0,1,0,0,2,1); } if(NonLagUp>0){GridDirectionUp=true;Print("GridDir ectionUp");} if(NonLagDown>0){GridDirectionDown=true;Print("Gri dDirectionDown");} What I am getting is both Grid Direction Up and Down both true. I introduced the print function to do some fault finding and the log shows both are true and consequently the ea is misbehaving. I have studied the only Nonlag ea on this thread but the coding is beyond me. I have also introduced bool GridDirectionUp=false and NonLagUp=0 earlier in the ea to try avoid any problems there. I appreciate you are very busy but I am really stuck and would appreciate your help. The coding is just me typing there are no typos in the ea. Last edited by waltini; 01-03-2007 at 01:05 AM. |
|
||||
|
Quote:
Try to use this code: if(UseNonLagMA) { double NonLagTrend = iCustom(NULL,0,"NonLagMA_v5",0,NonLagLength,0,0,1, 0,0,3,1); GridDirectionUp=false, GridDirectionDown=false; if(NonLagTrend>0){GridDirectionUp=true;Print("Grid DirectionUp");} if(NonLagTrend<0){GridDirectionDown=true;Print("Gr idDirectionDown");} } Regards, Igor
__________________
Let's improve trade skills together http://finance.groups.yahoo.com/group/TrendLaboratory |
|
|||
|
Quote:
I used NonLagMA_v4.1 in public asctrend thread and in elite asctrend thread Igorad is using this NonLagMA indicator in EA not as custom. He is inserting indicator's code in EA and EA can not backtested very easy (because no any custom indicator inside. He is doing it in very complicated way: Code:
double NonLagMA( .....)
{
double Cycle=4;
double pi = 3.1415926535, Weight=0, ...
double Coeff = 3*pi;
....
But I am not very professional with programming and am using custom function. For example. In the beginning of EA (settings): Code:
extern string PARAMETERS_INDICATOR_TWO = "NonLagMA_v4"; extern int Price = 0; extern int Length = 100; extern int Displace = 0; extern int Filter = 1; extern int Color = 1; extern int ColorBarBack = 0; extern double Deviation = 0; Code:
double diNonLagUp=iCustom(NULL,0,"NonLagMA_v4.1",Price,Length,Displace,Filter,Color,ColorBarBack,Deviation,1,1); double diNonLagDown=iCustom(NULL,0,"NonLagMA_v4.1",Price,Length,Displace,Filter,Color,ColorBarBack,Deviation,2,1); double diNonLagUp1=iCustom(NULL,0,"NonLagMA_v4.1",Price,Length,Displace,Filter,Color,ColorBarBack,Deviation,1,2); double diNonLagDown1=iCustom(NULL,0,"NonLagMA_v4.1",Price,Length,Displace,Filter,Color,ColorBarBack,Deviation,2,2); - diNonLagUp is blue colored line of the indicator (buy color - because of 1) on the 1-st bar. - diNonLagUp1 is buy (blue) colored line of the indicator on the 2 bar. - diNonLagDown is sell (Tomato) colored line of the indicator (because of 2) on the 1 bar. - diNonLagDown1 is sell colored line of the indicator on the 2 bar. And buy will be as the following: Code:
diNonLagUp > 0 && diNonLagDown1 > 0 Code:
diNonLagDown > 0 && diNonLagUp1 > 0 |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/2613-nonlagging-tools.html
|
||||
| Posted By | For | Type | Date | |
| 3 Level ZZ Semafor | This thread | Refback | 08-24-2008 08:52 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-21-2008 05:45 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-19-2008 09:56 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-19-2008 03:25 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-19-2008 01:13 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-18-2008 12:22 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-18-2008 05:06 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-17-2008 01:41 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 02:57 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 12:12 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 10:01 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 07:25 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 05:29 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 04:58 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 03:20 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-16-2008 02:34 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-15-2008 09:57 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-08-2008 01:19 AM | |
| Recent Posts | This thread | Refback | 08-07-2008 02:05 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 08-02-2008 02:05 PM | |
| *スキャルのスレ* | This thread | Refback | 07-31-2008 05:05 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 07-23-2008 03:23 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 07-21-2008 12:47 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 07-13-2008 07:31 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 07-06-2008 04:27 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 07-05-2008 04:52 AM | |
| Latest posts of: admin | This thread | Refback | 06-22-2008 08:38 AM | |
| 3 Level ZZ Semafor | This thread | Refback | 06-12-2008 04:24 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 06-07-2008 12:30 PM | |
| 3 Level ZZ Semafor | This thread | Refback | 06-06-2008 11:30 AM | |
| *スキャルのスレ* | This thread | Refback | 03-17-2008 10:58 PM | |
| *スキャルのスレ* | This thread | Refback | 02-21-2008 05:39 AM | |
| TSD、ホ・ユ・ゥ。シ・鬣爨リ、ホ・・・ッ | 1ヒア゚、ォ、鯲ワサリ、ケクカサイノ | This thread | Refback | 02-09-2008 12:09 PM | |
| 。レinvalid。ロMetaTrader Part3。レaccount。ロ - MetaTrader、゙、ネ、畍iki | This thread | Refback | 01-18-2008 04:32 AM | |