12345abc22
12345abc22
Friends

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

12345abc22
Added topic Maximum Value within a list
Hi, I want to find the Maximum Value from a list of values. I've had a go but i'm not sure how to collate the values into an array.    int BA[ 5 ];    BA[ 0 ]= v1;    BA[ 1 ]= v2;    BA[ 2 ]= v3;   
12345abc22
Added topic Array from indicator
how to make an indicator like the following below,  into an array like Close[i].  double iBullsPower ( _Symbol , _Period , 1 , PRICE_CLOSE ,i);
12345abc22
Added topic Mean in MQL4
Hi how would I find the mean equation ((Price1+Price2+...Price(n ))/nbars)  in MQL4, would i need to calculate this or is there a predefined indicator
12345abc22
Added topic Sequence Conditions
how do i sequence conditions within a cycle?    while ( Bars > LastBar)      {        if ( OrdersTotal ()<= 10 )          if (Zone1== "sell" )
12345abc22
Registered at MQL5.community