please add on and off to this little indicator thanks
Attached File(s)
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} this may require the password or expiry,so find the latest one,its in forex factory somewhereIgnored
Dislikedthanks lads ! {quote} thank you for the attempt, but unfortunately, it didn't work. {quote} CJA, your modification works perfectly. Massive thanks! I have one more small request. I use the attached indicator daily, but recently something went wrong with it. Every time I reset MT4, the entire font gets messed up as shown in the picture, and I have to refresh it or recompile it to make it look normal again. Could you please take a look at it and fix the indicator's positioning on the chart? {file} {image}Ignored
DislikedGreetings, I would appreciate if one of the talented coders here could add another input for when the indicator line say, for example, went above the .2 line or below the -.2 line, and the levels could be adjusted in the input box. Right now the arrows are at the zero line cross, it looks like, that should be deleted. Arrows on the chart as now plus alerts and only once after a candle direction change. Very useful indicator if this can be executed. I have done a good search of Sibbet indicators for levels crosses and found nothing like this request....Ignored
//+------------------------------------------------------------------+
//| Delete All Arrows and Lines.mq4 |
//| Kilian B |
//| |
//+------------------------------------------------------------------+
#property copyright "Kilian"
#property link ""
//+------------------------------------------------------------------+
//| script program start function |
//+------------------------------------------------------------------+
int start()
{
ObjectsDeleteAll(0, OBJ_ARROW);
ObjectsDeleteAll(0, OBJ_TREND);
ObjectsDeleteAll(0, OBJ_TEXT);
return(0);
}
//+------------------------------------------------------------------+ DislikedQuick question. I have this simple script that removes selected objects from a chart. Is it possible to define the code so that it only removes white-colored trend lines? If so, how can I do that? //+------------------------------------------------------------------+ //| Delete All Arrows and Lines.mq4 | //| Kilian B | //| | //+------------------------------------------------------------------+ #property copyright "Kilian" #property link "" //+------------------------------------------------------------------+ //| script program start function |...Ignored
i+1, i, horizontal line
DislikedHallo, does anyone have MT5 version of this indicator? This is an old indicator to see Breakout Zones, it's advantages compared to other breakout indicators are: 1. The setting.......Ignored
Disliked{quote} Thank you for the hint on using cluster volume data, 7.5$ a month is not bad, but the thing I raiseed interest here is free and it is not volume there are differences which seem to run ahead of change in price, or at least in parallel a computer code can easily work out how much earlier and to what extend probility true link to the late movements I only observed for a month and am not a coder not a professional but I could see the difference coincidentally happened before price did make new jumps, breakout, sudden move of sweep counter trend...Ignored
Dislikedhow do i get the bar value at which the current week opened in the current time frame like if i am in h1 chart, then how many bars back did the week open how to calculate thisIgnored