[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [amibroker] Market profile, Value Area, POC etc
PureBytes Links
Trading Reference Links
|
Ton,
I think first subscribe at http://www.inditraders.com/ it is
free. Then you can download the files. I did not add the AFL's to my post
because they posted so many versions. Best to get them yourself,
regads, Ed
----- Original Message -----
Sent: Monday, October 12, 2009 2:21
PM
Subject: Re: [amibroker] Market profile,
Value Area, POC etc
Ed what does this mean and how can I get the AFL
code ...
AMS, you do not have permission to access this page.
This could be due to one of several reasons:
- Your user account may not have sufficient privileges to access this
page. Are you trying to edit someone else's post, access administrative
features or some other privileged system?
- If you are trying to post, the administrator may have disabled your
account, or it may be awaiting activation.
Regards, Ton.
----- Original Message -----
Sent: Monday, October 12, 2009 12:31
PM
Subject: Re: [amibroker] Market
profile, Value Area, POC etc
hi,
these guys at inditraders did some programming,
in this thread there is some code:
it is nice for charting (on a limited amount of
data, e.g. 15 days of 5-min data) but not for backtesting purposes
on 2 years of data. I am also not interested in all these letters, just
need the value area and the POC. I would think Amibroker could implement
this quite easily because PlotVapOverlayA basicly contains the data already
from which you can derive the POC and the VA. If you want to solve it in AFL
doing it straightforward would require you to step through the entire range
of the day with a certain step density and store this data in an array
or static array temporarily and derive the POC and VA's from this storage
array. To my knowledge AFL is not really suitable for these type
of calculations. When you could store this information in smaller subarrays
and one could do some sorting and calculations on much smaller subarrays
that would make it much faster. Not sure if the Osaka plugin could be
used.
regards, Ed
----- Original Message -----
Sent: Monday, October 12, 2009 12:08
PM
Subject: Re: [amibroker] Market
profile, Value Area, POC etc
I dreamed about it... I planned to code it in two decades or more
up to my programming skill .
BR
Edward Pottasch a écrit
: > > > hi, > > anyone managed to program
this in AFL or a plugin? There are several > AFL's on the net that
basicly are designed to display the last few days. > I am
interested in code that generates the upper/lower value area > and
POC for backtesting purposes. But it seems you need some *clever >
programming* to make this usable else it will be very slow. The code I
> found sofar is slow indeed and I can't come up with something
smart > either. Try loading 2 years of 5 minute data and AB locks
up completely. > Camarilla is a nice substitute but as I read
somewhere "Camarilla is the > poor man's Market Profile", >
> regards, Ed >
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|
|
|
|
|