![]() |
|
|
|||||||
| MetaTrader Indicators Post and discuss the MetaTrader indicators here. |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Discuss CCI Arrows MT4 indicator in this thread. You can ask any questions about this indicator here.
|
|
|||
|
Initially it was used to mark the exit points on the chart, but I guess they were excessive for this indicator as the arrows themselves are enough for that.
|
|
|||
|
Quote:
Any Advisors based on this Indicator available? |
|
|||
|
Quote:
If you use the indicator alone the width is correct, together with other indicators the width is always small and cannot changed. |
|
|||
|
That's sad but I guess that will be fixed in one of the next builds of MT5.
|
|
|||
|
I tried to plot the current CCI value on the chart with this method
... ObjectCreate(0, "myCCInow", OBJ_LABEL, 0, 0, 0); ObjectSetString(0, "myCCInow", OBJPROP_TEXT,"CCI @ "+DoubleToString(myCCInow,1)); ObjectSetString(0, "myCCInow", OBJPROP_FONT, font_face); ObjectSetInteger(0, "myCCInow", OBJPROP_FONTSIZE, font_size); ObjectSetInteger(0, "myCCInow", OBJPROP_COLOR, White); ObjectSetInteger(0, "myCCInow", OBJPROP_CORNER, corner); ObjectSetInteger(0, "myCCInow", OBJPROP_XDISTANCE, 1+distance_x); ObjectSetInteger(0, "myCCInow", OBJPROP_YDISTANCE, 1+distance_y); .. unfortunatly it does not return a value which makes sense. Is there a bug in code? |
| Bookmarks |
| Tags |
| arrows, cci, cross, indicator, metatrader |
| Currently Active Users Viewing This Thread: 2 (1 members and 1 guests) | |
| AderFx |
| Thread Tools | |
| Display Modes | |
|
|