- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Apr 10, 2013This is getting closer to what you want although I suspect to do more you will run out of buffers. file image image
Need help in creating MQ4 indicator - Trend Following
-
cja replied Mar 18, 2013I was contacted by logesharun because of issues with the lines not working when the markets are closed so I have fixed it by changing what is effectively the magic number from TimeCurrent() to TimeLocal() and I have also posted a script to remove ...
Is there Horizontal Line indicator - Colored for MTF
-
cja replied Mar 17, 2013Hi, Do a Goggle search or Forum search I am sure you will find plenty of BUY SELL scripts and for the BREAKEVEN just run a BE ea on the same chart and there are plenty of BE eas around. There is no point reinventing the wheel. CJA

Need a buy/sell script please
-
cja replied Mar 15, 2013Give this one a try it may suit your needs url
I will code your EAs and Indicators for no charge
-
cja replied Mar 14, 2013Hi, The reason why it is hard to find what you are looking for is that unlike an Alert level on the main chart which uses price as the trigger you would be using the indicator line / histo as the trigger and of course each indicator would have a ...
Horizontal Alert Line to place in an indicator, not on chart
-
cja replied Mar 14, 2013Sorry my mistake I forgot to code in a type of magic number, I have changed the script and posted it on my first post.
Is there Horizontal Line indicator - Colored for MTF
-
cja replied Mar 14, 2013Try this it is a script, you can go into the code to alter the different timeframe colors line style and width. To use it you just drag it out of the Navigator script window with your mouse and drop it on the chart in the position required, if it ...
Is there Horizontal Line indicator - Colored for MTF
-
cja replied Mar 14, 2013Can you explain in more detail what you are trying to do? I am presuming that you want to open a H4 chart and draw a H/line and it will automatically color the line Red then you swap to the H1 timeframe to draw the line again and it will turn Blue ...
Is there Horizontal Line indicator - Colored for MTF
-
cja replied Mar 13, 2013Hi, You can do using the standard MT4 indicators, load a CCI onto the chart then drag the BB onto the CCI window in the apply to drop down select Previous Indicators Data or First Indicators Data and click OK. Example of standard indicators with the ...
(REQ) Can someone please code a Bollinger Band indi for an indi?
-
cja replied Feb 20, 2013Hi Anton, This should do everything as requested. I have tested it with H1 on a M5 chart for the last 4 hours and it is refreshing correctly. file image
Please help to make this indi into a Multiple Time Frame (MTF) indi
-
cja replied Feb 17, 2013Give this a go I think the calculations are correct. The main difference to the ADR calculation is it used to use the average across 4 different peset time periods now it calculates across 1 adjustable time period. file
I will code your EAs and Indicators for no charge
-
cja replied Feb 11, 2013Hi, A fully optioned version is posted on POST #32, however this is definitely all I can do for now I'm off for some shut eye.

Indicator that shows Wick size
-
cja replied Feb 11, 2013If you could help me out just abit more, I seem to find the arrows are sometimes right on top of the candle (no space between the candle and the arrow) There is an arrow shift input already in the indicator so that you can shift the arrows any ...
Indicator that shows Wick size
-
cja replied Feb 11, 2013Hi, Also is there a way to toggle between it finding: A) ones where only the top wick qualifies B) where only the bottom wick qualifies and C) Only candles where both qualify? Not sure if I will be able to find any more spare time to code the ...
Indicator that shows Wick size
-
cja replied Feb 10, 2013Give this a try I think it is what you are after, it shows only the candles that have both the upper and lower wicks that are below a set percentage of the candle body, I have color coded it so that if the candle close is above the open it is blue ...
Indicator that shows Wick size
-
#Signal Bars v10a
Started Feb 9, 2013|Platform Tech|231 replies
I am posting the latest version of Signal Bars as there have been some requests on different ...
-
cja replied Feb 7, 2013Hi, It appears that you only have "Alert" code in this indicator which is for a Pop up message and the only way you can change the sound for pop up messages is to go to the tool bar usually at the top of the MT4 chart and select tools/options/Alerts ...
Trendline Break Alert Indicator. Need help changing sound
-
cja replied Feb 6, 2013"I don't know whether I'm doing something wrong or there is a fix?" Yes you are doing something wrong, if you go back and look at the sangmane post you will see it is an EA not an indicator hence the name LineAlertEA so the fix is to put it into the ...
Need simple indicator: horizontal line & email alert
-
cja replied Feb 4, 2013This can be loaded anywhere on the chart in any color font or size using the shift and text inputs. image file
MT4 Average Candle size of X candles
-
cja replied Feb 3, 2013ObjectSet("WeekPivotLine", OBJPROP_RAY, 1); This sets the TREND line to be short or long you can use the values True & False or 1 & 2 Time[0] *2 This is just a very basic way of moving the lines to the right of the price action however it gives you ...
Auto Pivot Indicator change?