[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Optimising several symbols at once question



PureBytes Links

Trading Reference Links

Alex --
Why not just:
GBPUSD_DMI = Optimize("
GBPUSD_DMI", 6, 1, 100, 1);
GBPUSD_MA = Optimize("GBPUSD_MA", 10, 1, 100, 1);
EURUSD_DMI = Optimize("EURUSD_DMI", 8, 1, 100, 1);
EURUSD_MA = Optimize("EURUSD_MA", 20, 1, 100, 1);

Of course, you might not want to do this if your trying to optimize the entire NYSE ;-)
-- Keith

dralexchambers wrote:

Hi,

Is it possible to optimise settings for several symbols in one go
like this:

GBPUSD: DMI optimal length = 6, MA optimal length = 10
EURUSD: DMI optimal length = 8, MA optimal length = 20

etc...

Thanks - alex

__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___