Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs 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
  #21 (permalink)  
Old 01-26-2009, 10:39 PM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 486
cockeyedcowboy is on a distinguished road
Quote:
Originally Posted by darkkiller View Post
Great creation
I just thinking,if this indicator can apply to separate window..so, it's possible to apply it on chart?Example combination envelope,alligator,bollingerband,aligator and other indicator on chart

I think,it also can apply to pivot,fibopivot,camarilla
darkkiller

you are right it doesnot have to be in seperate window.

I am currently working on something that is much more advance then this, this was done two years ago. I can in one chart window, view all currencies price charts contained in the symbol list file on which ever time period we want even if MT doesnot support that period (say a 10 minute chat). with the ablity to get alerts on conditions set in your indicators. This is all from one chart plain. When your sitting at your desk no more need to switch through the charts they will switch for you.


CockeyedCowboy
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
  #22 (permalink)  
Old 01-27-2009, 01:50 AM
darkkiller's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Malaysia
Posts: 258
darkkiller is on a distinguished road
Yehhaa,we will wait it, cockeyedcowboy. Your creation help alot to us to make comparison for each indicator quickly.
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
  #23 (permalink)  
Old 01-27-2009, 02:04 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by cockeyedcowboy View Post

The only thing that you have to keep as the first input is the 'Indicator_Quary' input even thought its not a user friendly input that is if one changes it, it will trigger an error it must stay as zero any thing else will stop the indicator. Why is it needed? and why must it be the first extern parameter is due to the way iCustom() function works. If you want to call any of the indicators you must supply which one in the icustom function. if that input is at the end of the list you would have to give all imputs upto the Indicator_Quary input. even the legend would need to be stated in the iCustom function. anything after the Indicator_Quary input doesnot have to be stated if all have default values the iCustom will use the default values. but all inputs before the Indicator_Quary input has to be stated even though they have default values. To give an example lets say we want the value of the RSI for the current bar the icustom would like this.

iCustom( Null, 0, "The Multi-Oscllator iPack", 1, 0, 0 );


The above line will use: ( current symbol, current time period, calling the iPack file, indicator 1(this is the quary input), the buffer 0 which is the quary buffer, and data from the current bar. changing the red number for which ever indicator you want to retreive. and the blue to the data bar you want.

First you must turn on EA access in the system default section or the indicator will not give out any information. Hope all of this makes sence

CockeyedCowboy
that's right - thank you for explanation, Keit
didn't had time to think about it as also a part of the sysem(s) and various applications
i'll make changes in what i posted accordingly
------
update:-done

Last edited by fxbs; 01-27-2009 at 04:58 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
  #24 (permalink)  
Old 01-28-2009, 12:55 AM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 486
cockeyedcowboy is on a distinguished road
Quote:
Originally Posted by fxbs View Post
that's right - thank you for explanation, Keit
didn't had time to think about it as also a part of the sysem(s) and various applications
i'll make changes in what i posted accordingly
------
update:-done

fxbs

there is another feather in there that I didnot mention and that is you can create analitical indicators based on conditions of the other indicators and use it to pass buy/sell TP/SL to your EAs with out the EAs having to do any work. A simple indicator with say a 1 0 -1 to determine buy out sell or one to determine tread direction or lack there of.

I included one such analitical indicator in the code that I posted its not of any value and dont use it to trade by all means. It was included to give an example of what can be done. You have to turn it on in the default section and it will show up in the rotation of the charts or you can turn it on and put the number 10 in the lock indicator view and it will lock in view.

In case some of you had not figured out you can lock one of the indicators into view stoping the rotation by entering the indicator number to lock in on. locking an indicator into view will have no effect on EAs calling another indicator as both are controled seperatly.

CockeyedCowboy
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
  #25 (permalink)  
Old 02-02-2009, 06:34 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
pict: that's exactly how it looks like:
Multi_Oscillator
Attached Images
File Type: gif 8still.gif (692.1 KB, 292 views)
Attached Files
File Type: zip 602default.zip (1.77 MB, 90 views)

Last edited by fxbs; 02-02-2009 at 07:41 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
  #26 (permalink)  
Old 02-02-2009, 08:06 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Thanks

Quote:
Originally Posted by cockeyedcowboy View Post
cja

sorry for the delay, had time this weekend to get things together. Instead of posting the function I talked about, I rewrote your code into what I call an iPack file. (a file packed with multi indicators). I have not completly checked for bugs so let me know if you find any. The code function I mentioned in my frist post are located to the end of the script.

The default timing is set for 1 second intervals but it depends largely on the amount of incoming ticks as to its rotation time. However you will note the similaities to your rotating screen shot in your first post.

Check out the code I have writen in other options into the code. An EA can access any data element or any indicator contained in this iPack file.


I created the first such file 2 years ago and sence then I have created others like tPack, cPack, mPack, aPack and sPack files off on the same idea. As fxbs has mentioned about screen displays I can show how thats done if there is any interest in that. All by the way use the same alternation engine to rotate desplays.

Enjoy

CockeyeCowboy



edit[ when viewing the code it is best to set the color for comments lines to a dim gray or other dim color so the actual code sticks out for the rest.]
Hi
Sorry it has taken me a while to get back to you i have been too busy to take anything new on board lately, thanks for your effort and time i will have a look at it as soon as i get some time

Regards cja
__________________
My Disadvantage is that I am not a Trained Programmer - My Advantage is that I am not a Trained Programmer.
http://cjatradingtools.com/
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:49 PM.



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