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
I was wondering if you would be so kind enough to update the "Daily Data" & "Signal Bars" indicators to automatically switch between 5th or 6th decimal quotes (no user input necessary), and to also be able to show fractional pip spread with JPY type of pairs?
Below is an example of the small addition to your code that would allow it to do the above. This is my little way of giving back and thanking you for your help and great indicators.
I will post a pic so that you can see the difference between the "BarClock v3" indicator that is displaying the spread for USDJPY incomparison to your "Daily Data" indicator. I'll also post the "BarClock" indicator for folks that might be interested in it...
/* Updated: 07/11/2008 - I added customizable options (color, display text near bars on/off, and text size) along with a minor code fix to this indicator. It now deletes the time text near the bars when the indicator is removed or when the "Display Time Near Bars" option is set to false. AAD...
Updated: 11/17/2008 - I added the broker spread and changed the name to BarClock (AAD Mods v2)...
Updated: 11/18/2008 - I added the broker spread display around the top left hand corner of the chart and changed the name to BarClock (AAD Mods v2a)...
Updated: 12/05/2008 - I made some display code fixes, and also so that it won't delete other text on a chart when closing the BarClock indicator. I changed the name to BarClock v2 (AAD Mods)...
Updated: 05/18/2009 - I added an auto 5/6 digit quote switch in the code for the spread display to be fully compatible with brokers that use up to 6 digit quotes. I changed the name to BarClock v3 (AAD Mods)... ---
*/
#property indicator_chart_window
// Global. double DblPoints; double SP1;
//+----------------------------------------------------------------------------------------+ //| Custom indicator initialization function | //+----------------------------------------------------------------------------------------+
int init() { DblPoints=GetPoints(); SP1=Spreads(); }
//+----------------------------------------------------------------------------------------+ //| Custom indicator iteration function | //+----------------------------------------------------------------------------------------+
Signal Bars has come of age so i thought that i would start a new thread with the latest version
This version Signal Bars v7 has some new features, the User can select which Timeframes they want displayed and the indicator can now be placed into any indicator window to help free up chart space.
One other difference is that now the Price color updates with the direction of price movement, UP = Lime / DN = Red / Flat = Orange or what ever colors you decide to use.
IIIIIIIIIIIIIIIIII= "<<<< Chart Position Settings >>>>>";
Corner_of_Chart_RIGHT_TOP = true;//false = Signal in top left corner
Shift_UP_DN =0;// Adjusts Signal Display Up & Down
Adjust_Side_to_side = 20;// Adjusts Signal Display from side to side
Sig_Bars_Window = 0;//1=1st Window/ 2=2nd Window etc
All the features that were avaliable on the previous Signal Bar indicators are still in this indicator, the ability to adjust indivdual indicator settings and colors for instance.
11/02/2008 Important Signal Bars v7 & Signal Bars v71 both now have a password
This was coded into the indicators to get around the line of text i previously had displayed on the lower chart area to stop people selling this indicator, i feel that no one will pay money for an indicator that has this password. I hope that this is not too inconvenient for tsd users and believe that this a solution that should work for everyone.
PassWord = free_at_tsd
15/10/2008
I have rewritten the Signal Bars Indicator to try and avoid the issues some people have had with the BARS & TEXT misaligning on some platforms, I have totally changed the way the BARS are written - the default TEXT is now ARIAL & ARIAL BOLD which is a more common text found on most platforms and computer operating systems.
The password is still the same as above
28/01/2009 Signal Bars v8D now has a Digit Switch for 5 & 6 Digits platforms
Thanks You very much, CJA! The SignalsBars EA and -Indicators, are super: the refined, precise, nice, and wonderful Helper for winner Trading! Thank You very much!
__________________
My Disadvantage is that I am not a Trained Programmer - My Advantage is that I am not a Trained Programmer. http://cjatradingtools.com/
Thankyou for a great indicator, I am having trouble with the latest version however (Actually I had trouble with the earlier ones - has got worse though with this release), once I place the indicator on my chart memory usage for MT4 jumps up by about 800MB, placing it on a second chart makes it jump again and crashes my terminal. Is there anything you can think of that might be causing this? I have tried various versions from v3 now up to v9 with the same effect.