The senario is:
- -We got an entry signal, then NT entered a trade, let's call Trade#1. Then NT places a Stop loss (SL#1) for Trade#1.
- After a while, another entry signal, then NT entered another trade:Trade#2, submited another stop loss:SL#2 and mean time, adjusted SL#1 to breakeven level.
- As times goes by, buy entry condition turned to sell, NT close all/or partial open position, then initiate the opposite direction trading stragtegy.
I understand that we can use exitlongstop method, and we have BarsSinceEntry, but how can we pull out the last entry price/qty information?
Thanks!!


Comment