Page 1 of 1

Profit/Loss line indicator

PostPosted: Fri Sep 21, 2018 1:19 pm
by 7510109079
Does anything like this exist for Marketscope?

https://www.mql5.com/en/market/product/18435


If not can it be coded as an indicator?
thx

Re: Profit/Loss line indicator

PostPosted: Fri Sep 21, 2018 3:43 pm
by Apprentice
Something like this?
viewtopic.php?f=17&t=2236

Re: Profit/Loss line indicator

PostPosted: Mon Sep 24, 2018 4:59 am
by 7510109079
This link you posted is an indicator that charts where the BREAKEVEN line would be for a bunch of positions.

Would it be an easy task to offset this line using a user-inputted profit/loss value?

e.g. If i wanted to know where the price-line would be that would give me a combined net PROFIT of 'x'
where x would be currency units of the users account e.g. £,$, Euro

Coversely, for a combined net LOSS, 'x' would simply be inputted as a negative value

Is this achieveable?

thanks in advance

Re: Profit/Loss line indicator

PostPosted: Mon Sep 24, 2018 5:27 am
by 7510109079
On closer examination of the indicator in the link you provided I see there are two NET breakeven lines. Could these not be combined into a single line showing the single BREAKEVEN for both longs and shorts combined. This does not have to take the bid/ask spread difference into account although if it could that would be best.

The intially suggested user-input value offset for a required amount of profit or accepted amount of loss could then be implemented

once again
thx in advance

Re: Profit/Loss line indicator

PostPosted: Tue Sep 25, 2018 12:40 pm
by Apprentice
Your request is added to the development list under Id Number 4259

Re: Profit/Loss line indicator

PostPosted: Fri Nov 30, 2018 1:31 pm
by 7510109079
any chance of this getting done?

Re: Profit/Loss line indicator

PostPosted: Sat Dec 08, 2018 6:27 am
by Apprentice
Try this version.
viewtopic.php?f=17&t=67121
Was developed from a third party. Have to test it.