dolar
dolar
Friends

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

dolar
Added topic AccountBalance() and array
Hello Guys, Do you know any solution which allows save to an array: - an account balance (as balance1) before trade and - an account balance (as balance2) after trade? How to check AccountBalance() every time when OrdersHistoryTotal() changes
dolar
Added topic OrderSelect - all EURUSD deals
Hi Guys, Do you have any idea how to check profit for all closed EURUSD positions from current day? The code below returns only last closed order profit. OrderSelect (OrdersHistoryTotal()- 1 , SELECT_BY_POS,MODE_HISTORY);     
dolar
Registered at MQL5.community
dolar
Added topic sample code (two conditions)
Hey, I am looking for sample code to open long position (OrderSend) if: 1 condition: iATR < 20 and 2 condition: 1 condition lasts from 10 seconds Thanks in advance
dolar
Added topic last close price
hello, i would like to ask you for help, i want to make a my indicator: the highest close price of the last five period, but i don't know which formula use. thank you in advance for your help :)