Forum

account history tsd

I recovered an old indicator for MT4 published on tsd which provides statistics on the operations closed by each EA distinguished by magic number. It is useful when there are many EAs on the same account. Does anyone know an indicator with similar functions for MT5? I put the indicator for MT4 below

When to use Return Operator?

What's the different between: return(1); return(0); return(-1); return; thank you

Chat Room Suggestion

Forum is good, but it is slow :) if (chatroom) { community++; faster_help=true; } What do you think

What is SAR's price for next dot and reversal dot?

Built in iSAR () Function only tell us price of existing dot. There is no iSAR() Function with shift = -1 :) My question is: 1. How can i know price for next dot? (assuming closing price will be at current price) 2. If current SAR dot touch by the price, to what price SAR dot will move? I know i can

How to create custom line on chart & sub window?

Here is the link to the picture. https://c.mql5.com/mql4/forum/2007/04/gps_prob2_2.gif It is from "Did you see such a picture" thread started by Rosh, and this image posted by Collection. I'm using "-" and "|" character to draw this line (using label), any better idea

How can I "hide" object so it isn't appear in object list?

Hi. I need to create some label & some arrow, but when i use ObjectCreate () command, this object will appear in chart window object list. Is there any way to create an object, but the object itself will not appear in object list? so user will not remove of move it by accident. Thank you