TRADES INFORMATION PANEL
-
Hello friends, I am making an information panel to view all the operations that I have open. My EA works with 20 currencies simultaneously and several trades each.
So far, what I have done is create a "Bucket of Trades" block for Buy and another for Sell for each of the currencies, that is, I have 20 Buckets.


The information of the Buckets I put them in comments:

The information in the graph looks like this:

It's a bit messy but it works except for the downside of the number "2147483647" which appears instead of the "zero" value of profit when there are no trades.
The case is to ask yourself if any of you know of an easier way to use the Backets
I don't know if a single backet can be made but that it works according to the CURRENCY that we can chooseThank you all very much, this community is great !!
-
@ajmd97fx An impressive work. Congratulations! Honestly, I wouldn't do it much better. You are working woth a lot of charts. That requires many blocks. Your logic is correct.
-
@l-andorrà is there any way to change the value 2147483647 to 0?
-
@l-andorrà thank you very much friend
-
@ajmd97fx Can you please share the link of your project to take a look at it?
-
-
@ajmd97fx I see you are using a 'once per day' block on the 'on init' tab. Are you aware that it will NOT be executed every day? All blocks in that tab are executed just one, when the EA is fisrt moved on to the chart. None of them will be executed ever again.
-
@l-andorrà It's true, my idea is to put it on time, I will have forgotten to change it
I've been learning matrices all weekend with a video of me and it's going super well, so I've started to change that part of the project. I'll pass it on to you when I have something ready
-
@ajmd97fx Ok. Thank you very much.