|
|||||||
| 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 |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Colour Coded Moving Average
Do we have available a moving average indicator that would change colour when the average changes direction.......
and , further to that, is it possible to create an indicator that would be able to use, say three or four moving averages and then create an alert when two or three of them are going the same way.....? I am new to writing code for Metatrader so I have to ask a few questions before I can develop some ideas....... Thanks for your help dave |
|
|||
|
Three variants of the same indicator. HMA is a basic one.
According to this buffer[i]=iMA(NULL,0,MathFloor (HMA_Period/2),0,MODE_LWMA,PRICE_CLOSE,i)*2- iMA(NULL,0,HMA_Period,0,MODE_LWMA,PRICE_CLOSE,i); one LWMA subtracts from the other. That means it more like MACD, I like bar coloring more. Enjoy Last edited by newdigital : 12-14-2005 at 06:39 AM. |
|
|||
|
Quote:
Thanks that you started this thread. I think we all are using MA. I added some an other indicators with color changing etc here. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving Average RSI | xcooper | Metatrader 4 | 8 | 05-31-2008 12:55 AM |
| EA Moving Average | rodrigokaus | Expert Advisors - Metatrader 4 | 5 | 06-13-2006 07:32 AM |
| moving average | danu | Expert Advisors - Metatrader 4 | 1 | 05-31-2006 04:23 AM |
| How to calculate Moving Average of a Moving Average | babarmughal | Expert Advisors - Metatrader 4 | 2 | 05-15-2006 10:11 AM |
| colour changing moving average please | volan | Indicators - Metatrader 4 | 7 | 04-03-2006 04:00 PM |