FaatP94
FaatP94
Friends

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

FaatP94
Registered at MQL5.community
FaatP94
Added topic time difference betwen two prices
Hello guy, how can I catch the time between two prices ? That's how I am trying:   if (check == true && OrdersTotal ()== 0 ) {    static double firstPrice;    static bool firstTest = false ;    static bool
FaatP94
Added topic Highest & lowest price
Hello, how can I get the highest and lowest price for the last 50 bars ? I'm new at mql and have no idea. 
FaatP94
Added topic Ordertype based on indicator
Hello, I need your help. I want that the ea open an order in the direction which the ea has give his signal but it doesent worked for any reason. Can someone help me?    The EA onTick void OnTick ()   { if (check == false ) {