Recent Discussions in AmiBroker User's List


To join this group, send a blank email to amibroker-subscribe@yahoogroups.com or visit http://groups.yahoo.com/group/amibroker



  1. Re: Referencing the backtested portfolio equity in the buy formula
    Thank you, Mike. I managed to solve the trace. I inserted the _TRACE(sig.symbol+" PosSize="+sig.PosSize+" Equity="+bo.Equity+" Type="+sig.type+"...
    - Fri, 21 Nov 2008 16:35:31 GMT
  2. Re: Looping or optimizing a set of non sequential numbers?
    Thanks, Steve. That is a useful idea. But let's say I had thousands of such numbers. Rather than setting each number manually to an array item, is there a way...
    - Fri, 21 Nov 2008 16:34:18 GMT
  3. Re: IB Controller and multiple IB accounts
    Use any port number .. they are arbitrary ... I am sure there are restrictions ... just make them similar .. 7490, 7491 ... or whatever they are ... etc ... ...
    - Fri, 21 Nov 2008 16:01:05 GMT
  4. Re: OT: The case for stocks
    Thank you for your short story ... it's an honour to read it. It is incredible to be able to talk with a Japanese lady ... something that would not be possible...
    - Fri, 21 Nov 2008 15:16:24 GMT
  5. Re: OT: The case for stocks
    b> You are talking about some radical solutions. Don't get me started. I might end up rambling about how weird it is to have an economic system seemingly...
    - Fri, 21 Nov 2008 13:16:50 GMT
  6. Re: Plotting24 Hour Session and day session in 2 separate charts
    ... I think you can forget that one .. silly me .. what on earth was I thinking... Timeframe functions are also under Global session view. brian_z ... a ... ...
    - Fri, 21 Nov 2008 12:11:14 GMT
  7. Re: How to Skip Empty Symbols when looping through wishlist
    Re: [amibroker] Re: How to Skip Empty Symbols when looping through wishlist OK... Your code works fine. Your group 0 is probably empty if it doesn't. Try this...
    - Fri, 21 Nov 2008 12:07:33 GMT
  8. Re: Plotting24 Hour Session and day session in 2 separate charts
    Fools rush in where angels fair to tread .. so I have tried to make a start (often the hardest part). I am inclined to think there is no nice solution i.e. if...
    - Fri, 21 Nov 2008 11:53:48 GMT
  9. Re: How to Skip Empty Symbols when looping through wishlist
    I'm trying to know how many symbols are not empy in my universe on a bar-by-bar basis...the following code now seems to be working. Thanks for every hint p //...
    - Fri, 21 Nov 2008 11:47:12 GMT
  10. Re: How to Skip Empty Symbols when looping through wishlist
    This is not working since I'm not trying to count null string symbols but symbols whit no data in it regards, p Re: [amibroker] Re: How to Skip Empty Symbols...
    - Fri, 21 Nov 2008 11:38:04 GMT
  11. Re: Plotting24 Hour Session and day session in 2 separate charts
    TJ or anyone else.... can you comment on this...?? TIA...
    - Fri, 21 Nov 2008 09:33:41 GMT
  12. Re: IB Controller and multiple IB accounts
    Thanks Ara, Does it matter what port number you use? ges...
    - Fri, 21 Nov 2008 09:29:03 GMT
  13. Re: IB Controller and multiple IB accounts
    Thanks Ed. Are you using IB controller to send orders to your different TWS accounts? I gather that you just use SetAccount to designate where the trade is...
    - Fri, 21 Nov 2008 09:28:03 GMT
  14. Re: OT: The case for stocks
    You are talking about some radical solutions. Unfortunately radical solutions aren't adopted by the masses until it is almost too late, if at all.... it takes...
    - Fri, 21 Nov 2008 06:13:33 GMT
  15. Re: Looping or optimizing a set of non sequential numbers?
    If the number of conditions is less than BarCount, you could store your non-sequential numbers in an array and then fetch them from the array later. Like this:...
    - Fri, 21 Nov 2008 05:54:15 GMT