• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:41pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:41pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

10 Ema and 200 Ema cross system 6 replies

EMA crossover (ema 14 & 34) 4 replies

Please help code an EMA Crossover 12ema x 24 ema cross 1 reply

EMA's and MA's confiming small time correctoin ema's crossing 1 reply

EMA Close Crossing EMA High/Low Help Please! 2 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 63
Attachments: Ema+vq+macd System
Exit Attachments

Ema+vq+macd System

  • Last Post
  •  
  • 1 34Page 567 13
  • 1 4Page 56 13
  •  
  • Post #81
  • Quote
  • Oct 3, 2011 5:04am Oct 3, 2011 5:04am
  •  polapip
  • | Joined Nov 2006 | Status: Member | 44 Posts
Hi Lesso, I discovered your thread on Saturday. I spent 4 hours on reading and practising it. I knew then that it was a very good method of trading. Nonetheless, I waited till today to see it working in real time. Old boy, I was not disappointed. No repainting and it worked well as you said. If I have the power, I will give it a five star rating. I attached its performance on gold this morning using the 5 mins time frame.
A question please, how do you deal with the fundamental news?
Attached Image (click to enlarge)
Click to Enlarge

Name: gold 5mins tf.gif
Size: 20 KB
To succeed in Forex, you need to work hard, persevere, and never give up.
 
 
  • Post #82
  • Quote
  • Oct 3, 2011 6:00am Oct 3, 2011 6:00am
  •  multi888
  • | Commercial Member | Joined Aug 2011 | 701 Posts
I will give 5 star too...
 
 
  • Post #83
  • Quote
  • Oct 3, 2011 7:18am Oct 3, 2011 7:18am
  •  Barbossa
  • | Joined Aug 2011 | Status: Member | 233 Posts
A quick note about the signal line indi:
I noticed there's a line of code right after the first loop that states
Inserted Code
if (IB_BuyStop[1] == EMPTY_VALUE && IB_SellStop[[b][color="Red"]i[/color][/b]] == EMPTY_VALUE) return(0);
I guess it's a typo and it should be
Inserted Code
if (IB_BuyStop[1] == EMPTY_VALUE && IB_SellStop[[b]1[/b]] == EMPTY_VALUE) return(0);
Right?
Also, maybe it could only give alerts if the other conditions (MACD/VQ) are met?
 
 
  • Post #84
  • Quote
  • Oct 3, 2011 8:57am Oct 3, 2011 8:57am
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting polapip
Disliked
Hi Lesso, I discovered your thread on Saturday. I spent 4 hours on reading and practising it. I knew then that it was a very good method of trading. Nonetheless, I waited till today to see it working in real time. Old boy, I was not disappointed. No repainting and it worked well as you said. If I have the power, I will give it a five star rating. I attached its performance on gold this morning using the 5 mins time frame.
A question please, how do you deal with the fundamental news?
Ignored
EXCELLENT POLAPIP!!!!
congrats on all the pips today, and using it on the M5...and Gold at that. this is a very good example of the elasticity of this system, just because I TRADE IT ONE WAY DOESNT MEAN THAT EVERYONE HAS TO. I posted this system to gain insight as well as give it. Thank you very much.
 
 
  • Post #85
  • Quote
  • Oct 3, 2011 8:59am Oct 3, 2011 8:59am
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting multi888
Disliked
I will give 5 star too...
Ignored
thanks, boss!
 
 
  • Post #86
  • Quote
  • Oct 3, 2011 9:21am Oct 3, 2011 9:21am
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting Barbossa
Disliked
A quick note about the signal line indi:
I noticed there's a line of code right after the first loop that states
Inserted Code
if (IB_BuyStop[1] == EMPTY_VALUE && IB_SellStop[[b][color=Red]i[/color][/b]] == EMPTY_VALUE) return(0);
I guess it's a typo and it should be
Inserted Code
if (IB_BuyStop[1] == EMPTY_VALUE && IB_SellStop[[b]1[/b]] == EMPTY_VALUE) return(0);
Right?
Also, maybe it could only give alerts if the other conditions (MACD/VQ) are met?
Ignored
yes good catch...I have tried coding an all-in-one indi like that but i havent had much luck...maybe if you code you could give it a try?
 
 
  • Post #87
  • Quote
  • Oct 3, 2011 10:09am Oct 3, 2011 10:09am
  •  Barbossa
  • | Joined Aug 2011 | Status: Member | 233 Posts
Try this one. It needs both MACD and VQ indis attached in the original post. It will only alert if MACD is crossed up (orange line > red line) and VQ line is green for longs and vice versa for shorts. I'm not familiar with the VQ indi though, so the logic may not be entirely correct. As far as I see, VQ goes red when 4-th value is non-empty, so that's the logic used for signal validation.
Attached File
File Type: mq4 LessoSignalLine-VQ-MACD-filter.mq4   10 KB | 502 downloads
 
 
  • Post #88
  • Quote
  • Edited at 11:18am Oct 3, 2011 11:08am | Edited at 11:18am
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting Barbossa
Disliked
Try this one. It needs both MACD and VQ indis attached in the original post. It will only alert if MACD is crossed up (orange line > red line) and VQ line is green for longs and vice versa for shorts. I'm not familiar with the VQ indi though, so the logic may not be entirely correct. As far as I see, VQ goes red when 4-th value is non-empty, so that's the logic used for signal validation.
Ignored
wow, thanks bro...giving it a try today!
ps.. do the other indis have to just be in the folder? it looks like you call on them either way the way the code is?
 
 
  • Post #89
  • Quote
  • Oct 3, 2011 11:09am Oct 3, 2011 11:09am
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
my only trade for today currently up 65 pips
Attached Image (click to enlarge)
Click to Enlarge

