marek
marek
Friends

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

marek
Added topic OrderClose problem
Hi there where is the mistake ? doesn't want to close the order :( Thank you :) if (h4== 1 && h1== 1 && m30== 1 && m15== 1 ){
marek
Added topic Close the position???
Why doesn't works? I need to close the position BUY when new bar is close below close earlier bar the same on SELL close then BAR close under the earlier close bar: if ( OrdersTotal ()> 0 ){ for (i= 1 ; i<= OrdersTotal (); i++){ // Cycle
marek
Added topic Closing only selected positions
total   = OrdersTotal ( ) ;      if ( total < 1 )        {                if ( isCrossed = = 1    )
marek
Added topic problem with clossing the positions
hey!!!i'm new at this forum and I have the problem: int Crossed (double line1, double line2) { static int last_direction = 0; static int current_direction = 0; //Don't work in the first load, wait for the first cross! static bool first_time = true;