Gedday Silva
Gedday Silva
Friends

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

Gedday Silva
Added topic help ObjectsDeleteAll
datetime itime[ 2 ]; itime[ 0 ]= iTime ( _Symbol , PERIOD_M15 , 0 ); itime[ 1 ]= TimeCurrent (); string name= "open" ; double iprice; iprice= iOpen ( _Symbol , PERIOD_M15 , 0 ); ObjectCreate ( _Symbol ,name, OBJ_TREND , 0 ,itime[ 0 ],iprice,itime[ 1
Gedday Silva
Added topic Bug setting value of a double variable
Hello good Morning! double fibo = 78.6; however when displaying this information in the chart the result is 78.5999999999999... Does anyone know why this bug happens, and how to solve it? I want to display the information in the graph and in this
Gedday Silva
Registered at MQL5.community