This is read-only version of AFL library entry. Ability to add user formulas
and comment is only available from members-only area.
Details:
Formula name:
Market Profile
Author/Uploader:
noname -
Date/Time added:
2008-06-21 18:19:40
Origin:
Keywords:
Level:
basic
Flags:
indicator
DISCLAIMER: Most formulas present in AFL on-line library are submitted
by the users and are provided here on an "as is" and "as available" basis.
AmiBroker.com
makes no representations or warranties of any kind to the contents or the operation
of material presented here. We do not maintain nor provide technical support
for 3rd party formulas. Description:
mode declared but not used.
Could be reserved for further used OR
Author did not notice to remove or forgot to remove after few round of script modifications.
No issue. case closed.
Eitan
2008-06-25 14:19:53
I get an error on line 59:
GfxPolyline( x1, y1, x2, y2);
"Number of arguments must be even"
I am using 5.12 beta, I also checked it with 5.10
Eitan
2008-06-25 14:26:15
I get an error on line 59:
GfxPolyline( x1, y1, x2, y2);
"Number of arguments must be even"
I am using 5.12 beta, I also checked it with 5.10
Eitan
2008-06-25 14:26:25
I get an error on line 59:
GfxPolyline( x1, y1, x2, y2);
"Number of arguments must be even"
I am using 5.12 beta, I also checked it with 5.10
Hommy
2008-06-26 11:19:27
I've got the same error message. Is this formula working? Do you have another Market Profile AFL?
AFL in this library didn't show sufficient MP information.
noname
2008-06-26 11:38:59
define per-symbol tick size in the Symbol->Information page
Hommy homm3r [at] gmail. com 2008-06-29 07:33:17
Hi, Noname, you formula is perfect, thanks!
I have an old complete MP formula+scan (not mine) but didn't work on 5,1 version. Can I share this to you?
Martius
2008-06-29 14:49:13
to Hommy: Did you solve the problem with that error on line 59? I have ver. 5.1. Thanks. M.
Thomas
2008-06-29 21:11:25
Hi Hommy,
There are more problem than just error on line 59. Please solve it
Hommy
2008-06-30 14:51:11
Hi Friends, as Noname said "define per-symbol tick size in the Symbol->Information page". Tick size=1. No problem at all :)
reinsley
2009-02-21 11:59:22
The code to add Y axis :
Modify the first line of Market Profile
SetChartOptions( 0);//3 , chartShowDates );
Caveat : The new Y scale and the MP scale are not quite the same.
A tiny difference, between one or two ticks, but I cannot find why.
I have to fully understand the gfx mode, I suppose.
I am very close to the solution, if a few passers-by could bring some
light, I will appreciate.