• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 2:57am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 2:57am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

NonLagDot (NLD) EA is Here 185 replies

Trendbreak with nonlagdot 2 replies

correct this nonlagdot ea 0 replies

WANT a martingale NonLagDot (NLD) EA 5 replies

Nonlagdot with email alert 3 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 2,119
Attachments: trend catching with NonLagDot indicator
Exit Attachments
Tags: trend catching with NonLagDot indicator
Cancel

trend catching with NonLagDot indicator

  • Last Post
  •  
  • 1 5253Page 545556 216
  • 1 Page 54 216
  •  
  • Post #1,061
  • Quote
  • Jan 18, 2016 1:27am Jan 18, 2016 1:27am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
Quoting SmoothTrader
Disliked
Pending Sell on E/J: GREEN pips to one and all. {image}
Ignored
​Good morning Smooth , for EJ I will wait , I don't like the wave formation and not clear for me if it will go up or down.
 
 
  • Post #1,062
  • Quote
  • Jan 18, 2016 1:30am Jan 18, 2016 1:30am
  •  SmoothTrader
  • Joined Oct 2008 | Status: Perpetual Student of the Charts | 947 Posts
Many dots have changed colors so it's time to be on the lookout for setup.

Trade smart and the GREEN pips will naturally flow into your account.
 
 
  • Post #1,063
  • Quote
  • Jan 18, 2016 1:31am Jan 18, 2016 1:31am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
Quoting SmoothTrader
Disliked
Many dots have changed colors so it's time to be on the lookout for setup. Trade smart and the GREEN pips will naturally flow into your account.
Ignored
​IF u want a good trade UJ and NJ are good to sell.
 
 
  • Post #1,064
  • Quote
  • Jan 18, 2016 1:35am Jan 18, 2016 1:35am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
It is not a signal from the system so please don't get confused.
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: NZDJPYM30.png
Size: 32 KB
Click to Enlarge

Name: USDJPYM30.png
Size: 31 KB
 
 
  • Post #1,065
  • Quote
  • Jan 18, 2016 1:38am Jan 18, 2016 1:38am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
Quoting SmoothTrader
Disliked
Many dots have changed colors so it's time to be on the lookout for setup. Trade smart and the GREEN pips will naturally flow into your account.
Ignored
​For the system I see some good signals coming , just be patient to get the best trades. As our friend Smooth said many dot change color so probably many trades coming, get ready to ride the train early.
 
 
  • Post #1,066
  • Quote
  • Jan 18, 2016 1:39am Jan 18, 2016 1:39am
  •  SmoothTrader
  • Joined Oct 2008 | Status: Perpetual Student of the Charts | 947 Posts
Here are two setups on the E/U and the E/G. The E/U chart is from my live account because the dots are slightly different than from my demo account.

GREEN pips to one and all.

Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (9).png
Size: 50 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (8).png
Size: 29 KB


ps. I love the pending orders because if the market reverses right after the setup, the order does not get filled.
 
 
  • Post #1,067
  • Quote
  • Jan 18, 2016 1:41am Jan 18, 2016 1:41am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
Quoting SmoothTrader
Disliked
Here are two setups on the E/U and the E/G. GREEN pips to one and all. {image} {image}
Ignored
​Perfect set up for both . .
 
 
  • Post #1,068
  • Quote
  • Jan 18, 2016 1:55am Jan 18, 2016 1:55am
  •  Mr.Bull
  • | Joined Feb 2014 | Status: Member | 26 Posts
Quoting Dave_C
Disliked
​In the CalculateDirection of the EA, the current situation is that the timeframe of the current chart is used for entry and exit calculation and the current code covers that situation below. NLD1 = iCustom(NULL,0,"nonlagdot",0,Length,0,0,1,0,0,0,1); NLD2 = iCustom(NULL,0,"nonlagdot",0,Length,0,0,1,0,0,0,2); if(NLD1 > NLD2) Direction = Up; if(NLD1 < NLD2) Direction = Down; That is if the NonLagDot 2 bars ago agrees with The NonLagDot 1 bar ago a direction is established. I have experimented with the establishment of the direction by referencing...
Ignored
NLD0 = iCustom(Symbol(),Period(),"nonlagdot",0,20,0,0,1,0,0,1,0);
NLD1 = iCustom(Symbol(),Period(),"nonlagdot",0,20,0,0,1,0,0,1,1);
NLDot= iCustom(Symbol(),Period(),"nonlagdot",0,20,0,0,1,0,0,0,1);

if(NLD1>0 && Close[1]>NLDot && NLD0>0) TradeMode = OP_BUY;
else if(NLD1==0 && Close[1]<NLDot && NLD0==0) TradeMode = OP_SELL;
else TradeMode = 9;


my logic. trademode 9 do nothing.
 
 
  • Post #1,069
  • Quote
  • Jan 18, 2016 2:05am Jan 18, 2016 2:05am
  •  SmoothTrader
  • Joined Oct 2008 | Status: Perpetual Student of the Charts | 947 Posts
Quoting SmoothTrader
Disliked
Here are two setups on the E/U and the E/G. The E/U chart is from my live account because the dots are slightly different than from my demo account. GREEN pips to one and all. {image} {image} ps. I love the pending orders because if the market reverses right after the setup, the order does not get filled.
Ignored
Both of those setups never filled the pending orders and the dots have changed colors so I cancelled the orders.

GREEN pips to everyone.
 
 
  • Post #1,070
  • Quote
  • Jan 18, 2016 2:07am Jan 18, 2016 2:07am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
New pending orders for , UJ,AJ,NJ,CJ.
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: CADJPYM30.png
Size: 31 KB
Click to Enlarge

Name: AUDJPYM30.png
Size: 31 KB
 
 
  • Post #1,071
  • Quote
  • Jan 18, 2016 2:09am Jan 18, 2016 2:09am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
AU also
Attached Image (click to enlarge)
Click to Enlarge

Name: AUDUSDM30.png
Size: 31 KB
 
 
  • Post #1,072
  • Quote
  • Jan 18, 2016 2:16am Jan 18, 2016 2:16am
  •  llUkc
  • | Joined Feb 2009 | Status: Member | 46 Posts
Quoting SmoothTrader
Disliked
Here are two setups on the E/U and the E/G. The E/U chart is from my live account because the dots are slightly different than from my demo account. GREEN pips to one and all. {image} {image} ps. I love the pending orders because if the market reverses right after the setup, the order does not get filled.
Ignored

Hey ,

I still have red dots on same candle then you have signal? Do i have something wrong? I using indicator for first page with defult setings and i am using FXDD fx feed.

Happy Trading to all

Best
Luka
Attached Image (click to enlarge)
Click to Enlarge

Name: still-reddd.png
Size: 94 KB
 
 
  • Post #1,073
  • Quote
  • Jan 18, 2016 2:25am Jan 18, 2016 2:25am
  •  SmoothTrader
  • Joined Oct 2008 | Status: Perpetual Student of the Charts | 947 Posts
Quoting llUkc
Disliked
{quote} Hey , I still have red dots on same candle then you have signal? Do i have something wrong? I using indicator for first page with defult setings and i am using FXDD fx feed. Happy Trading to all Best Luka {image}
Ignored
Your settings are correct.

In fact my demo account has the same dots as yours does. My live account has the two blue dots together. It is just the very small difference in the prices reported by the different brokers at a time when the dot was very close to changing.

All is good.

GREEN pips to you my friend.
 
 
  • Post #1,074
  • Quote
  • Jan 18, 2016 2:49am Jan 18, 2016 2:49am
  •  llUkc
  • | Joined Feb 2009 | Status: Member | 46 Posts
Quoting Lebaneese
Disliked
AU also {image}
Ignored
One more question Lebaneese ..

I say to my self weekly plan is 150 pips but how you manage daily. Lets say :

150pips weekly / 5 days = 30pips per day

What you do when you have daily profit allready do you close all ? Or you wait for even better trend + you faster stop for that week?

Do you use BE ? And on what pips of profit?

Sorry for bad english i hope you understand my question.

Best
Luka
 
 
  • Post #1,075
  • Quote
  • Jan 18, 2016 3:04am Jan 18, 2016 3:04am
  •  hezhigang6
  • | Joined Jun 2012 | Status: Member | 37 Posts
No need to discuss, was a long indicator
 
 
  • Post #1,076
  • Quote
  • Jan 18, 2016 4:31am Jan 18, 2016 4:31am
  •  kalawe
  • | Joined Oct 2013 | Status: Member | 188 Posts
Quoting hezhigang6
Disliked
No need to discuss, was a long indicator
Ignored
yes its old indi but this is different setup.
 
 
  • Post #1,077
  • Quote
  • Jan 18, 2016 4:36am Jan 18, 2016 4:36am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
What a week start , if last swing was SL , we have 2 small losses : NJ ( 40 pips ) , CJ ( 40 pips ). AJ still alive. AU alive .
So from our basket we had 2 losses and 2 trade still open.
 
 
  • Post #1,078
  • Quote
  • Jan 18, 2016 4:38am Jan 18, 2016 4:38am
  •  slenderman
  • | Joined Jan 2016 | Status: Junior Member | 3 Posts
Hi all.

Would EUR - AUD 30 mins be filling some orders right now?
Is that a valid setup?

Sorry, can't post images :/

Just trying to learn the system so I would appreciate any input.

Thanks and keep up the good work.
 
 
  • Post #1,079
  • Quote
  • Jan 18, 2016 4:41am Jan 18, 2016 4:41am
  •  Lebaneese
  • Joined Jun 2010 | Status: Full time trader | 1,321 Posts
Quoting llUkc
Disliked
{quote} One more question Lebaneese .. I say to my self weekly plan is 150 pips but how you manage daily. Lets say : 150pips weekly / 5 days = 30pips per day What you do when you have daily profit allready do you close all ? Or you wait for even better trend + you faster stop for that week? Do you use BE ? And on what pips of profit? Sorry for bad english i hope you understand my question. Best Luka
Ignored
If your weekly target is 150 pips u can do it in 1 day trading. Today is a nice example. My weekly target is 1k today I start with minus 700$ so my next target now will be 1700$ to cover my loss plus my weekly target. If could reach them today I am done for this week, if no I have to trade tomorrow until I reach my weekly target.
 
 
  • Post #1,080
  • Quote
  • Jan 18, 2016 4:45am Jan 18, 2016 4:45am
  •  fxtrader29ca
  • | Joined Jan 2008 | Status: Member | 544 Posts
Good morning everyone! Just looking through the charts at the moment. I see that the EURUSD has a color change. I am going to be focusing on this to see if we get a long signal and bear candle for entry.
Know your edge and trade within it
 
 
  • Trading Systems
  • /
  • trend catching with NonLagDot indicator
  • Reply to Thread
    • 1 5253Page 545556 216
    • 1 Page 54 216
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023