Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-18-2007, 04:53 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,957
fxbs is on a distinguished road
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
Attached Images
File Type: gif damvolt.gif (29.9 KB, 1720 views)
Attached Files
File Type: mq4 Damiani_volatmeter.mq4 (3.4 KB, 239 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-18-2007, 04:58 AM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,171
MiniMe is on a distinguished road
Look on the DIN EA on the Dolly Thread, Mrpip has already used it on the DIN EA

I am attaching an old copy I had
Attached Files
File Type: mq4 DIN_KusKus_EA_v2.4.mq4 (52.1 KB, 176 views)
__________________
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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-18-2007, 05:40 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,957
fxbs is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-19-2007, 12:45 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,957
fxbs is on a distinguished road
Can anyone make this filter as an indicator, please?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-20-2007, 08:27 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,957
fxbs is on a distinguished road
come-on, MiniMe, just simple DamVoltmeter NewDiditalFilterBar... BAR!!!sounds good (t.g.i.friday!)...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-20-2007, 10:17 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,171
MiniMe is on a distinguished road
Quote:
Originally Posted by fxbs
come-on, MiniMe, just simple DamVoltmeter NewDiditalFilterBar... BAR!!!sounds good (t.g.i.friday!)...
I am sorry, I am not a programmer 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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-04-2007, 01:09 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,957
fxbs is on a distinguished road
here you go - simple DamVoltmeter bar(line) - Go/NoGo
just drug & drop at any separate window (level adjustable)
(works only with "Damiani_volatmeter" installed)
Attached Images
File Type: gif demvolt sb.gif (18.0 KB, 1474 views)
Attached Files
File Type: mq4 Damiani_Volatmeter_sidebar.mq4 (2.7 KB, 271 views)

Last edited by fxbs; 07-04-2007 at 01:13 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-04-2007, 01:18 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,110
et_phonehome_2 is on a distinguished road
fxbs

Nice work.

ET
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-07-2007, 10:39 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 1,957
fxbs is on a distinguished road
Thanks!
and another DemVoltmeter - mtf ... just in case ...
Attached Images
File Type: gif mtf dam sbar1.gif (12.9 KB, 1344 views)
File Type: gif mtf dam sbar2.gif (17.6 KB, 1339 views)
Attached Files
File Type: mq4 MTF_Damiani_Volt_SideBar.mq4 (4.1 KB, 229 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-08-2007, 08:54 PM
Junior Member
 
Join Date: Jul 2006
Posts: 12
GableHouse is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
Damiani_volatmeter, filter, damiani volatmeter, damiani

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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


All times are GMT. The time now is 06:35 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.