Login or Sign Up
Logging in...
Remember me
Log in
Forgot password or user name?
or
Sign Up
Log in with
Search in titles only
Search in EFS New Study Suggestions only
Search
Advanced Search
Forums
Articles
Groups
Member List
Forum
EFS Development
EFS New Study Suggestions
Announcement
Collapse
No announcement yet.
Difference of Bar high and low efs?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
tides
Guest
Join Date:
Oct 2002
Posts:
34
Share
Tweet
#1
Difference of Bar high and low efs?
08-02-2007, 01:26 PM
are there any EFS that will automatically take intraday bar high and subtract bar low and print the diffrence in cursor window ?
thanks in advance
dloomis
Registered User
Join Date:
Oct 2002
Posts:
1666
Share
Tweet
#2
08-02-2007, 05:01 PM
What is the time range of the hi/lo?
930 to 1600 est?
Comment
Post
Cancel
tides
Guest
Join Date:
Oct 2002
Posts:
34
Share
Tweet
#3
08-02-2007, 06:36 PM
no, I mean intraday bars. say 15mins 30mins hourly bars.
basically any bar that I point the cursor to.
right now cursor window will show open high low close(and the extra efs price info I have running)
Would like to know if it is possible to have the difference of any bar that I point to intraday show on the cursor window as extra row.
Basically to speed up the intraday trading as I adjust shares size to a fixed $ risked.
Thanks in advance
Comment
Post
Cancel
tides
Guest
Join Date:
Oct 2002
Posts:
34
Share
Tweet
#4
08-02-2007, 06:36 PM
no, I mean intraday bars. say 15mins 30mins hourly bars.
basically any bar that I point the cursor to.
right now cursor window will show open high low close(and the extra efs price info I have running)
Would like to know if it is possible to have the difference of any bar that I point to intraday show on the cursor window as extra row.
Basically to speed up the intraday trading as I adjust shares size to a fixed $ risked.
Thanks in advance
Comment
Post
Cancel
dloomis
Registered User
Join Date:
Oct 2002
Posts:
1666
Share
Tweet
#5
08-02-2007, 06:43 PM
does this help?
function preMain() {
setPriceStudy(true);
setStudyTitle("h-l");
setCursorLabelName("h-l", 0);
setDefaultBarStyle(PS_SOLID, 0);
setDefaultBarFgColor(Color.red, 0);
setDefaultBarThickness(1, 0);
setPlotType(PLOTTYPE_LINE, 0);
}
function main() {
return high()-low()+"";
}
Comment
Post
Cancel
tides
Guest
Join Date:
Oct 2002
Posts:
34
Share
Tweet
#6
08-02-2007, 09:22 PM
Hellodloomis ,
Thanks for the quick reply! Yes it helps!! The basic script is exactly what I am looking for.
I have made some slight changes to the script you provided. I have it exactly the way I wanted now! Thanks a lot for the script !
Comment
Post
Cancel
dloomis
Registered User
Join Date:
Oct 2002
Posts:
1666
Share
Tweet
#7
08-03-2007, 05:20 AM
glad to help when i can, yw
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment