View Single Post
  #4 (permalink)  
Old 02-18-2007, 09:26 PM
TF2K TF2K is offline
Junior Member
 
Join Date: Feb 2007
Posts: 3
TF2K is on a distinguished road
Moving Average

Someone suggested to me using a moving average to determine the trend. And after doing some research I would like to use this method for the Expert Advisor.

In this case a 55 EMA. If the moving average is below the current candle then this would be considered an uptrend.

If the moving average is above the the current candle then this would be considered a downtrend.

If the moving average is intersecting two or more candles then this would be considered rangebound.

Here is the tricky part of this Expert Advisor as I see it. I would like to use the H1 Chart with the 55EMA to determine the trend.

However I would like the RSI on the M15 Chart. Is this even possible? I don't know as I have no programming skills.

Also the Chart being displayed would be the M15 Chart with the RSI Indicator and hopefully the H1 with the 55EMA could all be calculated in the background, and would not be seen at all (again, if this is even possible).

Thanks
Reply With Quote