- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Nov 4, 2012MA to price — Hi, I had little spare time so made another way of displaying the MA to Price. file image
Draw box on price indicator
-
cja replied Nov 4, 2012MA Candles — Hi, Here are the MA candles, I have set this example to a MA100 - will this work for you or would you still prefer the boxes. file image
Draw box on price indicator
-
cja replied Nov 3, 2012Box? — Hi, Do you mean you want a box drawn around each candle? is that what you mean by price or do you want a moving price display in a box to change color above below the MA, wouldnt the candles changing color above below a MA do it more ...
Draw box on price indicator
-
cja replied Oct 29, 2012OpenCloseMA — Try this. I added Period and Method inputs to the above indicator. file
Can someone please help code MA that only uses open & close?
-
cja replied Oct 23, 2012Profit verse loss — Hi Just my 2 cents worth - if you simply have TradeA+TradeB= total the total will be either positive or negative, so just program the max/min allowed dollar value of the total. Unless I am missing something obvious?
EA closing hedge positions when in profit/loss?
-
cja replied Oct 22, 2012MA ZigZag update — updated post #2 and put in the updated indicator and screenshot.
Need help in coding MA zigzag
-
cja replied Oct 22, 2012MA ZigZag — I put this simple MA ZigZag together using the standard MetaQuotes indicator, so this should get you started with what you want. I have since updated the previous indicator and combined the MA ZigZag and the ZZLegRange indicators ...
Need help in coding MA zigzag
-
cja replied Oct 18, 2012Monthly Open — As requested.
file Request - weekly opening line with "x" pips line
-
cja replied Oct 17, 20123Day Pivots — All done and the new indicator v1.1 posted on the above post I have put all the color width style options into the inputs so it makes it easy to customise the lines and I have added the Close line and given the High/low Close an ...
Creating a Support & Resistance Indicator
-
cja replied Oct 17, 20123 Day pivots — Try this I have coded it to use the previous day for the close and previous 3 days for the high/low. See if the levels line up with your calculations. If it is correct then I can add in the line/text colors width style color etc ...
Creating a Support & Resistance Indicator
-
cja replied Oct 16, 2012Close — Hi, Are you sure about the Close being for the current day? this would cause the pivots to continually alter through out the day, usually you would use the previous day Close. Regards CJA
Creating a Support & Resistance Indicator
-
cja replied Oct 16, 2012Repainting — That is the nature of the basic MTF indicator you originally supplied, it is not technically repainting it is simply the higher timeframe resetting to match the signal which can show as several bars changing on the lower ...
MTF Stochastics into MTF Stoch Histogram
-
cja replied Oct 15, 2012OBV ZigZag — It is basically a standard ZigZag with the OBV inserted into the code. file image
Looking for ZigZag on OBV indicator please
-
cja replied Oct 14, 2012Alter indicator — Hi, I have altered the indicator and taken out anything not needed and added the levels you requested. Regards CJA file image
Request - weekly opening line with "x" pips line
-
cja replied Oct 14, 2012MTF Stoch — I have made this STOCH out of your 1st basic MTF Stoch indicator so that when the 2 Stoch lines cross down they show as a Red histo and when the 2 lines cross up they show as a Green histo. file image
MTF Stochastics into MTF Stoch Histogram
-
cja replied Oct 13, 2012Weekly Open — Hi, I presume that you did not want help to make this indicator as you requested but actually wanted someone to make it for you. This indicator can be loaded on as many times as required to show the current week Open or as many ...
Request - weekly opening line with "x" pips line
-
cja replied Oct 13, 2012Try this it is something I have done in the past and appears to work OK. You change this line of code in chart based indicator ( usually found at or near the top of the code ) #property indicator_chart_window to #property indicator_separate_window ...
Smoothed Heiken Ashi in separate window?
-
cja replied Sep 29, 2012Opps — You are right I uploaded the original indicator instead of the fixed one.
I have reposted the indicator on the above post.Horizonal Lines indicator Please Help, Thank You.