NexusFi: Find Your Edge


Home Menu

 





scanner help for ichimoku


Discussion in Platforms and Indicators

Updated
      Top Posters
    1. looks_one adolphus with 2 posts (0 thanks)
    2. looks_two Quick Summary with 1 posts (0 thanks)
    3. looks_3 tebteb36 with 1 posts (0 thanks)
    4. looks_4 fcg1 with 1 posts (0 thanks)
    1. trending_up 1,854 views
    2. thumb_up 0 thanks given
    3. group 3 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

scanner help for ichimoku

  #1 (permalink)
adolphus
Glendale + CA/United States
 
Posts: 3 since Nov 2019
Thanks Given: 0
Thanks Received: 1

hello,
I would like to create a scan that lists all stocks whose price is 5% within their ichimokue tenkan.
is there a way to create that sort of screen in TOS?
any help appreciated.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
What broker to use for trading palladium futures
Commodities
How to apply profiles
Traders Hideout
 
  #3 (permalink)
adolphus
Glendale + CA/United States
 
Posts: 3 since Nov 2019
Thanks Given: 0
Thanks Received: 1


btw this is what i have right now

def ichimoku = Ichimoku();
def s = Ichimoku()."tenkan" *0.05;
plot scan = absvalue(close - s) is less than or equal to s ;

doesnt work

Reply With Quote
  #4 (permalink)
 fcg1 
Alma, WI
 
Experience: Advanced
Platform: Sierra Chart, TOS
Trading: NQ, ES, ZB, CL
Posts: 2 since Mar 2019
Thanks Given: 0
Thanks Received: 0

Try:

input pct_from_Tenkan = 5;
def Tenkan_Val = reference Ichimoku().Tenkan;
def pct = pct_from_Tenkan / 100;
# use in scans
plot Tenkan = close <= Tenkan_Val * (1+pct) and close >= Tenkan_Val * (1-pct);

# for custom indicator (not tested)
#plot Tenkan = Tenkan_Val;
#plot Upper_Tenkan = Tenkan_Val * (1+pct);
#plot Lower_Tenkan = Tenkan_Val * (1-pct);

Reply With Quote




Last Updated on December 11, 2019


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts