PureBytes Links
Trading Reference Links
|
"Karl" <kschr@xxxxxxxxxxx> suggests:
>The name of either an entry or exit signal is easily determined by adding a
>designated name immediately following the buy, sell ExitLong, or ExitShort
>as follows:
>
>If ...... Buy("Buy#1") at .. your price or ExitLong("Xit#1") at price stop;
>or Sell("Sell#3") at ...
Yes, but I believe Peter was looking for a way to *query* those
signals from within EL, a way to have EL "look at the trade summary."
Something like:
if EntrySignal = "Buy#1" then...
I'm not aware of any such query function, so he'll need to keep
track of those signals himself, I think.
Jim
|