Displaying the market price where multiple trades will make a particular gross profit
-
Hi, I have been working on a project where I need to display a particular info. Assuming we have some buys and some sells running (none of the trades have any TP or SL set), the EA will close the trades once the gross profit reaches X dollars. Now, the project is running well, closing trades as intended, but I also need to display the point or market price at which the trades will make the X dollar gross profit. Any idea how can that be done?
-
If you can calculate the value, you can draw it on the chart as a horizontal line or something like this. There are not many blocks who can draw anything, because this is an EA bulder, not Custom indicators builder