Avery Horton
Avery Horton
  • Information
7+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Avery Horton
Added topic What I want to do is have an indicator update every X seconds and not wait for ticks at all.
What I want to do is have an indicator update every X seconds and not wait for ticks at all. I have an indicator that writes to memory every time the price changes . I want to have another indicator read memory every X seconds and display the value
Avery Horton
Added topic Problem with program compiler. MT4 decides to compile most of my indicators but not all of them.
Sometimes when I compile a new indicator, MT4 decides to compile most of my indicators but not all of them. Some of my indicators do NOT appear in the Navigator window when this happens so I can't drag them onto a chart. Do you have any idea why this
Avery Horton
Added topic Arrows - there has to be a better way
The indicator displays arrows to show higher/lower high/lows. But using 6 buffers to do this seems clumsy. Is there a better way? #property indicator_chart_window #property indicator_chart_window #property indicator_buffers 6 #property