Forum

Change Histogram Type

Hi Guys Hope you are well, Im trying to make an indicator that uses histograms, at the moment it checks for a signal and draws a signal of one bar on histogram, how can i make it so its a continues histogram, so if a buy signal shows and the indicator draws a continuas blue histogram/buffer until a

Mfi cross Williams percentage

Hi Guys Im trying to get an indicator to draw an arrow when the MFI crosses the WILLIAMS Percentage. But cant seem to get it rite, the only thing i can think of is because of the value axis because the MFI goes from 0 up to 100 and the Williams percentage goes 100 to down 0, iv tried adjusting to

break of previous day high low

Hi Guys, Im tring to create an indicator to draw an arrow with a buffer on the chart for when the price crosses above the high or low of the previous day. but cant seem to get it to work, what am i doing wrong? Many Thanks in advance #include <stdlib.mqh> #include <stderror.mqh> //--- indicator

Previous days 9pm open

Hi guys has anyone come across an indicator that draws a histogram of either red or green buffers if price is above or below the previous days 9pm open price

what version of TMA is this if at all

Hi Guys any idea what this original indicator is called? i cant seem to find one with the exact same settings. many thanks

calling i custom buffers

hi guys, i have a question, i normaly use "iCustom(NULL, PERIOD_CURRENT, "majorkiller peak (1)", 15, 500, 0, 0, false, false, false, false, false, false, false, false, 25, 1, i) != EMPTY_VALUE > 25" but always run into a problem, when all buffer have a value like in the picture. is there a better

cant seem to back test

Hi Guys, Any idea, whats wrong with this code? i can seem to back test it. I keep getting critical error and zero devide error //+------------------------------------------------------------------+ //| #Momentum onChartSignals Indicator v1.0.mq4 | //| Copyright

cant seem to call buffers

Hi guys, Im trying to call the blue and yellow buffers for the attached indicator, im using icustom like this "//Indicator Buffer 1 if(iCustom(NULL, PERIOD_CURRENT, "trend-wave", 10, 21, false, false, 0, i) != 0 && iCustom(NULL, PERIOD_CURRENT, "trend-wave", 10, 21, false, false, 0, i) !=

look back one candle

Hi Guys, I need some help please, im a newby to mql. Im trying to combine two indicators into one but have hit a brick wall. I can get an arrow to print using "is not equal to" for one indicator. But for the second the arrow is printed on the pervious candle. what is the best way to do that? so

MA indicator

Hi Guys. Has anyone come across a moving average histogram but with the added condition if price is above or below the moving average