Closed Thread
Results 1 to 1 of 1
 2 Attachment(s)    

Thread: Support and Resistance EA

  1. #1
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,455

    Default Support and Resistance EA



    We go long/short on support/resistance breakout, time filter, and min/max distance between resistances and supports.

    Code:
    extern int timeframe=0;                  // timeframe of the resistance/support
    extern int margin=0;                     // difference between price and s/r for the breakout
    extern bool srfilter=true;               // two consecutive higher/lower resistance/support
    extern int mindiff=0;                    // minimum difference between the resistances and the supports
    extern int maxdiff=1000;                 // maximum difference between the resistances and the supports
    EU M1. Since 2009.

    Total net profit : 2067.89%
    RDD : 23.68%

    Note : indicator integrated to the expert advisor.

    Download : Support and Resistance EA (available in the Elite section).
    Attached Images  
    Attached Files

Closed Thread

Similar Threads

  1. Support and resistance
    By funyoo in forum Indicators
    Replies: 6
    Last Post: 12-03-2010, 11:29
  2. Forex Support and Resistance Analysis: EUR\USD and USD\JPY
    By SRTrader in forum Technical analysis
    Replies: 0
    Last Post: 09-01-2009, 09:30

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts