NexusFi: Find Your Edge


Home Menu

 





Locate candles 15 cent


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,166 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 0 posts
    2. attach_file 0 attachments




 
Search this Thread

Locate candles 15 cent

  #1 (permalink)
givemethenews99
New Zealand
 
Posts: 2 since Dec 2020
Thanks Given: 0
Thanks Received: 0

#13 (permalink) bookmark_borderreport
givemethenews99 givemethenews99 is online now
New Zealand


Posts: 1 since Dec 2020
Thanks: 0 given, 0 received



Hi

I am new to this forum.

I am using this script to locate candles 15 cent or greater in size with volume over 100 shares per minute.

input cents = 15;
input volpermin=100;

def green = close > open;
def today = GetDay() == GetLastDay();
def count = if green and today and high - low >= (cents / 100) then count[1] + 1 else count[1];
def con= green and today and high - low >= (cents / 100) and volume>=volpermin;
plot scan=con[1] or con;

It does not correctly capture all candles of 15 cents in premarket scans.

How would you rewrite this using the bodyheight command identitfying candles of 15 cents or more?

Cheers

Reply With Quote




Last Updated on January 2, 2021


© 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