danerstizz:
Hi, everybody. Is it possible to draw a dotted trend line or that kind of line can only be a solid one?
My code is
ObjectDelete(0,"TrendChanSignalsM15D"); ObjectSetInteger(0,"TrendChanSignalsM15D",OBJPROP_BACK,false); ObjectCreate(0, "TrendChanSignalsM15D", OBJ_TREND, 0, TimeStart, start_point_low, TimeEnd, end_point_low); ObjectSetInteger(0,"TrendChanSignalsM15DC",OBJPROP_STYLE, STYLE_DOT); ObjectSetInteger(0,"TrendChanSignalsM15D",OBJPROP_COLOR, clrYellow); ObjectSetInteger(0,"TrendChanSignalsM15D",OBJPROP_WIDTH, 0);
Not the good name.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi, everybody. Is it possible to draw a dotted trend line or that kind of line can only be a solid one?
My code is