Forum

Is it possible to draw a graph of specific data instead of Symbol price in OBJ_CHART under ObjectCreate properties?

Hi everybody, I need to draw a graph of specific data Which I have, instead of the chart price of a symbol. Is it possible to do it by ObjectCreate/OBJ_CHART? remember! I am writing an expert not an indicator. Really appreciated

Adding comment to a position, then try to call that specific position by its comment to count its profit or loss and close it

Hi everybody I am trying to find one or more positions among other positions by their comment or comments assigned to them before, and close them if they are in certain amount of profit. I know relying on comment is not a safe way but I really need it for backtesting purposes not trading real

please help

hi everybody I am so newbie with mql and wrote a simple code in this code I just want my EA to open only 1 position but it opens as many as possible positions :( please help me to solve this I am really appreciated in advanced. //+------------------------------------------------------------------+