![]() |
|
|
|||||||
| MetaTrader Indicators Post and discuss the MetaTrader indicators here. |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
it is a question whether it is possible at all to code something like this in MT4 a mtf MA indicator displayes a step of 4 periods in 1h when displaying a MA of 4h timeframe |
|
|||
|
Then it's better to create a separate single-timeframe indicator and then a separate MTF indicator that would call the former with iCustom() function and apply the data on the given timeframe.
__________________
Please, read the Forum Rules and the Signature Rules to avoid termination of your account. |
|
|||
|
Hello Guys,
Thanks for sharing this excellent indicator ! I tried to change the value for the cross signal... default is "0" but... what I need to change if I want an arrow when it cross value of "70" ? Thanks to you all ! Bye |
|
|||
|
Quote:
Code:
if(myCCInow>0 && myCCI2<0) //did it cross from below 50 Code:
if(myCCInow<0 && myCCI2>0) //did it cross from above 50
__________________
Please, read the Forum Rules and the Signature Rules to avoid termination of your account. |
|
|||
|
Quote:
__________________
Please, read the Forum Rules and the Signature Rules to avoid termination of your account. |
|
|||
|
Quote:
Code:
ObjectsDeleteAll();
__________________
Please, read the Forum Rules and the Signature Rules to avoid termination of your account. |
| Bookmarks |
| Tags |
| arrows, cci, cross, indicator, metatrader |
| Currently Active Users Viewing This Thread: 3 (1 members and 2 guests) | |
| AderFx |
| Thread Tools | |
| Display Modes | |
|
|