Hi, I would like to draw a line on the chart. Or rather a line segment. After some searching I found that I could draw nice line with Object Create and OBJ_TREND . However these lines are infinite. I would like to draw a line with a definite start and end point. I have searched this frum for some
Has anyone any experience of the XONE Trader platform ? Can it be interfaced to a MT4 EA? Maybe using the XONE platform API
I use the following code to place text on a chart. In this case, just above the high of a bar by 10 pips (LabelOffset). ObjectCreate ( StringConcatenate ( "SS_" , Time[i]), OBJ_TEXT , 0 , Time[i], High[i] + LabelOffset); ObjectSetText( StringConcatenate ( "SS_" , Time[i])
Daft entry level question I guess. How do I add a moving average to a chart using code