indicator help ,please [Coded]
  #1 (permalink)  
Old 01-12-2007, 08:12 PM
Sophomore
 
Join Date: Aug 2006
Posts: 37
Thanks: 3
Thanked 5 Times in 4 Posts
thestellaman will become famous soon enoughthestellaman will become famous soon enough
Default indicator help ,please [Coded]

hi guys ,could any1 code me an indicator that takes the high and low of monday and projects either lines or a box across the rest of the week,i.e to friday,posted a pict to explain,any help with this would be great,thanks
Attached Images
File Type: jpg chart1.JPG (61.3 KB, 75 views)
File Type: jpg chart2.JPG (61.7 KB, 67 views)
Sponsored Links EA Shark +1064% Return
Stock Market Crash? No Problem!
We Are Making Profits As Usual. More Info
Reply With Quote
  #2 (permalink)  
Old 01-13-2007, 01:28 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,992
Thanks: 125
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Looks like a great indicator. I'll take the liberty to code. The indicator will look just slightly different.

Edit: Some brokers show a few bars on Sunday too. Should ignore them?

Last edited by scorpion : 01-13-2007 at 01:31 AM.
Reply With Quote
  #3 (permalink)  
Old 01-13-2007, 02:44 AM
Sophomore
 
Join Date: Aug 2006
Posts: 37
Thanks: 3
Thanked 5 Times in 4 Posts
thestellaman will become famous soon enoughthestellaman will become famous soon enough
Default

thanks for any help scorpion with this,as for the data on sunday it would be slightly better if it was not included,but it is not really a major factor,i have a weekly system that i have built round this that i would be more than happy to share ,once again i appreciate any help with this ,thanks
Reply With Quote
  #4 (permalink)  
Old 01-14-2007, 02:52 PM
Sophomore
 
Join Date: Aug 2006
Posts: 37
Thanks: 3
Thanked 5 Times in 4 Posts
thestellaman will become famous soon enoughthestellaman will become famous soon enough
Default

erm...........hate to be a pain scorpion,just thought,any chance if you have not started to code this yet that you could add an additional line exactly half way between the hi and low,thanks again
Reply With Quote
  #5 (permalink)  
Old 01-14-2007, 04:01 PM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,992
Thanks: 125
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

It shouldn't be any prob. I'll code for you and others after my works are finished.
Reply With Quote
  #6 (permalink)  
Old 01-14-2007, 04:49 PM
Sophomore
 
Join Date: Aug 2006
Posts: 37
Thanks: 3
Thanked 5 Times in 4 Posts
thestellaman will become famous soon enoughthestellaman will become famous soon enough
Default

thanks scorpion,i appriciate your help with this and understand you are busy,no hurry..........well not much ,just doing some vids and writing the rules up for a system or 2 i will post later,if ive got the time,like you im rather busy...........well there is football on tv and a beer or 3 to have,thanks again scorpion

Last edited by thestellaman : 01-14-2007 at 04:52 PM.
Reply With Quote
  #7 (permalink)  
Old 02-04-2007, 02:53 PM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,992
Thanks: 125
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

I almost forgot my promise, but I code extra for you. Just in case, you can change from Monday to any weekday by changing Weekday variable.

Monday : Weekday = 1
Tuesday : Weekday = 2
...
Saturday : Weekday = 6
Sunday : Weekday = 0

Set Hide_Day = false if you want to show the temporary projection.

Hope you like it!
Attached Files
File Type: mq4 DayProjection.mq4 (2.2 KB, 105 views)

Last edited by scorpion : 02-05-2007 at 04:02 AM.
Reply With Quote
DayProjection with Fibo!
  #8 (permalink)  
Old 02-05-2007, 01:15 AM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,992
Thanks: 125
Thanked 383 Times in 152 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default DayProjection with Fibo!

I know you are even lazy to plot the Fibos. In a sense, it's time consuming and annoying in manual backtesting. So this new indicator automatically plots the Fibos for you. Red dots are Monday's High/Low. Blue dots are either entry or stop.

I'm sure y'all gonna like this lazy man's stuff!
Attached Files
File Type: mq4 DayProjection Fibo.mq4 (2.9 KB, 193 views)

Last edited by scorpion : 02-05-2007 at 04:03 AM.
Reply With Quote
genius
  #9 (permalink)  
Old 02-05-2007, 05:04 PM
Sophomore
 
Join Date: Aug 2006
Posts: 37
Thanks: 3
Thanked 5 Times in 4 Posts
thestellaman will become famous soon enoughthestellaman will become famous soon enough
Default genius

your an absoloute genius my freind,thank you so much for your hard work it is really appreciated.................wow it is just wat i was looking for...................

Code:
I know you are even lazy
yes no offence taken ,it is time consuming doing manual backtest,but NOT now............thanks again scorpion
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stochastic OBOS alert? [Coded] jonjandrews Indicator Coding 16 11-22-2008 10:40 PM


All times are GMT. The time now is 10:54 PM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now

Main Menu

Economic Forecast