libby000
libby000
Friends

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

libby000
Added topic closing MT5 terminal using Python
mt5.initialize ()         Opens the MT5 terminal/platform if it was not already open # shut down connection to the MetaTrader 5 terminal mt5 . shutdown ()  
libby000
Added topic Exporting payment history
Is there a way of exporting my mql5 payment transaction history together with my balance and my account details (such as login ID, email and maybe password) (or any subset of this)? Not particular if it is a csv or text file or other. Is it possible
libby000
Added topic iCustom for Heiken Ashi
I am looking for the Close of the Heinken Ashi. Thought I have everything right, but gives me the wrong value     double HAClose;    color   HColor1 = Red;    color   HColor2 = LawnGreen;
libby000
Added topic Switching between different Accounts
Hi  Is there a way to toggle through different MT5 accounts using a mql5 script or EA? I would like to do that for 2 reasons: 1.  to get the account balances from different MT5 accounts 2. close all open trades from different MT5 accounts
libby000
Added topic Charting
I have a file with Symbol, Price and Description which are read into dynamic arrays mySymbol, myEntry, myDescription I have written a script to open a new Chart for each entry: - Symbol of the Chart is determined by the element from mySymbol -
libby000
Registered at MQL5.community