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

Re: Unidentified subject!



PureBytes Links

Trading Reference Links

I haven't seen the work by M. Simms that you are referring to, but, since
the chart does not run any calculations until the bar is finished it is
impossible to get a signal any time sooner. Running a tick chart, by
definition would not count. Did I miss something?

Jim Bronke
Phoenix, AZ



----- Original Message -----
From: "Frank Richardson" <frankr@xxxxxxxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Tuesday, June 11, 2002 6:53 PM
Subject: Unidentified subject!


: O-list:
:
: Well, M. Simms was right while I and a lot of other people wrong.   You
CAN create a system in Easy Language that issues a signal intrabar without
waiting for the close.   I know, I finally got it to work on the chart.
:
: However one problem. There is still some bug in my code below such that
the entry is made on the next bar at the price as the high of the original
bar (for buys) and
: entry made on next bar at the same price as the low of the original bar
(for sells). In other words, the code does not respect my desire for the
entry to be made X points above the high of the original bar and Z points
below the low of the original bar:
:
: Inputs: etc.,etc.,X(2),Z(2);
:
: . . . then buy H[0] +X points stop;
:
:
: . . . then sell L[0] -Z points stop;
:
: Anybody got any advice ?
:
: Appreciate your efforts,
:
: Frank
:
: