Search found 7 matches

Re: Trend Indicators for MT4

Rox wrote:Mon Feb 22, 2021 10:33 am Jurik Filter Crossover

JurikFilterCrossover_v1.1 600+.ex4
JurikFilterCrossover_v1.1 600+.mq4
From post 883 - This indicator requires an Include Header file - <JurikFilter_v1.3.mqh>
Maybe I missed the post, but where can I find the MQH file.
Thank you.

Checking for EMPTY_VALUE

The following code shows FALSE on the chart. I'm sure there's something very basic that I'm missing, but I don't see it. double buffer[]; int start() { buffer[1] = EMPTY_VALUE; if (buffer[1] == EMPTY_VALUE) Comment("TRUE"); else Comment("FALSE"); return(0); }

Re: Average Daily Range Trading

Problem with iATR ?? I wrote a small test indicator to display the iATR values. This indicator also displays the difference between the High and Low values for the first few candles. When I manually calculate the ATR for periods 1,2, and 3 the result agrees with the iATR value. However, any iATR per...

Return to the advanced search