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

Re: Using Arrays - how and when?



PureBytes Links

Trading Reference Links

I approach any programming problem by studying and documenting the results I
want to achieve. Quick and dirty studies, painbars, and indicators are often
helpful in visualing results and testing elements of the design because
assumptions are the bane of programmers. The process of building and managing a
graphics engine is major work, so I limit my VB work to non-graphics processes
which screen and trade and report. I develop from scratch in VB rather than
writing in EL and translating. I used to do a lot in EL but kept hitting memory
limits and bugs so I took a hiatus from EL for a couple of years, then returned
to EL some months ago and hit the same limits and problems. Now that I've seen
the specs for TradeLab (www.sciapp.com) which opens the graphics and data
management engines to the trader who knows how to write VB , I'm building VB
routines which I'll be able to use when TradeLab is released. If you're not a
programmer, you can learn to program but it will take considerable time and
commitment which may detract from your trading. I believe there's a VB learning
edition which might offer a point of entry.

Earl

-----Original Message-----
From: Peter Gibson <Peter_Gibson@xxxxxxxxxxxxxx>
To: Earl Adamy <eadamy@xxxxxxxxxx>; Peter Iovanella <ivo1@xxxxxxxxx>;
omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: Friday, May 08, 1998 10:57 AM
Subject: Re: Using Arrays - how and when?


>Can you give us some more details as to how you would approach writing the
>SwingHigh/Low functions in Visual Basic?  Do you do the Visual Basic
>language statements directly from Easy Language?  I'm not a programmer but I
>have an idea that learning some Visual Basic might be beneficial.  Thanks.
>
>-----Original Message-----
>From: Earl Adamy <eadamy@xxxxxxxxxx>
>To: Peter Iovanella <ivo1@xxxxxxxxx>; omega-list@xxxxxxxxxx
><omega-list@xxxxxxxxxx>
>Date: May 8, 1998 8:26 AM
>Subject: Re: Using Arrays - how and when?
>
>
>>I'm attaching a small txt file which contains a couple of EL array
>declarations
>>and logic to initialize and load an array of pivot points as each new bar
>is
>>encountered. The code is otherwise useless because the SwingHigh and
>SwingLow
>>functions don't work properly. I ended up doing the project in VB.
>>
>>Earl
>>
>