troojansafir / Profile
troojansafir
Added topic extermum point not working
hi my code is flowing ... int OnInit () { //storage 20 high_price history and it's date in array by loop for (i= 0 ; i<= 20 ; i++) { HSaveP[i]= iHigh ( Symbol
troojansafir
Added topic iRSI
hi my code is flowwing... double d; //+---------------------------------- int OnInit () { //--- d= iRSI ( Symbol() , Period() , 14 , PRICE_CLOSE ); Comment (d); //--- return ( INIT_SUCCEEDED );
troojansafir
Added topic date time
My code is the following ... datetime a; //+---------------------------------- int OnInit () { //--- a= Period (); Comment (a); //--- return ( INIT_SUCCEEDED ); } /* result=
: