| Automated Trading Black box systems, strategy automation, algorithmic trading, etc... |
![]() | | Tweet | |
| | #1 | ||
![]() | Using IB Data Feed - Amibroker (and Other) Also is anybody using the execution plugin for IB that is available for Amibroker and how have you found it? Thanks again peeps. Last edited by robertm; 09-30-2010 at 06:03 AM. Reason: typo | ||
| |
|
| | #2 | ||
![]() | Re: Using IB Data Feed - Amibroker (and Other) There's nothing out there more elegant and easy to use than Amibroker/interactive brokers combo. Very compact code and it's easy to program in, ONCE you understand the data array metholodogy of AmiBroker. for/next loop are verboten, although supported. | ||
| |
|
| The Following User Says Thank You to Automated For This Useful Post: | ||
robertm (11-26-2010) | ||
| | #3 | ||
![]() | Re: Using IB Data Feed - Amibroker (and Other) | ||
| |
|
| | #4 | ||
![]() | Re: Using IB Data Feed - Amibroker (and Other) Quote:
Thanks Last edited by trash; 12-13-2010 at 05:58 PM. | ||
| |
|
| | #5 | ||
![]() | Re: Using IB Data Feed - Amibroker (and Other) For example, if you have the array 'C' that represents closing values on each bar, then TwentyBarHighs = HHV(C, 20); would set the variable TwentyBarHighs to an ARRAY, each element of which is calculated as the highest value of C in the prior 20 bars (inclusive). For/Next loops are absolutely supported, and are sometimes needed, but usually the array operations are far more efficient. I find AB an incredibly productive and well-supported environment. Takes a bit of time investment to learn, but it's a solid platform. L. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |