- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Feb 2, 2012Not sure what you are trying to do, GlobalVariableSet is for when you close a chart and then get it back when you reopen. For global variable use String mMyVar = ""; before the init function. then if(a== -1)GlobalVariableSet(Symbol()+"SP",-1); ...
icustom for this simple indicator
-
futurespec replied Jan 31, 2012Shabs... Try this. Not into continually modding for new requirements after the original request so if it is not right then it is down you to change to your requirements. HTH
counting consecutive candle highs/lows indicator?
-
futurespec replied Jan 30, 2012Try this. HTH modded and added below
counting consecutive candle highs/lows indicator?
-
futurespec replied Jan 30, 2012Here you go.... Should work for London times but other sessions you would have to adapt the coding if times run over Midnight I think. Sorry, No time to play with it. HTH
Hiding candles?
-
futurespec replied Jan 29, 2012Cannot imagine why you want to do this BUT.... You could modify the HeikenAshi Indi (or an equivalent)... which overpaints each candle... with the background colour for the hours that you do not want to see and then set the colours for the hours ...
Hiding candles?
-
futurespec replied Jan 20, 2012History & StdDev values added as requested.
Auto MTF Standard Deviation Channel
-
futurespec replied Jan 19, 2012Not really sure if this is what you want but give it a try. HTH
Auto MTF Standard Deviation Channel
-
futurespec replied Jan 11, 2012OK, possibly not 100% what you asked for but you can try this and see if it helps (indi not script). Set mRange to 0 to get line at open price. Set shift hrs to a -ve number to match the time of bar that you want. Set mTakeProf to the distance of ...
Looking for a simple script
-
futurespec replied Jan 2, 2012LOL. If you do then please do not come and fix my pipes .... could not stand the leaks ;-) Have a great year.
Help needed modifying code
-
futurespec replied Jan 2, 2012Did you change the '0' at the end of MA[i]=iMAOnArray(ExtMFIBuffer,0,8,0,MODE_SMA,i); to an 'i' ??
Help needed modifying code
-
futurespec replied Jan 2, 2012You must belong to same club as me ;-) Try this HTH
Help needed modifying code
-
futurespec replied Nov 29, 2011Right, do not know what I am talking about BUT.... I used a Renko indi that set up data to put into the history That used *.hst for the file name ... could that be it? Also it used a TF different from any currently in the history data. If any of ...
Looking for a way to import excel data into mt4
-
futurespec replied Nov 27, 2011No no longer bored, just annoyed at people that ask for 1 thing and then expect something different later! Try this
Yesterday's high and low indicator
-
futurespec replied Nov 27, 2011Think that I must be bored if I am doing this!! Here you go... HTH
Yesterday's high and low indicator
-
futurespec replied Nov 27, 2011Think that you have been having bad dreams about repairing your bicycle wheels LOL. Stop teasing and start revealing :-)
New Visualization
-
futurespec replied Nov 17, 2011This would not be straightforward to do. Your indi is just used to show a Comment and, therefore, will always be in top left and default font AFAIK. To change it would need to add more code.
Help with minor modification to a simple indicator
-
futurespec replied Nov 16, 2011The code was provided so that you could see it !! Changed HLines to trend lines and then the associated coding.
Need MT4 Indicator revised or re-created