Force Index Screener

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45075 quote
    ancaprebancapreb
    Participant
    New

    Hello,

    I am using the indicator Force Index, and I have added a 13EMA to the indicator. Then I can see 2 EMAs, the normal force index is 2 and the 13 in order to see a longer term force of the price.

    I am trying to make an screener that search stocks when this 13EMA crosses the 0 line. Please find attached an screenshot, the force index is at the bottom, the cross is indicated with an elipse, the 13EMA is the pink line and the 2EMA is the light blue line.

    I would really appreciate if you can help me to code the screener.

    Thanks in advance.

    Kind regards.

    Force-Index.png Force-Index.png Force-Index-Indicator.png Force-Index-Indicator.png
    #45213 quote
    NicolasNicolas
    Keymaster
    Legend

    This code should work for your query:

    mm1 = average[13](forceindex)
    mm2 = average[2](forceindex)
    condition = mm1 crosses over 0 and mm2>mm1
    
    screener [condition]

    I did not tested it, do you confirm it works correctly?

    OlivierLarue thanked this post
    #45257 quote
    ancaprebancapreb
    Participant
    New

    Thanks a lot Nicolas

    It works perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Force Index Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
ancapreb @ancapreb Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by ancaprebancapreb
9 years ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/31/2017
Status: Active
Attachments: 2 files
ProRealCode ProRealCode
Loading...