Zum Inhalt springen
View in the app

A better way to browse. Learn more.

#T/N/X/T

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Explorer für prozentuale Veränderung in x Handelstagen

Geschrieben

Hi,

 

ein Explorer der auf Ideen aus AB http://www.aktienboard.com/forum/f29/prore...233#post2216402 basiert:

 

 

/*Explorer, der Werte findet,
die in den letzten X Handelstagen Y % zugelegt haben ...
f1 = max Preis
f2 = min. Preis
f3 = Volumen
tage = Anzahl zurück liegende Tage auf die sich die prozentuale Preisveränderung bezieht.
prozent = prozentuale Preisveränderung*/
tage = 5;
prozent = 10;
f1 = High >= 1.5;
f2 = High <= 10;
f3 = Volume > 500000;
f4 = High >= (Ref(High,-tage) + (Ref(High,-tage) * (prozent / 100)));
range=H-L;
f5 = Close > High - range * 0.236;
f = f1 AND f2 AND f3 AND f4 AND f5 AND Close > Open;
criteria = IIf(f,((High / Ref(High,-tage) * 100) - 100),0);
AddColumn( criteria , "Prozent"); 
Filter = criteria;

Bearbeitet von duncan

Featured Replies

Dein Kommentar

Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.

Gast
Auf dieses Thema antworten...

Account

Navigation

Suche

Suche

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.