EA that open positions listening to the alerts of an indior.
Results 1 to 3 of 33

Thread: EA that open positions listening to the alerts of an indior.

  1. #1
    Hi,

    I am wondering if it's possible to make an

    I' ve a good indior, as soon as a trend is going on, makes an alarm like that :

    2009.02.13 15:30:00 EMA Crossover Indior USDJPY,M15: Alert: EMA Cross Trend going Up on USDJPY 15, 2/15 Periods

    The EA has to intercept the alert and open the position, in this case buy USDJPY.

    A lot of thanks.

  2. #2
    Hi Oksana,

    thanks for the answer.

    Here is the part of code for the alert :

    Inserted Code if ((fasterEMA1now gt; slowerEMA1now) (fasterEMA1previous lt; slowerEMA1previous) (fasterEMA1after gt; slowerEMA1after)) CrossUp1Number91;t#93; = Reduced#91;t#93; - Range*0.5; else if ((fasterEMA1now lt; slowerEMA1now) (fasterEMA1previous gt; slowerEMA1previous) (fasterEMA1after lt; slowerEMA1after)) CrossDown1#91;t#93; = High#91;t#93; Range*0.5; if (SoundON==accurate I==1 CrossUp1#91;t#93; gt; CrossDown1#91;I#93; alertTag! =Time#91;0Number93;-RRB- Alert(EMA Cross Trend going Down on ,Symbol(), ,Period(),, ,FasterEMA1,/,SlowerEMA1, Periods); alertTag = Time#91;0#93;; if (SoundON==accurate I==1 CrossUp1#91;t#93; lt; CrossDown1#91;t#93; alertTag! =Time#91;0Number93;-RRB- Alert(EMA Cross Trend going Up on ,Symbol(), ,Period(),, ,FasterEMA1,/,SlowerEMA1, Periods); alertTag = Time#91;0#93;;
    Can you help me ?

    Many thanks

  3. #3
    Quote Originally Posted by ;
    Hi,

    I'm wondering if it is possible to create an EA that open positions listening to the alerts of an indior.

    I' ve a great indior, when a trend is happening, makes an alarm like that :

    2009.02.13 15:30:00 EMA Crossover Indior USDJPY,M15: Alert: EMA Cross Trend going Up on USDJPY 15, 2/15 Periods

    The EA has to intercept the alert and open the place, in this case buy USDJPY.

    Many thanks.

    Netmastro
    Well it's possible to make an EA based off of the alerts within an indior IF you know how and when the alert should take place.
    If I'm not confused, I don't think there is a code for something such as:
    if(previous alert)==buy. . .but you are able to use global variables to fix the issue(add in indior).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.