PureBytes Links
Trading Reference Links
|
This is my first attempt to code and it does not work. Need assistance. I want to run an exploration to produce a report lisiting every member of a watchlist where both todays Stochastic %K and the Signal line (MACD)are in uptrends. I'm a newby too.
You can change the look back range and add values in the parenthesis if you wish but not needed for basic. I' m crawling at the AFL Wizard level presently.
StochK ( ) > Ref ( StochK ( ), - 10 );
MACD ( ) > Ref ( MACD ( ), - 10);
I would also like to add another factor - Stochastics must be below -25 but I gave up when the basic part did not work
StochK ( ) < 25
__._,_.___
**** 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/
__,_._,___
|