Forex



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
 
Thread Tools Display Modes
  #21 (permalink)  
Old 03-11-2008, 01:22 AM
Banned
 
Join Date: Oct 2006
Posts: 657
mp6140 is on a distinguished road
Quote:
Originally Posted by fxbs View Post
well, i don't like the name either - it seems like not hijacking the thread, name got hijacked
but from other hand - not nicest thing to do but - if version went public - it bound to be modified, changed, renamed; and if Tro has everything "TRO" - Tro_range; Tro_RSI Tro_ Pivot; ; - i would say - hell with it ...
(though original version copyrights shouldn't be cut-off)
well, that's - moral issue; I don't know how Newmont feel, but i like what he does - main thing what we doing here, our major concern - to develop good indie; when indi go public - any one might cut - paste whatever; - any copyright on earth - and if it has no merit - it's bulsht anyway)
================================================== ===

Given people feeling that way, I imagine it must be hard to walk down the street always looking backwards, just so you might catch a look at the person who will be stabbing you in the back !

of course, should you be doing that, who will be watching the front ?

I might wonder if you lock your door when you leave, or just leave it open because, what the heck, I like the theif and he might do better things with my stereo than i will !

I guess the words "moral" and "law" dont find their way into this thread !

mp
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 03-11-2008, 01:48 AM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point
Hey MP, I don't think newmont meant any disrespect but thanks for setting the record straight.

I enhanced what newmont did, so we all win.
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 03-11-2008, 01:53 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
MP, that's just the name of indie changed - bound to happen. Always.

just the goddem name; that's what authors live with - always

Last edited by fxbs; 03-11-2008 at 01:57 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 03-11-2008, 02:12 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
anyway - idea 4 custom ind. input:

srting (like we have on Multipairs, Mladens "All ...(mtfs):
user input: custom indicator name; parameters;1;2;3;4;...;...;....... - in one line
so it would be:
"SuperCustomMACD;12;26;9;"
Dashboard doesn't care how parameters called - it reads inputs from top to buttom;
user have to only ehter correct indicator name and all the external input parameters he see on his custom indi

pict. multipair macd - just for example; custom indi name and parameters input string works like Mladen's "pairs" string
Attached Images
File Type: jpg supercustom.JPG (81.2 KB, 1523 views)

Last edited by fxbs; 03-11-2008 at 02:39 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
  #25 (permalink)  
Old 03-11-2008, 02:43 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
so you can embed some standard indis (RSI, CCI, ADX.....) but leave two(three) strings for custom indis of user's choice


example from "TE":

extern int MA_Period = 14;
extern int MA_Shift = 0;
extern int MA_Method = 3;
extern int Applied_Price = 0;
extern double Deviation =0.1;//was 0.2
extern int UseSignal = 1;
__________________


same as if you have this:

UpBuffer[i]=iCustom(Symbol(),TimeFrame,"TrendEnvelopes_v2",14 ,0,3,0,0.1,1, 0,y);


user input will be:

TrendEnvelopes_v2;14;0;3;0;0.1;1;

Last edited by fxbs; 03-11-2008 at 02:54 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 03-11-2008, 03:17 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
so, with input - easy ;
with output - problem: for signals and interpretation you still need go inside the indi and look (think)
___
though - 4 many indis could work if user just go though color buffers (tub) picking one or two stupidly by the color - hit line or signal

Last edited by fxbs; 03-11-2008 at 07:16 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
  #27 (permalink)  
Old 03-11-2008, 05:40 AM
Senior Member
 
Join Date: Nov 2006
Posts: 343
ahmedazizelias is on a distinguished road
Quote:
Originally Posted by fxbs View Post
anyway - idea 4 custom ind. input:

srting (like we have on Multipairs, Mladens "All ...(mtfs):
user input: custom indicator name; parameters;1;2;3;4;...;...;....... - in one line
so it would be:
"SuperCustomMACD;12;26;9;"
Dashboard doesn't care how parameters called - it reads inputs from top to buttom;
user have to only ehter correct indicator name and all the external input parameters he see on his custom indi

pict. multipair macd - just for example; custom indi name and parameters input string works like Mladen's "pairs" string
Hi
I have idea please(IT COULD BE DONE IN SOMEWHERE AT SOME INDICATOR..MAYBE..I DO NOT KNOW)..It is :"IS THERE ANY INDICATOR THAT SHOWS THE CROSSOVER AT ANY TWO OR ANY THREE DIFERENT Or (whatever number) OF INDICATORS THAT USE LINE SHAPS (like stoch,Rsi,WPR...SO ON...,and it will be better if it in meter way that shows all time frames at the same time?"..
For example: RSI with MA !! or WPR with LinerRecog...OR The all of them......and it gives the ability to the user to pick whatever combinations he needs and just pass the indicators name?...It just like TRO turn the NEWMONT DASHBOARD to work with external indicators!!it is easier be that way..
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
  #28 (permalink)  
Old 03-11-2008, 07:17 AM
Member
 
Join Date: Apr 2007
Posts: 88
newmont is on a distinguished road
RE Comments

It's good to see some constructive communication about the fx dashboard, and all comments are welcome weather they are good or bad. I am pleased that most of the comments about my work on the indi are positive ones as this motivates me more to continue my work on the indi , at the moment it is progressing well and I have added quite a lot of new features , a lot of which are ones that have been suggested in this forum and I am thankfull for the input as it will make the dashboard a better indicator for everybody who may come to use it .

The new version of the indi will be posted over the next day or so , I am still to full test its new functions to my satisfaction, when this is completed I will post.
I am aware that some members of the forum are making products (indicators,ea's) that are for commercial sale and have got a "price tag" and are also only supplied in .ex form which is "closed source" so to speak, so their construcion is a secret, they can use my code or "mladens", "TRO's", "FXBS" code or anybodys and they can "copywrite" their indicator and sell it for X$, my work is "open source",0$ and credits are given to any code I have used and just for the record I have recieved Positive endorsment for my work from those involved!.

My view is that MT4 is a "free" platform and its just not in the "spirit" of things to charge somebody for an indicator when they can get a valuable platform for free!. Will update soon...
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
  #29 (permalink)  
Old 03-11-2008, 09:21 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,017
Blog Entries: 235
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by newmont View Post
It's good to see some constructive communication about the fx dashboard, and all comments are welcome weather they are good or bad. I am pleased that most of the comments about my work on the indi are positive ones as this motivates me more to continue my work on the indi , at the moment it is progressing well and I have added quite a lot of new features , a lot of which are ones that have been suggested in this forum and I am thankfull for the input as it will make the dashboard a better indicator for everybody who may come to use it .

The new version of the indi will be posted over the next day or so , I am still to full test its new functions to my satisfaction, when this is completed I will post.
I am aware that some members of the forum are making products (indicators,ea's) that are for commercial sale and have got a "price tag" and are also only supplied in .ex form which is "closed source" so to speak, so their construcion is a secret, they can use my code or "mladens", "TRO's", "FXBS" code or anybodys and they can "copywrite" their indicator and sell it for X$, my work is "open source",0$ and credits are given to any code I have used and just for the record I have recieved Positive endorsment for my work from those involved!.

My view is that MT4 is a "free" platform and its just not in the "spirit" of things to charge somebody for an indicator when they can get a valuable platform for free!. Will update soon...
Thanks a lot for the indicator.

Quote:
I am aware that some members of the forum are making products (indicators,ea's) that are for commercial sale and have got a "price tag" and are also only supplied in .ex form which is "closed source" so to speak, so their construcion is a secret, they can use my code or "mladens", "TRO's", "FXBS" code or anybodys and they can "copywrite" their indicator and sell it for X$, my work is "open source",0$ and credits are given to any code I have used and just for the record I have recieved Positive endorsment for my work from those involved!.
Thanks for this feeling.
That is exceptional cases and it is not usual practics concerning "copywrite". It is something between the coders I think.

Thanks once again for indicator and improvements.
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
  #30 (permalink)  
Old 03-11-2008, 09:44 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,017
Blog Entries: 235
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
And just to make a joke you can look at header of one indicator coded by Igorad together with WizardSerg according to some article. And maloma did something. Who is maloma? No idea. Coder I think. He did something as well (it is written in the header).
Hull MA.



Code:
//+------------------------------------------------------------------+
//| |
//| Copyright © 2000-2007, MetaQuotes Software Corp. |
//| Forex / http: // www. metaquotes. ru/ |
//+------------------------------------------------------------------+
//+----------------------------------------------------------------------------+ 
//| HMA.mq4 |
//| Copyright © 2006 WizardSerg <wizardserg@mail.ru>, ForexMagazine #104 |
//| wizardserg@mail.ru |
//| Revised by IgorAD,igorad1903@yahoo.co.uk | 
//| Personalized by iGoR AKA FXiGoR for the Trend Slope Trading method (T_S_T) |
//| Link: |
//| contact: thefuturemaster@hotmail.com | 
//+----------------------------------------------------------------------------+
#property copyright "and maloma did something"
//#property copyright "MT4 release WizardSerg <wizardserg@mail.ru>,ForexMagazine #104" 
//#property link "wizardserg@mail.ru"

Last edited by Linuxser; 03-11-2008 at 10:06 AM. Reason: Just Joking.
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

Tags
dashboard, tro dashboard, MT4 dashboard, TrendEnvelopes_v2, dashboard indicator, TRO_DashBoard

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:51 AM.



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