[amibroker] Re: send alerts thro gmail account

2007-07-05 Thread jehmac
See this thread http://finance.groups.yahoo.com/group/amibroker/message/108919 --- In amibroker@yahoogroups.com, "murthysuresh" <[EMAIL PROTECTED]> wrote: > > I tried to configure my gmail id as the smtp account in amibroker btu > it does not work. gmail expects ssl based authentication. > http:

[amibroker] block trade signals

2007-06-26 Thread jehmac
Just wondering if anyone has implemented graphical block trade signals using the IB data plugin as described in the following: http://highprobability.blogspot.com/2007/04/block-trade-signals.html jehmac

[amibroker] Re: Python and COM

2007-05-02 Thread jehmac
Try this, it worked for me: AA.Filter(0,"watchlist", 1) # use watchlist 1 jehmac --- In amibroker@yahoogroups.com, "Daniel T" <[EMAIL PROTECTED]> wrote: > > Hi, > Any Python gurus out there ? I'm trying to use AmiBroker with Python > through COM (s

[amibroker] Re: Alert email setting for GMAIL

2007-04-08 Thread jehmac
The free open-source plugin has been posted to tradercandy.com jehmac --- In amibroker@yahoogroups.com, "yasuscus" <[EMAIL PROTECTED]> wrote: > > Hi jehmac, > > Yes, it is very interesting to me. once you finish testing. > could you please post the plugin. >

[amibroker] Re: Alert email setting for GMAIL

2007-03-22 Thread jehmac
Gmail requires secure SSL connection to SMTP server. Amibroker does not support this. I've created an Amibroker DLL plugin that will allow this using a new AFL function. I'm testing it now. If there's interest, I can post the plugin when it's done. jehmac --- In amibr