PureBytes Links
Trading Reference Links
|
Hi,
I am creating an exploration that scans for several criteria on a weekly time frame. I have the "Periodicity" set to Weekly in Automatic Analysis > Settings.
What I would like to do is add code to the explore to scan for a monthly MACD change, as well as scan on weekly data for my criteria. I know how to code MACD, but am not sure on a weekly scan how to code for a higher time frame.
Example:
Cond1 = C > 50; // Weekly data
Cond2 = [[Monthly MACD > xxx]];
Filter = Cond1 AND Cond2;
------------------------------------
**** 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/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|