Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


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

Reply
 
LinkBack (48) Thread Tools Display Modes
  #151 (permalink)  
Old 12-29-2006, 07:45 AM
Senior Member
 
Join Date: Jan 2006
Posts: 104
cami is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #152 (permalink)  
Old 12-29-2006, 01:17 PM
Senior Member
 
Join Date: Jan 2006
Posts: 104
cami is on a distinguished road
Smile

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #153 (permalink)  
Old 01-02-2007, 12:30 PM
Senior Member
 
Join Date: Jan 2006
Posts: 104
cami is on a distinguished road
january 2

Hi, good day to all,

Long cable 1.9686, +10 and final exit at +20=30pips.
Long euro 1.3524, +10 and final exit at +20=30pips.

Total for london session.

Happy new year guys.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #154 (permalink)  
Old 01-02-2007, 12:40 PM
Administrator
 
Join Date: Sep 2005
Posts: 15,874
Blog Entries: 54
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
I have big gap in data this morning so could not trade
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #155 (permalink)  
Old 01-02-2007, 12:44 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,097
et_phonehome_2 is on a distinguished road
The only gaps I had was from last night [Jan 1] when the market had not opened. My broker did not open until 5:00PM EST but price had already started gapping down, and then gapped up before the broker opened.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #156 (permalink)  
Old 01-02-2007, 01:11 PM
Senior Member
 
Join Date: Jan 2006
Posts: 104
cami is on a distinguished road
Nd,

there are some metatraders that have gaps, and some that do not have it, try another, so you can trade everyday, will not trade in US session it`s mourning day.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #157 (permalink)  
Old 01-03-2007, 01:03 AM
Senior Member
 
Join Date: May 2006
Posts: 133
waltini is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #158 (permalink)  
Old 01-03-2007, 07:54 AM
Senior Member
 
Join Date: Jan 2006
Posts: 104
cami is on a distinguished road
Today we had a cross, short signal, too early did not take it there, took the short later at 1.9721 for +10 and +1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #159 (permalink)  
Old 01-03-2007, 08:49 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 796
igorad is on a distinguished road
Quote:
Originally Posted by waltini
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.
Hi,
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #160 (permalink)  
Old 01-03-2007, 08:57 AM
Administrator
 
Join Date: Sep 2005
Posts: 15,874
Blog Entries: 54
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by waltini
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.
I did not use NonLagMA_v5.
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;
....
So if you have access to elite section (asctrend thread) you may see.

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;
And then:

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);
So,
- 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
Sell:
Code:
diNonLagDown > 0 && diNonLagUp1 > 0
Attached Files
File Type: mq4 NonLagMA_v4.1.mq4 (4.6 KB, 212 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

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