Zet UpTicks alert indi om in conditie voor OrderSend in EA
Results 1 to 2 of 2

Thread: Zet UpTicks alert indi om in conditie voor OrderSend in EA

  1. #1
    1 Bijlage (n) Code ingevoegd voor (i = 0; ilt; limit; i ) {UpTicks # 91; i # 93; = (Volume # 91; i # 93; (Close # 91; i # 93; -Open # 91, # 93 i;)Point)2; DownTicks # 91; i # 93; # = Volume 91; i # 93; -UpTicks # 91; # 93 i ;; if (UpTicks # 91; 0 # 93; gt; = 100 DownTicks # 91; 0 # 93; lt; = 50) Alert (BUY (, Symbol (),,, Period (),) !!!); } hierboven is onderdeel van een waarschuwing van TickSeperateVolume indior;
    iemand alstublieft help wijzen op een manier om te converteren als Uptick is gt; = 100 en DownTicks is lt; = 50

    Ik wil deze voorwaarde toevoegen aan de OrderSend-functie in een EA (met behulp van M1).
    Bedankt

    https://www.aforexa.com/attachments/...1717340891.mq4

  2. #2

    Quote Originally Posted by ;
    for (i = 0; ilt; limit; i ) {UpTicks [i] = (Volume [i] (Sluiten [i] - Open [i])Punt)2; DownTicks [i] = volume [i] -UpTicks [i]; if (UpTicks [0] gt; = 100 DownTicks [0] lt; = 50) Waarschuwing (BUY (, Symbol (),,, Period (),) !!!); } hierboven is onderdeel van een waarschuwing van TickSeperateVolume indior; iemand help alstublieft wijzen op een manier om te converteren als Uptick is gt; = 100 en DownTicks is lt; = 50 Ik wil deze voorwaarde toevoegen aan OrderSend-functie in een EA (met behulp van M1). Bedankt {file}
    Code UpTicks ingevoegd = (Volume # 91; 0 # 93; (Close # 91; 0 # 93; -Open # 91; 0 # 93Punt)2; DownTicks = Volume # 91, # 93 0, -UpTicks; if (UpTicksgt; = 100 DownTickslt; = 50) .......

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.