Jonathan Durance
Jonathan Durance
Friends

Add friends via their profile or user search and you will be able to see if they are online

Jonathan Durance
Added topic I need help to figure out how to close all my positions.
       string symbol = Symbol ();        ulong deviation = ULONG_MAX ;        if (PositionClose(symbol, deviation){
Jonathan Durance
Added topic How to write the code to close positions
I have been having a lot of difficulty trying to write the code needed to close all of the positions I am in if a certain signal appears . Here is the code that I have within my method:        string symbol = Symbol (); ulong
Jonathan Durance
Registered at MQL5.community