Indicators: Squeeze RA V1

 

Squeeze RA V1:

My version of Squeeze Indicator for MetaTrader 4. This indicator is based on a strategy mentioned in John Carter's book, Mastering the Trade. It is also a fully improvised version of Squeeze_Break indicator by Des O'Regan.

EURUSDH1-BW-1

Author: forexar

 

Can you add alerts? on chart, push and email?

 
this indicator is written to erase all objects previously placed on charts. Wonder why
 
skulpcha #:
this indicator is written to erase all objects previously placed on charts. Wonder why

You can fix that if you want - go in to the code and change:

 ObjectsDeleteAll();

To  ObjectsDeleteAll(1); where 1 is the first sub-window.  ie. the Squeeze RA indicator is on the first window below the chart, if you have it below something else then adjust accordingly.