| 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 |
|
|||
|
Damiani_volatmeter filter bar
Damiani_volatmeter simple filter bar (line)
How to code just basic idea: green line(buffer) over gray (pict.)? Buffer(1,vol_m)>Buffer(2,vol_t) Any help would be greatly appreciated Thank you |
|
|||
|
Go/no Go
Thank you, MiniMe!
exactly! just a little detail - how to to make filter bar (indicator) itself ?? I'm trying to make it as arrows bar or strait colored line to just drop it in any oscillator window, but ... it just NO GO today... DIN_KusKus_EA: //---------------------------------- bool CheckDamianiFilter() { double DamianiGreen, DamianiGray; DamianiGray = iCustom(NULL, Signal_TimeFrame, "Damiani_volatmeter", Viscosity, Sedimentation, Threshold_level,lag_supressor, 0, SignalCandle); DamianiGreen = iCustom(NULL, Signal_TimeFrame, "Damiani_volatmeter", Viscosity, Sedimentation, Threshold_level,lag_supressor, 2, SignalCandle); if (DamianiGreen > DamianiGray) { return (true); } return(false); } Last edited by fxbs; 05-18-2007 at 06:51 AM. |
|
||||
|
Quote:
honestly I would help if I could , but keep pushing and one of the good guys will give you the answer
__________________
“Risk comes from not knowing what you're doing” “Never argue with an idiot. They drag you down to their level then beat you with experience” |
|
|||
|
here you go - simple DamVoltmeter bar(line) - Go/NoGo
just drug & drop at any separate window (level adjustable) (works only with "Damiani_volatmeter" installed) Last edited by fxbs; 07-04-2007 at 01:13 PM. |
|
|||
|
Hi
Just for your info : The Damiani Volatmeter has a drawing problem and needs refreshing to display correctly. To test this open it on an M1 screen. After several minutes open another volatmeter and you will see that the second looks different compared with the first instance. Therefore take care when using it. |
![]() |
| Bookmarks |
| Tags |
| Damiani_volatmeter, filter, damiani volatmeter, damiani |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CCI Filter | nnjeim | Indicators - Metatrader 4 | 67 | 10-06-2008 01:42 AM |
| Laguerre RSI with Filter | TheWicker | Indicators - Metatrader 4 | 2 | 12-13-2007 09:29 PM |
| Stochastic Filter | Keeplearning | Indicators - Metatrader 4 | 0 | 03-15-2007 03:03 PM |