|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Change arrows or dots?
What line of code would I need to look for in my indicators in order to change the dot to an arrow, or an arrow to a hollow dot, etc etc?
Also, how can I offset the dot or arrow to be farther away from the candle? |
|
|||
|
Quote:
To change from dots to arrows look for: SetIndexStyle(0,DRAW_ARROW); SetIndexArrow(0,233); SetIndexStyle(1,DRAW_ARROW); SetIndexArrow(1,234); and change the 233 and 234 to 159 (or for diamonds -- 117) If you want the dots thicker -- Near top where it says .. #property indicator_chart_window #property indicator_color1 Lime #property indicator_color2 Yellow Insert 2 lines so it will look like this -- #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Lime #property indicator_width1 1 #property indicator_color2 Yellow #property indicator_width2 1 I am not sure about changing the position of the arrows/dots/diamonds though -- perhaps someone else can help -- All the best |
|
||||
|
Arrows & Dots
Quote:
This may help this is the full range of Arrow codes ARROW Symbols.gif |
|
||||
|
Moving Dots & Arrows
Hi
Look for a line of code like this in the int start() area something like this for (counter=i ;counter<=i+9;counter++) and change the # to alter the arrow distance from the candle . Also look for anything that refers to a range of some sort, often in an Alert line of code like this DownTunnel=true; UpTunnel=false; Tdown[i] = High[i] + Range*1.2; and alter this # as well. In this paticular indicator it has ARROWS & DOTS and the 1st code moves the Arrows and the 2nd code moves the Dots. Good Luck cja |
|
||||
|
Reviving this to try to get an answer to:
Is there any way to get these wingding symols to "stack" based on the value of the variable/indicator it is displaying. Such as 2, 3, 4 or 5 arrows up or 1-5 arrows doen based on the value it read for the indicator? |
|
|||
|
and speaking of wich, how to change or replace dosen or two arrows or dots on MTF indis (they multipyed by the timeframe and period) on some biger or different arow or lable...?
just easy hack for nonproffis... , please? ![]() Last edited by fxbs : 03-13-2007 at 04:53 AM. |
|
|||
|
How to fix arrows on charts
Hello there,
I am wondering if somebody could help me this. The arrows on charts have been disappeared suddenly. It is obvious that I have done something wrong....Instead of showing arrows,the arrows on charts become only dot. Would be very pleased if somebody could let me know how to show arrows properly. Thank you in advance. K. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pivot Points (like a Dots) | saadei | Indicators - Metatrader 4 | 15 | 05-18-2008 01:35 AM |
| how to change arrows | fxbs | Indicators - Metatrader 4 | 1 | 03-23-2007 04:12 AM |
| Indicator DMI - Arrows | profeta | Suggestions for Trading Systems | 7 | 03-02-2007 06:10 AM |
| Arrows in EA? | arashas | Metatrader 4 | 4 | 02-04-2007 07:47 AM |
| Plotting dots | Q0paz | Metatrader 4 mql 4 - Development course | 2 | 11-13-2006 09:50 AM |