Simple Pip Counter for all open trades on terminal.
-
If someone is willing to help, I'm more of an intermediate fxdreema user with limited understanding of variables. Is there someone willing to share or make a video tutorial on how to create a print on chart simple pip counter for all open trades on the terminal? I am even willing to join a discord channel to watch a live explanation on it. I comprehend things better via video or live explanation. Thanks in advance ! @miro I believe you are an expert on this.....
-
@savagetrades This will do it, I think it will give you in money not pips though:
-
I appreciate your time. No, that did not work. https://drive.google.com/file/d/16dczHMF8peX4Ee88iBQAhhjAxvUQzKjL/view?usp=sharing
-
@savagetrades Set the trades it works on:

-
about to try that now
-
@jstap we are getting somewhere now. How to i get it to populate from all trades open on terminal from various charts, and change that output from money to pips ?
-
@savagetrades Not sure how to change to pips, if you change symbol from specified to any it should work.

-
@jstap Took a quick nap, but i am back up and at it. Thanks! About to adjust it to "any symbol". I thought about doing that, but since we were working off your recommendation and with the delay in communicating here,i didn't want to take us out of sync on the project. I will reply back with my results.
-
@jstap It is now grabbing from all open trades on terminal, now just need it in pips not currency. I do want to thank you for taking the time to help get it this far !
-
@savagetrades Try this but i have no idea if will work:
-
@jstap That didn't work. I placed a small lot size trade on real account earlier to test the progress we're (you're) making. The trade is currently in retracement drawdown and at -25 pips, and the counter started off showing just that, but every tick it adds an additional -27pips to the counter even though the trade hasn't moved. For example it now shows a negative 3,448 pips. On a positive note it appears to actually be showing in pips. Your commitment to helping me figure this out is awesome!!
-
@jstap I'm going to try and remove the bottom formula and see what that does. Based on how i'm readding the conditions of the formula, this may be why it's adding on pips and increasing in increments of the exact number of pips.
-
@savagetrades You are welcome to, no formula may work as the pink may check all running and add up. You'll only know by checking.
-
@jstap Detaching that formula did not work. Value shows a zero now. Take a look at this screen shot and tell me what you thing? https://drive.google.com/file/d/13lCPe-gxECQDNfTR4gQ75HWJpY5otX3Z/view?usp=sharing
-
@savagetrades I meant to say stacking in the screenshot
-
@savagetrades The reason it shows 0 is because the used variable isn't being used, change the variable being used and may work.