Hi I Is there a way to make my buy and sell signals larger/visible on my plot?  I dont care if its a vertical line , a bar a flag or anything else I just cant see the small diomond, or triangle Is there a smarter way?

So far Im using :

self.Charts[Symbol][' TradePlot'].AddSeries(Series('Buy', SeriesType.Scatter, '$', Color.Green, ScatterMarkerSymbol.Triangle))

Thanks a lot :)