PureBytes Links
Trading Reference Links
|
Title: Re: [amibroker] coding help?
Hello,
The best way for you to progress is to try and develop some code, or parts thereof yourself, and then post the code if you run into problems. It would be very risky for you to trade code developed by someone else that you do not understand so, eventually you will have to learn afl anyway. Else you would forever be dependent on the goodwill of others.
The best way to explore afl is using the build-in AFL-Code-Wizard. It allows you to write simple programs and develop programming skills.
The next best way to start is to visit the afl library and look for code similar to what you need. Then there are many web sites you can find using Google.
good luck,
herman
|
I am posting this again - may be this has missed attention of many !!!
Can someone help me develop the code for the following?:
i) I want to capture only a selected data range from the immediate 30 minutes, or a range for a specified time interval - intraday.( each day )
ii) using these filtered data points draw a MA for different periods .
iii) explore to provide O, H, L, C of these slected / filtered time ranges with selected MA
i) May be, if possible, make the code generic for use in weekly / monthly data.
Thanking you in advance for developing such a code.
-themktmari
--
-
|
__._,_.___
**** 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/
__,_._,___
|