Forex



Go Back   Forex Trading > Programming > Metatrader Programming






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
  #1411 (permalink)  
Old 10-30-2008, 11:25 AM
daytrade5's Avatar
Junior Member
 
Join Date: Sep 2007
Posts: 10
daytrade5 is on a distinguished road
HH LL price bars

I had this study when trading in the futures market with Esignal. I have not been able to find it on any forum in the forex.

I would like to be able to color bars based on the high or low regardless of the close except in the case of outside/inside bars which would have their own seperate color.

Attached is an example of what I'm looking for.

thanks
Attached Images
File Type: jpg HH LL price bars.jpg (81.9 KB, 163 views)
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
  #1412 (permalink)  
Old 10-30-2008, 05:38 PM
Member
 
Join Date: Mar 2006
Posts: 68
macd&rsi is on a distinguished road
does anybody have the source code for william's indicator ? AO indicator ==awesome oscillator .

i can not find it in metaeditor , only custom indicator found .
Attached Images
File Type: jpg www.jpg (28.1 KB, 164 views)
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
  #1413 (permalink)  
Old 10-30-2008, 06:09 PM
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
It is here.
And slightly different (attached).

It is 2 websources:
- http://codebase.mql4.com/251
- http://ta.mql4.com/indicators/bills/awesome
Attached Files
File Type: mq4 Filter_AO.mq4 (2.7 KB, 14 views)
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
  #1414 (permalink)  
Old 10-30-2008, 08:25 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,215
matrixebiz is on a distinguished road
iCustom Calls from EA

Hello, can I put NULL for values that I just want to leave with what ever the indicators uses?
e.g. This is my call;
double ccfp0 = iCustom(NULL, 0, "CCFp",h,q,Fast,Slow,t,u,v,w,x,y,z,aa,bb,cc,dd ,ee, ff,gg,hh,ii,2,0,0, 0, 1);

Now, the MT4 experts tab shows alot of errors;
CCFp GBPJPYm,H1: unknown subwindow number -1 for ObjectCreate function

Now if I only want the EA to be able to change a few of the settings, can I put the rest of the inputs to NULL?

double ccfp0 = iCustom(NULL, 0, "CCFp",NULL,NULL,Fast,Slow,NULL,NULL.......... ,0, 1);

Would like to try and get rid of this error.
Thank you
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
  #1415 (permalink)  
Old 10-31-2008, 01:09 AM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,407
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by daytrade5 View Post
I had this study when trading in the futures market with Esignal. I have not been able to find it on any forum in the forex.

I would like to be able to color bars based on the high or low regardless of the close except in the case of outside/inside bars which would have their own seperate color.

Attached is an example of what I'm looking for.

thanks
Some indies that could help:

Inside Bar

Out Side Inside
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
  #1416 (permalink)  
Old 10-31-2008, 02:39 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,215
matrixebiz is on a distinguished road
Quote:
Originally Posted by daytrade5 View Post
I had this study when trading in the futures market with Esignal. I have not been able to find it on any forum in the forex.

I would like to be able to color bars based on the high or low regardless of the close except in the case of outside/inside bars which would have their own seperate color.

Attached is an example of what I'm looking for.

thanks
Ok, so with this system your looking only at the High and Low rather than Open and Close, correct?
Outside bar = high and low of bar is greater than the previous bar high and low
Inside bar = high and low of bar is less than the previous bar high and low

What's the bottom indicator?

Last edited by matrixebiz; 10-31-2008 at 02:42 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
  #1417 (permalink)  
Old 10-31-2008, 01:49 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,449
MiniMe is an unknown quantity at this point
sorry double post
__________________

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
  #1418 (permalink)  
Old 10-31-2008, 01:50 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,449
MiniMe is an unknown quantity at this point
its ok I found the answer
__________________


Last edited by MiniMe; 10-31-2008 at 03:32 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
  #1419 (permalink)  
Old 11-01-2008, 06:34 PM
Senior Member
 
Join Date: Dec 2006
Posts: 109
dwmcqueen is on a distinguished road
Has anyone written some good, or found a good way in an EA or script,
to check if trading is not allowed? I have a script that is in a
constant loop (instead of relying on ticks) but it keeps looping even
when market is open and I am trying to figure out a good way to have
it break out of the loop.

I though IsTradeAllowed might work, but it looks like it could be
triggered even when market is opened and has a different meaning.
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
  #1420 (permalink)  
Old 11-04-2008, 04:48 AM
Member
 
Join Date: Sep 2006
Posts: 85
fxwealth is on a distinguished road
Help with Indicator Error Please

Hi

When I load the following indicator I get an error message in the "Experts" tab "unknown subwindow number -1 for ObjectCreate function". Can anyone please try and correct this. Many thanks

Best rgds
Attached Files
File Type: mq4 Multi-Timeframe Rainbow Trend Follower v1[1].1.mq4 (66.7 KB, 36 views)
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
#include, candle time, CHinGsMAroonCLK, code, coders guru, conditionally, dll, eli hayun, Eur_harvester.ex4, expert adviser, expert advisor, forex, higher high, how to code, indicator, I_XO_A_H, kehedge, mechanical trading, metatrader command line, mt4, MT4-LevelStop-Reverse, OrderReliable.mqh, programming, rectangle tool, trading, volty channel stop

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
How to code this? iscuba11 Metatrader 4 mql 4 - Development course 1 08-03-2007 05:22 PM


All times are GMT. The time now is 01:45 PM.



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