| New signals service! | |
|
|||||||
| 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 |
|
|||
|
Quote:
(did not understand). |
|
|||
|
Quote:
I tried but could not. Sorry. Last edited by newdigital; 01-01-2006 at 07:16 PM. |
|
|||
|
//+------------------------------------------------------------------+
//| Custom Moving Average.mq4 | //| Copyright © 2004, MetaQuotes Software Corp. | //| http://www.metaquotes.net/ | //+------------------------------------------------------------------+ #property copyright "Copyright © 2004, MetaQuotes Software Corp." #property link "http://www.metaquotes.net/" #property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 Red //---- indicator parameters extern int MA_Period=13; extern int MA_Shift=0; extern int MA_Method=0; //---- indicator buffers double ExtMapBuffer[]; //---- int ExtCountedBars=0; Can somme one give a hint i have changed movingaverage to be showing in seperate window. I am trying to have the oportunity to have the oportunity to change periods like having weekly daily and hour 4 in same window. I tryed without luck sailor |
|
||||
|
MTF Indicators
Hi all,
I just wanted to let you know that I started a new thread for Multi TimeFrame indicators. (Wasn't paying attention when I came to the site today. Probably could have just posted them here.) Anyway, I've posted 5 MTF indicators and you can use the code as a template to create any other MTF indicators you may want. Multi-TimeFrame set 1 contains: #MTF_MovingAverage.mq4 #MTF_PSar.mq4 #MTF_RSI.mq4 #MTF_MACD.mq4 #MTF_CCI.mq4 Multi Timeframe Indicators Keris |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use of Many Timeframes | dvarrin | Metatrader 4 | 5 | 06-10-2007 12:42 AM |
| Different timeframes for daily EA | rjay | Metatrader 4 | 3 | 12-29-2006 04:16 PM |
| Trading two timeframes | Jovager | Questions | 2 | 10-10-2006 10:33 AM |