Codes

TD Sequential for MetaTrader 4

TD Sequential indicator based off of the criteria descripted in Jason Perl's book "Demark Indicators."

Forum

Skipping lines in a wave

I am working on creating the D-Wave indicator (basically a mechanized elliot wave). I am running into an issue where the indicator will start drawing the lines correctly but then will skip a few waves. For example in the picture below my indicator is drawing waves 1-4 but then skips wave 5 and wave

Break in Indicator

Is there a way to stop the indicator from drawing when a certain criteria is met? I am currently trying to program a D-Wave indicator and I am trying to figure out how to "stop" the indicator when the wave is completed. The attached code will currently have a line that goes from when the wave is

Indicator won't update

Whenever I load my indicator on the chart, it looks exactly how I want it to. However, if I leave it running, it doesn't update. Any help would be greatly appreciative. int start ( ) { int counted_bars = IndicatorCounted ( ) ; int bSetup ; double tfm = 50 * Point ; //---- int limit ; if

Storing Numbercode

I am trying to create an EA for a system that uses Bollinger Bands as one of the indicators. A problem that I am running into is that I want my code to "save" or "store" a number when certain criteria is met and than change that number when the next set of criteria is met. This is my current code