Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-10-2009, 04:56 AM
Member
 
Join Date: Apr 2009
Location: Istanbul
Posts: 65
akift is on a distinguished road
MIDAS indicator

Hello to everyone.


After I read MIDAS articles by Dr. Paul Levine(RIP) a great search began for me for the MIDAS indicators. But I couldnt find any "valid" ones that can be used as it is told in the articles.

So I gave my shot at Dr. Paul Levine's article. I have to say it is one of the best written articles I have read. He explains everything in such a simple way so I coulnt hold myself and decided to program it in mql.

Because I learned so much from this site. I decided to give something back to it. So I decided to post this indicator here. I hope you find it useful.

Ok first of all a warning. This is my first indicator! So beware.. I just learned MQL language while trying to build this indicator. But i think i managed to pull it.

So here it is..
-MIDAS indicator with Support and Resistance lines...
-You can specify the exact start date.(not just last xxx bars)
-You can shift S/R lines with specified amount (Greed factor as it is told in articles)
-Topfinder algorithm.(I think this is the first one ever programmed for MT4)

Reference documents:
-Original article is on this post
- You can find TASC articles about MIDAS on this and this post.


Also I programmed the OBV indicator as it is told in articles but I am not quite sure about its usefullness after I see those VWAPs.
I know that I should have prepared screenshots showing every feature but I think you can try it for yourself..


As this is my first indicator please feel free to send me any comments, bugs, ideas..

Have a nice one.
Attached Images
File Type: gif midas.gif (28.4 KB, 2380 views)
File Type: gif midas_shift_no_grid.gif (28.6 KB, 2370 views)
Attached Files
File Type: mq4 MIDAS_v1.mq4 (5.5 KB, 572 views)
File Type: mq4 MIDASOBV_v1.mq4 (2.6 KB, 501 views)

Last edited by akift; 08-28-2009 at 06:13 AM. Reason: Articles added
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 08-10-2009, 10:18 AM
xx3xxx's Avatar
Senior Member
 
Join Date: Sep 2008
Posts: 419
xx3xxx is on a distinguished road
good try


but maybe due to inactivity of the market -- it just give a very flat line


-- the bottom indicator look like zig-saw with the approximate shape on how did the chart move
(any INPUT parameter that we have to set -- any diagram to show us how to do it?)

---- maybe if you shift RIGHT of your indicator, you can create an Indicator that predict the next 2 hour movement in M5 chart, if the trend does continue, then it will look more impressive

Last edited by xx3xxx; 08-10-2009 at 05:03 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 08-10-2009, 12:37 PM
Member
 
Join Date: Apr 2009
Location: Istanbul
Posts: 65
akift is on a distinguished road
Quote:
Originally Posted by xx3xxx View Post
good try


but maybe due to inactivity of the market -- it just give a very flat line


-- the bottom indicator look like zig-saw with the approximate shape on how did the chart move


---- maybe if you shift RIGHT of your indicator, you can create an Indicator that predict the next 2 hour movement in M5 chart, if the trend does continue, then it will look more impressive


Starting from the last yes thats true because it just adds the volume if it is a up bar and subtract the volume if it is down bar. Thats what is expected. I just wrote it to be complete with articles.

For MIDAS indicator you should not have a flat line if market is not flat. By the way this maroon line is actually VWAP(no surprise) So if you dont see a flat aqua line with Market Statistics indicator then there is something wrong going on there. Actually if you plot them on the same chart. They should overlap.(Aqua line from Market Statistics indicator and Maroon line from MIDAS both VWAP lines)

The interesting thing here can be shiftedVWAPs. Try to start VWAPs from a turning point ( as in the example screenshots) And enable shiftedVWAP and manually arrange the dotted line where you would take the profit(like price hitting the dotted shifted VWAP) Record that number and use it as a take profit target. See the second snapshot.Find the greed factor with the first VWAP by manually adjusting dotted line. Use it next time as a take profit target. By the way you can use minus values for shifted VWAPs to move them downside.


And lastly TOPFINDER/BOTTOMFINDER algorithm. This was quite experimental for even Dr. Levine. What it is doing is it tries to predict where the bull move/bear move will stop.When is the fuel of that trend will finish?

Think that you initiated a VWAP for a turning point.Lets say after a huge down move now an upward move has begun. And you are waiting for pullbacks to VWAP but it is not happening it began to climb steeper. When it is going to stop? Right there enable topfinder and manually arrange it to fit the price line. You will see topfinder line is steeper than VWAP. When the brown line is stopped, trend will stop. At least in theory. I will send a screenshot about this tonight.

Have a nice one.


Akif,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 08-10-2009, 01:31 PM
Junior Member
 
Join Date: Sep 2008
Posts: 13
eiman105 is on a distinguished road
Hi Akift,

Thanks for the indicators. They look nice. Is it possible to add the Deviation levels for for the MIDAS indicator? I think it's better to use Deviation instead of the Greed level for TP. And would you please send a article about the MIDAS ind?

Thanks in advance
Eiman
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 08-10-2009, 03:02 PM
Member
 
Join Date: Apr 2009
Location: Istanbul
Posts: 65
akift is on a distinguished road
Quote:
Originally Posted by eiman105 View Post
Hi Akift,

