| 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 |
|
|||
|
need help on codes
whats the code if you put one indicator in another indicators window?
like 2 indicators in one window.. example if you merge MA to stoch window? double EMA = iMA (Symbol (), 1440, 8, MODE_EMA, ???????,0) or should is use iMAOnArray? please help |
|
|||
|
Antone,
I downloaded the MA indcator from the official Metatrader site and made the change that would display it on a separate window. You will have to save it in the following folder C:\Program Files\Interbank FX Trader 4\experts\indicators. One you have the CCI indicator displaying drag Moving Average indicator from the Custom Indicators folder of the navigator window to the CCI window. Then when the dialog box appears select the input settings(ma period, shift and type) and then press the OK button. You can display the MA first and then drag and attach the CCI later. Also you can make the changes to setting of the each indicator that is on the same window later. Last edited by mangman; 02-08-2007 at 03:17 PM. |
|
|||
|
Quote:
so i need something like: double EMA = iMA ( ..........................) or should i use double EMA = iMAOnArray (.......) if iMAOnArray? please help me as i still don't understand it.. can you make me this part? don't know how to specify MA that is is in the same window with the CCI.. so that when there is a cross, i will get the signal.. Last edited by antone; 02-08-2007 at 04:19 PM. |
|
|||
|
Quote:
iMA(NULL,0,Period,0,MAMethod,AppliedPrice,i) no need for iMAOnArray...... |
|
|||
|
Antone,
I made an indicator. What you see on the chart when you overlay together is very misleading because the moving average and the CCI are drawn in the exact shape it appear as when they are separate. CciEmaCross indicator gives signals based on exact cross of the values of the indicators, which gived a lot of false signals. It is better to overlay the indicators and trade based on the crosses that you observe in that window. I do not want to post it becuase the signals it give are not good. Last edited by mangman; 02-08-2007 at 11:11 PM. |
|
|||
|
Quote:
Last edited by antone; 02-09-2007 at 01:15 AM. |
|
|||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error codes script! | codersguru | Tools and utilities | 6 | 05-03-2008 12:14 AM |
| MT4 Indicator codes coming out of my ears! | fred | Metatrader 4 | 12 | 03-20-2006 10:25 AM |