Mazoem
Mazoem
Friends

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

Mazoem
Added topic AccountProfit( ) return as pips?
I am using the following code to display the profit of my trades right on the chart: double accp = AccountProfit(); ObjectCreate("ap", OBJ_LABEL , 0, 0, 0); ObjectSetText("ap","Profit: $",14, "Arial Bold", White); ObjectSet("ap", OBJPROP_CORNER, 0);
Mazoem
Registered at MQL5.community
Mazoem
Added topic .mql that displays swap rate on chart...
When you open the Market Watch pane, you can right click on a pair, select properties , and you can view the current swap rate for both long and short trades within that pair. I would love it if someone here could tap into that data and create a .mql