here is the screenshot of my EA

This shows the arrows and dotted red lines that I am not talking about and I don't want them
Not sure I understand. Are you answering my question or requesting language support?
My EA is creating all kinds of lines and arrows on my chart. How can I ensure this does not happen? I want to keep my charts clean while the EA is running.
I want to run my EA on multiple pairs at the same time.
I just noticed that my variables are shared between multiple pairs. This is making my EA a mess. How can I have variables in its own space for each pair?
I am creating a EA where I need to create new "Pending Orders" based on a closed trade due to TP/SL.
So my Trigger is going to be "on Trade" and I am going to use the "Close Trade" block and then connect the "Buy/Sell Pending" oder block to it.
The details I enter in the "Pending Order" depends on the values in the "Close Trrade" How do I get the values from the trade that just closed so I can use them for create a "Pending Order"?
I need the following value from the "Close Trade"
The price at which it closed?
If it was a Buy or Sell Order?
What was the lot size?
How many pips were made or lost?
I get the