Forex & Crypto Alert App
Play StoreApp Store
  • πŸš€About Forex & Crypto Alert App
  • βš™οΈConfig App(Android only)
    • πŸ‘‰General Settings
    • πŸ‘‰Config app to run correctly in background
      • ⚠️Set don’t optimize battery
      • Prevent app go to sleep
        • ⚑Samsung device
        • Vivo device
        • Oppo device
        • Infinix device
        • Tecno device
      • Enable auto-launch permission
        • Vivo device
        • Oppo device
        • ⚑Xiaomi,Huawei,other device
      • Allow background data
  • 🎊Price Alert feature
    • πŸ‘‰What is "Price Alert" ?
    • πŸ‘‰How to add "Price Alert" ?
  • 🎊Indicator Alert feature
    • πŸ‘‰What is "Indicator Alert" ?
    • πŸ‘‰How to add "Indicator Alert" ?
    • πŸ‘‰Patterns definition
    • β˜•How "must meet" & "number conditions reach target" work ?
    • β˜•How cross over,cross under,over,under work ?
    • β˜•How "candle to check" work ?
    • β˜•How "Distance limit" work ?
    • πŸ“£Some Example
  • ℹ️Info
    • Privacy Policy
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. Indicator Alert feature

How cross over,cross under,over,under work ?

PreviousHow "must meet" & "number conditions reach target" work ?NextHow "candle to check" work ?

Last updated 2 years ago

Was this helpful?

Checking cross over, cross under at candle x:

  • Take two point at candle x and previous 1 candle of x in blue line (b[x-1],b[x]) and two point in red line (r[x-1],r[x])

  • If b[x-1] < r[x-1] and b[x] > r[x] => blue line cross over red line.

  • If b[x-1] > r[x-1] and b[x] < r[x] => blue line cross under red line.

Note: incase condition is Price cross over/cross under.... if you select price to check:

  • C-C: take two point close of candle x and close of previous 1 candle of x (c[x],c[x-1])

  • O-C: take two point open and close of candle x (o[x],c[x])

  • H-L: take two point high and low of candle x (h[x],l[x])

Checking over, under at candle x:

  • Take one point at candle x in blue line (b[x]) and one point in red line (r[x])

  • If b[x] > r[x] => blue line over red line.

  • If b[x] < r[x] => blue line under red line.

🎊
β˜•