Comment Block
-
How to make comment block only read the current chart and not all the chart? what filter to use?
-
@aisar What exactly do you mean?
-
sorry for my broken english. you can see below what I actually mean. how to do that?

-
@aisar That is a bool constant, this gives you the true/false option in inputs, in FX the current chart symbol is the default? To use other symbols you have to decide what and when you are using different ones, then set up blocks to implement.
-
this is what I am trying to do, a simple trades info. what i want is when i attach the EA to the EURUSD chart, it will show trades info of EURUSD chart only. but I fail to do that. what happen is it will show info including other chart also. below is my project.
https://fxdreema.com/shared/V9nKpueL

-
@aisar When blocks are only set to specified it will only show current symbol, it will however show trades from another chart if it's the same, to stop this you need to use group numbers.
-
@jstap which block to use? I use If Trade block and set to specified but it is not working. please help.
-
@aisar Most blocks have specified, if you a standard comment block it will show information for the account, if you want specific information use variables and save the specific required information.