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

Re: Signal Name



PureBytes Links

Trading Reference Links

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 ...

Hope that helps. Put any name you want but don't forget the quotation marks.
When you look at the trade summary it will have all the names you have
designated.
Karl



:In Easy Language is there a way of determining the Entry Signal which got
:you into current position?  There are EntryDate, EntryPrice and EntryTime
:functions - but nothing like an EntrySignal function that I can see. What's
:the best of determining the entry signal the current position was based on?
:
: