MT4 Resizing Issue
-
This is not a specifically EA issue but I imagine many here face the issue. When I create an EA I use MT4 but the indicators seem to vary depending on how far left or right I move my screen and I don't know how to prevent this from resizing. For example if I have an ATR 10 and an ATR 20 and it is important for my ATR to only trade when the 20 is above the 10, I look back at the data to make sure this is happening at the right times and sometimes the ATR fast is above and sometimes it isn't depending on where I position my view.
Examples here: I am scrolled to the right side of my screen and it displays it one way in which the red ATR is clearly above the yellow

But when I am center on it, the opposite is the case and the yellow is (slightly less) clearly above the red despite this being the same time:

I don't know if this resizing is due to convenience or it's a setting I haven't touched but it is making it hard for me to manually check my EA is working as intended. If anyone happens to know the fix that would be appreciated.
-
@zereleth AFAIK there is no way to fix that without resizing, but then both scales for both periods will be very different and you would need two different windows. I have no idea if that can be fixed without a custom indicator.