I want to be able to add or take to/from a position at any time. Since at any particular time I will have only one position I will keep the same name for all entries and exits, or rather call Enter and Exit commands without name such as "EnterLong(shares)".
What is the best option for EntryHandling in this case so on the chart I have only single line connecting entry with exit points at each time. Right now I have many lines connecting entries with exits in seemingly random order, it seems that I run only many strategies simultaneously.
Thank you.

Comment