This has the ability to place many orders, buy and sell, quickly and on the same chart.
My main use is in a trend, let's say a downtrend. I draw lines above price at supply levels, possible turning points, using small lot sizes with a stop above a daily level (manually adjusted after the order is filled). I build on the position, the more the pull back the more my position. I'm not going to discuss this technique, one the EA functionality. It's still rough as I want to fix the TrendDetect module. For now it's 3 stacked MA's on the daily. I am working on a better solution based on levels.
Summary of operation:
- Put the EA 'TipsterLines' onto the chart. Select Lot and UseTrendDetect. Then, nothing happens.
- Drag the script 'TL-NewLine' onto the chart, drop it where you want to enter. At first it is an orange dashed line. After a tick it will change colour and it's name changes. If above current price it will be red, below is green.
- Stop is set the daily range(10) away as a starting point.
- Target is set at the opposite bollinger band
- Trailing stop, once filled, is the daily range(10), it moves one direction only, like a chandelier stop.
- Once your lines are on teh chart, use the new feature in Empty4 to drag the lines where you want them.
- You can draw lines above and below price.
- If UseTrendDetect is ON, when price gets to your line it will check trend. If price is at a green line and the trend is down, the line is deleted and no order is placed. If price is at a red line and trend is down, order is placed at market and when it is filled, the original line is deleted from the chart.
The Lot size can be changed at any time, any new filled orders will be at the new size. The lines are only an order location, size is not part of the line characteristic.
The EA is called TipsterLines, perhaps it should be renamed to TipsterTrendlines Lite?
I built this code using more function blocks than I did when I built TT2P so it should be easier to modify.