Codes

Condition Scanner for MetaTrader 4

Scan for conditions in which you have an interest. Show where the condition arose historically on the current Symbol and timeframe. On a separate panel, show where the condition has currently arisen for any of your chosen symbols and timeframes

Forum

Time series question

Hi All What causes a new H1 bar to commence? Is it (a) a change in server time hour, (b) the arrival of the first tick for any pair after the server time hour has changed (c) something else? I guess I want to know whether, if I had a H1 chart open and on display for every available pair, would they

I'm having a senior moment - help needed!

#property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 Blue #property indicator_maximum 2 #property indicator_minimum - 2 int TestBuffer[]; //+------------------------------------------------------------------+ //| Init

DRAW_NONE affects vertical scale

Hi I want to display 3 indicators in separate window but show those and a 4th value in data window. Everything works except that the scale of the 4th value causes the display of the first 3 values to be crammed together. How do I prevent the 4th value from affecting the vertical scale of the display