Name: m1.jpg
Size: 143 KB
 
 
  • Post #90
  • Quote
  • Oct 3, 2011 12:03pm Oct 3, 2011 12:03pm
  •  Wally1953
  • | Joined Jun 2010 | Status: Member | 387 Posts
Quoting XxLessoxX
Disliked
my only trade for today currently up 65 pips
Ignored
I took that trade as well for 80 pips. I placed an order to close my second half just above DS2 and manually trailed my stop which was never hit.

I'm liking your system a lot. Did well Thurs. and Fri. with it also. If anybody were to take the time to watch the indicators work along with PA, it's pretty remarkable how it lets you tune into what's going on.

Thank you very much for taking the time to post this method. I will be watching and trading it and see how it goes and will check in from time to time.

--Wally
"Be the change that you wish to see in the world." --Gandhi
 
 
  • Post #91
  • Quote
  • Oct 3, 2011 12:23pm Oct 3, 2011 12:23pm
  •  maximus2005
  • | Joined Jan 2007 | Status: Member | 177 Posts
Quoting XxLessoxX
Disliked
my only trade for today currently up 65 pips
Ignored
Hi XXLessoXX would you please explain why you did take this only trade today...I just want to understand how you analyse each trade... thx Max
 
 
  • Post #92
  • Quote
  • Oct 3, 2011 12:50pm Oct 3, 2011 12:50pm
  •  Barbossa
  • | Joined Aug 2011 | Status: Member | 233 Posts
Quoting XxLessoxX
Disliked
wow, thanks bro...giving it a try today!
ps.. do the other indis have to just be in the folder? it looks like you call on them either way the way the code is?
Ignored
Yes, you don't have to load the rest of the indis on chart if you don't want to.
 
 
  • Post #93
  • Quote
  • Oct 3, 2011 3:01pm Oct 3, 2011 3:01pm
  •  MasterF
  • | Joined Aug 2011 | Status: Member | 19 Posts
Hi XxLessoxX,

very interesting system. Keep posting some examples please. It helps a lot to understand all.
Today i ended with +/- 0. For the first time with this system, I think it's ok.

Thank you
MasterF
DO or DO NOT ... There is no try.
 
 
  • Post #94
  • Quote
  • Oct 3, 2011 3:18pm Oct 3, 2011 3:18pm
  •  Muyen
  • | Joined Aug 2010 | Status: Member | 42 Posts
Hi thank you for sharing this lovely system, I want to ask will it work on other pairs like wish and wish.
I just learn of the thread read it install the inds took a trade got small pips.
Thanks again!
 
 
  • Post #95
  • Quote
  • Oct 3, 2011 3:21pm Oct 3, 2011 3:21pm
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting Wally1953
Disliked
I took that trade as well for 80 pips. I placed an order to close my second half just above DS2 and manually trailed my stop which was never hit.

I'm liking your system a lot. Did well Thurs. and Fri. with it also. If anybody were to take the time to watch the indicators work along with PA, it's pretty remarkable how it lets you tune into what's going on.

Thank you very much for taking the time to post this method. I will be watching and trading it and see how it goes and will check in from time to time.

--Wally
Ignored
thanks for posting wally, PA is and always will be what I am most interested in. The indicators help to quantify and qualify trades for me. congrats on your pips.
 
 
  • Post #96
  • Quote
  • Oct 3, 2011 3:23pm Oct 3, 2011 3:23pm
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting maximus2005
Disliked
Hi XXLessoXX would you please explain why you did take this only trade today...I just want to understand how you analyse each trade... thx Max
Ignored
Max, I didndt trade london, and i wasnt able to turn on my platform until then, to be sure I would only have been looking for shorts today and the counter trade signals would be ignored. That down trend is for real, and may be there for a while.
 
 
  • Post #97
  • Quote
  • Oct 3, 2011 3:25pm Oct 3, 2011 3:25pm
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting Barbossa
Disliked
Yes, you don't have to load the rest of the indis on chart if you don't want to.
Ignored
excellent work, much appreciated.
 
 
  • Post #98
  • Quote
  • Oct 3, 2011 3:27pm Oct 3, 2011 3:27pm
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting MasterF
Disliked
Hi XxLessoxX,

very interesting system. Keep posting some examples please. It helps a lot to understand all.
Today i ended with +/- 0. For the first time with this system, I think it's ok.

Thank you
MasterF
Ignored
sure will masterF. I get a few good signals per day on the E/U, rarely have a losing day, but it happens from time to time. Feel free to post trades as well, I would be interested to see your interpretation of the signals.
 
 
  • Post #99
  • Quote
  • Oct 3, 2011 3:52pm Oct 3, 2011 3:52pm
  •  sogff
  • | Joined Nov 2010 | Status: Member | 50 Posts
Quoting XxLessoxX
Disliked
sure will masterF. I get a few good signals per day on the E/U, rarely have a losing day, but it happens from time to time. Feel free to post trades as well, I would be interested to see your interpretation of the signals.
Ignored
The system looks good
 
 
  • Post #100
  • Quote
  • Oct 3, 2011 5:25pm Oct 3, 2011 5:25pm
  •  XxLessoxX
  • | Joined May 2011 | Status: My Avatar IS the Avatar | 462 Posts
Quoting sogff
Disliked
The system looks good
Ignored
thanks, boss, welcome to the thread.
 
 
  • Trading Systems
  • /
  • Ema+vq+macd System
  • Reply to Thread
    • 1 34Page 567 13
    • 1 4Page 56 13
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 / ©2022