Do you find the box changes if I drew the box and come back down the time frame ?
Thanks
V
Thanks
V
Can a successful system be reverse engineered? 14 replies
Order Flow Trading with ICCE Channels 3 replies
Fib. Reverse Engineered. 393 replies
Bemac's'imizing Profit 6 replies
VTTrader: Bemac help please 3 replies
DislikedOne Day
I am not really sure of the relevance of the information box but, is there any way to turn it off, in the code?
If I delete the code, will it just mess up the indicator.
I like to have as much screen space as possible.
Thanks in advance.Ignored
DislikedI can add a true or false user input to determine whether the info' is displayed or not. It will be straightforward for you to edit the default state to false in the code then.Ignored
DislikedMany thanks OD
Incidentally, I am not experiencing the box shift as Menomo is.Ignored
//+------------------------------------------------------------------+
//| BEMAC'S ICCE GRID 2012 v1-5-1.mq4 |
//| Oneday |
//| |
//+------------------------------------------------------------------+
/*
This indicator is a reworking of Bemac's original indicator, which is based on his original concept.
You can find out more about ICCE by viewing his thread at Forex Factory:
http://www.forexfactory.com/showthread.php?t=162886
12/5/2012
1.5.1 updated to include option to hide the information box
*/
#property copyright "Oneday"
#property link ""
#property indicator_chart_window
#define fntFont "Consolas"
#define strFibPrefix "IFL:" // IFL = ICCE fib level
#define strVersion "-v1.5.1"
//=============================================================================================================|
extern bool blnDelete_ICCE_box? = false; // Delete the primary box objects if user sets to true //|
extern bool blnClassicColours = true; // Set to false to change to alternative object colours
extern bool blnShowInfoBox = true; // Set to false to hide the information box
DislikedThanks for the charts PB - Here is one for you....
Attachment
I have also attached an updated version of the indi' that allows you to switch off the info box. I think that Bemac wanted to have a timestamp on his charts and I added other info', such as the email alert status, version etc. If you want to change the code so that the info is not shown by default, then...
[php]//+------------------------------------------------------------------+
//| BEMAC'S ICCE GRID 2012 v1-5-1.mq4 |
//|...Ignored
DislikedCan you post a couple of screenshots of before and after and note the time values of the left and right box markers for me. I would like to resolve this issue one way or another....Ignored
DislikedOnce again, Many Thanks One Day.
It works great and I can now get down to working more on how to use it correctly.Ignored
DislikedThe last chart u posted is in daily TF, now if you wanted to see whats going on in 1hourly , what do you do ? Scroll all as much as you can and than click hourly tf or ?
An can you explain how you are choosing your boxing criteria , it s looking good !!!
Cheers VIgnored
DislikedNow I managed to come down to 4 hourly time frame from this spot but any lower than that indicator does not show the diagonals only the box ...Ignored
DislikedYesss.. Seems like all sorted now. When the box is lets say set on 40 Diagonals , and on weekly , if you wana go down to hourly TF , i went box to indicator box edit and put the diagonals upto 200 , bingo !!! if that makes sense...
Thanking you again
Have a nice week
VIgnored