Thanks for the indicators. They look nice. Is it possible to add the Deviation levels for for the MIDAS indicator? I think it's better to use Deviation instead of the Greed level for TP. And would you please send a article about the MIDAS ind?

Thanks in advance
Eiman
Hi eiman

Do you mean standart deviation when you are saying DEVIATION? If it is so you can check this Market Statistics indicator I posted today. In that you can find up to 3 standart deviations. It is the same VWAP.

I created this indicator to be complete representation of MIDAS article.

But thinking in your way, I think I need to further modify Market Statistics indicator to be able to show/disable volume histogram-PVP-VWAP lines also.

Have a nice one.


Akif,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 08-10-2009, 07:49 PM
Junior Member
 
Join Date: Sep 2008
Posts: 13
eiman105 is on a distinguished road
I've seen your other thread and have read the thread you've redirected to. I must say that this is my first time reading something like it. haven't seen it before, and would like to thank you.
About the Deviation, yes Standard Deviation please. The reason I'm asking is that the "Market Stastics Indicator" takes too much time of the CPU. And also we might not be able to use the Jperl's approuch in FOREX because of the volume thing.

Thanks in advance
Eiman
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 08-11-2009, 05:01 AM
Member
 
Join Date: Apr 2009
Location: Istanbul
Posts: 65
akift is on a distinguished road
Quote:
Originally Posted by eiman105 View Post
I've seen your other thread and have read the thread you've redirected to. I must say that this is my first time reading something like it. haven't seen it before, and would like to thank you.
About the Deviation, yes Standard Deviation please. The reason I'm asking is that the "Market Stastics Indicator" takes too much time of the CPU. And also we might not be able to use the Jperl's approuch in FOREX because of the volume thing.

Thanks in advance
Eiman
Hi eiman

For MIDAS indicator article you can find all in one here.

You are right Market Statistics is kinda heavy on cpu. I m thinking of creating a pure VWAP indicator with SD bands. Maybe thats what we are looking for.

Yes Jperl's threads are not aimed for forex but I believe this approach can be used in Forex. But maybe we just find out when to start the histogram and when to stop. (Maybe Market open/close hours?) I dont know yet. I am still experimenting too.

And if you like Jperl's threads as I do then check walterw's threads aimed for forex only.(names should be like walters trades and chimps trend trades) They changed my view of forex. Be sure to check them.

I will look into pure VWAP.But I havent lost hope in Market Statistics yet.

Akif,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 08-11-2009, 06:01 AM
Walander's Avatar
Senior Member
 
Join Date: Aug 2008
Posts: 582
Walander is on a distinguished road
Your comments are increasingly annoying.

Do us a favor, and learn about trading before talking. Your charts look like a kids playday at the paint factory.


Quote:
Originally Posted by xx3xxx View Post
good try


but maybe due to inactivity of the market -- it just give a very flat line


-- the bottom indicator look like zig-saw with the approximate shape on how did the chart move
(any INPUT parameter that we have to set -- any diagram to show us how to do it?)

---- maybe if you shift RIGHT of your indicator, you can create an Indicator that predict the next 2 hour movement in M5 chart, if the trend does continue, then it will look more impressive
__________________
http://www.Vancouver-Forex.com

http://www.forex-tsd.com/general-dis...er-create.html

Want to ask a question about fundamental or technical trading? Shoot me a PM- but do your homework first.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 08-11-2009, 10:26 AM
Member
 
Join Date: Apr 2009
Location: Istanbul
Posts: 65
akift is on a distinguished road
pure VWAP with SD bands

Ok I managed to create a pure VWAP with 3 SD bands which is very lightweight and has a very simple code. I will post it this evening.

I just noticed that VWAP calculation in MIDAS indicator which I posted is using cumulative volume from the start of the chart. This lightweight vwap will use cumulative volume from the start of the startDate. It doesnt make huge difference (shouldnt be) because they are proportional but you can check for yourself.

Akif,

Last edited by akift; 08-11-2009 at 10:28 AM. Reason: my bad english...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 08-11-2009, 10:28 AM
Junior Member
 
Join Date: Sep 2008
Posts: 13
eiman105 is on a distinguished road
I'm LOVING it!

Quote:
Originally Posted by akift View Post
Hi eiman

For MIDAS indicator article you can find all in one here.

You are right Market Statistics is kinda heavy on cpu. I m thinking of creating a pure VWAP indicator with SD bands. Maybe thats what we are looking for.

Yes Jperl's threads are not aimed for forex but I believe this approach can be used in Forex. But maybe we just find out when to start the histogram and when to stop. (Maybe Market open/close hours?) I dont know yet. I am still experimenting too.

And if you like Jperl's threads as I do then check walterw's threads aimed for forex only.(names should be like walters trades and chimps trend trades) They changed my view of forex. Be sure to check them.

I will look into pure VWAP.But I havent lost hope in Market Statistics yet.

Akif,
Hi Akif,

I'm just loving it. The article on MIDAS, Jperl's VWAP thread and Walterw's thread are just great. Thank you very much for introducing them. May I ask which one you are trading LIVE and on which pair?

Thanks again
Eiman

Last edited by eiman105; 08-11-2009 at 10:31 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


All times are GMT. The time now is 01:25 AM.



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