Forex
Google

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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 (1) Thread Tools Display Modes
  #61 (permalink)  
Old 01-26-2008, 02:33 AM
inginite123 inginite123 is offline
Junior Member
 
Join Date: Dec 2007
Posts: 4
inginite123 is on a distinguished road
coding

hi mrpip,
thanks again for your excellent explanations.
where can i pm u for a coding job

thanks peter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 02-13-2008, 10:37 AM
camisa's Avatar
camisa camisa is offline
Senior Member
 
Join Date: Dec 2005
Location: Portugal
Posts: 221
camisa is on a distinguished road
hi, can someone code an histogram of LSMA slope, please?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 03-06-2008, 01:24 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,039
matrixebiz is on a distinguished road
Quote:
Originally Posted by mq4rex View Post
MrPip,

thanks for the EA,

yes BB_squeeze is another great indicator. I put an arrow on the chart to point out how precise the indicator shows a strong entry.

The second arrow shows how LSMA (red line) contradicts another trend indicator (green bars) to identify 'no trading zone'.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I found an interesting thread that has some TP code, so if it's good, I will post it.
What indicator is the Blue and Pink dotted lines?
Attached Images
File Type: jpg bands.JPG (22.2 KB, 612 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 03-07-2008, 01:32 AM
Linuxser's Avatar
Linuxser Linuxser is online now
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,162
Linuxser has disabled reputation
Quote:
Originally Posted by matrixebiz View Post
What indicator is the Blue and Pink dotted lines?
Parabolic SAR?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 03-30-2008, 01:56 PM
dsouza1 dsouza1 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 1
dsouza1 is on a distinguished road
Smile EA based on LSMA

I need EA that works based on LSMA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 04-27-2008, 12:15 PM
eloong eloong is offline
Junior Member
 
Join Date: Apr 2008
Posts: 1
eloong is on a distinguished road
Thumbs up Good!

Thank you for your indicators!
regards!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 05-22-2008, 07:23 AM
MrPip MrPip is offline
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 551
MrPip is on a distinguished road
Quote:
Originally Posted by camisa View Post
hi, can someone code an histogram of LSMA slope, please?
LSMA_Angle already does that. It is posted on one of the first messages.
Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 05-22-2008, 07:27 AM
MrPip MrPip is offline
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 551
MrPip is on a distinguished road
Quote:
Originally Posted by dsouza1 View Post
I need EA that works based on LSMA.
I finally have a little breathing room in my busy schedule to re-visit this thread.

What did you have in mind?

I have several EAs now that use LSMA including LSMA direction, LSMA Angle and LSMA cross.

I am also continuing work on the LSMA Channel EA based on the Hoover system.

I should be finished soon with a channel indicator that uses zigzag with confirmation to select the candles for the start and end of each channel.
This idea came to me after working on the Follow the Bouncing Pip EA.

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 05-22-2008, 07:27 AM
G-Man G-Man is offline
Junior Member
 
Join Date: Nov 2005
Posts: 18
G-Man is on a distinguished road
Wink Linear Regression Line HeatMap

Hi guys,

I am not a coder but try and hack around at others code to get something that I want, but this time I've come unstuck.

What I am trying to combine is the linear regression line with an RSI heatmap indi, so that I can see the LR slope represented by a different colour block. Then essentialy add further incidents of this indi with different timeframes added for the full MTF effect.

As yet I haven't calculated what values of slope should represent the different coloured blocks, but in total 5 colours should be enough. I would susoect that this simple value can be added in later, but I can't get close enough to need that at this stage.

I think the problem I currently have is related to the number of buffers used in the RSIHeatmap, which I am using as my source, and this conflicting with the buffer needed for the custom LR indi.

Therefore if anyone can help or point me in the right direction it would be appreciated.

Many thanks,

G-Man

The source files I am using are attached.
Attached Files
File Type: mq4 Heatmap_RSI[1].mq4 (4.6 KB, 41 views)
File Type: mq4 LRInd.mq4 (3.2 KB, 38 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 05-22-2008, 11:57 AM
Big Joe's Avatar
Big Joe Big Joe is offline
Senior Member
 
Join Date: May 2006
Location: Belgium
Posts: 361
Big Joe is an unknown quantity at this point
Quote:
Originally Posted by MrPip View Post
I finally have a little breathing room in my busy schedule to re-visit this thread.

What did you have in mind?

I have several EAs now that use LSMA including LSMA direction, LSMA Angle and LSMA cross.

I am also continuing work on the LSMA Channel EA based on the Hoover system.

I should be finished soon with a channel indicator that uses zigzag with confirmation to select the candles for the start and end of each channel.
This idea came to me after working on the Follow the Bouncing Pip EA.

Robert
Lsma Direction ? What's that ?

People want pics
__________________
Picasso is the best !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB 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/expert-advisors-metatrader-4/8319-lsma-experts-indicators.html
Posted By For Type Date
[MT_E and I] GBPJPY - ForexForums.org This thread Refback 06-27-2008 12:23 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
LSMA and EMA with angle ? frantacech Indicators - Metatrader 4 12 07-09-2007 10:02 PM
Lsma forexts Indicators - Metatrader 4 11 06-28-2007 06:45 PM
Zero Line LSMA european Indicators - Metatrader 4 1 09-24-2006 08:30 AM
2 LSMA-color indicator... ttt123 Metatrader 4 2 09-18-2006 08:33 AM


All times are GMT. The time now is 11:02 PM.