how to create a possible take profit line
-
I have a martingale ea which opens multiple orders and but it doesn't show overall group trades take profit line which we see in chart. how I can I show it?
-
You can add a shared link to look at, but there has always been a lack of getting this line. If this line is created by a trail block you can but otherwise I am unsure.
-
@RakeshR Do you mean the combined TP for all open trades? If so, what do you mean by 'which we see in chart'? Unless you programmed it explicitly, no line is visible on the chart for that.
-
yes combined tp of all open trades. i have got combined tp too but not sure how to draw line at possible take profit.

I have seen many other eas which do this easily.. if this forum allow me to add an ea here I can post it here. how it should be .. its not my ea. i was just searching for an example and I found it on some telegram channel
-
You don't need to share it, thank you. What you need is transforming the common TP into a price level. Then you simply need to plot a line on that price level.