NexusFi: Find Your Edge


Home Menu

 





Help with TOS scan


Discussion in ThinkOrSwim

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




 
Search this Thread
  #1 (permalink)
FireFox21
Birmingham, Alabama USA
 
Posts: 2 since Apr 2020
Thanks Given: 0
Thanks Received: 0

Hello to All,
I am new to trading as well as to this site. Saw a lot of helpful and smart people here. So I joined to get some help on thinkorswim. I am currently using this platform but it is really complicated. I am trying to create a scan where I can scan 3 or more moving averages at the same time and get an alert before that happens. So far unsuccessful. Can anyone please help me in creating a think script for 3 simple moving averages( 20,50,200 SMAs) crossing close to each other to the upside at single point and get an alert right when it is happening. Please check this screenshot and the point where it is splitting in an upward movement. Any help will be highly appreciated. Thanks in advance.


Attached Thumbnails
Click image for larger version

Name:	2020-04-13-TOS_CHARTS.png
Views:	315
Size:	72.1 KB
ID:	294900   Click image for larger version

Name:	2020-04-13-TOS_CHART.png
Views:	365
Size:	79.5 KB
ID:	294903  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
After $87M Settles NO: Irans Nuclear Redline Sets Up the …
Prediction Markets & Event Contracts
Rubios Good News Within Hours and the 30-Day Math: Why H …
Prediction Markets & Event Contracts
May 26 Deadline Dies at 7.5% as US Strikes Iran During C …
Prediction Markets & Event Contracts
Iran Fired a Missile at Israel Last Night. The $8M June …
Prediction Markets & Event Contracts
Czechia Live at 52.5% as England Rides 4-2 Wave to Co-Fa …
Prediction Markets & Event Contracts
 
  #2 (permalink)
 
lukeskywalker1's Avatar
 lukeskywalker1 
Los Angeles (CA)
 
Experience: Master
Platform: ThinkOrSwim
Trading: Currency Future, Stocks
Posts: 34 since Apr 2019
Thanks Given: 1
Thanks Received: 40


FireFox21 View Post
Hello to All,
I am new to trading as well as to this site. Saw a lot of helpful and smart people here. So I joined to get some help on thinkorswim. I am currently using this platform but it is really complicated. I am trying to create a scan where I can scan 3 or more moving averages at the same time and get an alert before that happens. So far unsuccessful. Can anyone please help me in creating a think script for 3 simple moving averages( 20,50,200 SMAs) crossing close to each other to the upside at single point and get an alert right when it is happening. Please check this screenshot and the point where it is splitting in an upward movement. Any help will be highly appreciated. Thanks in advance.

I will help you tomorrow.


Visit my NexusFi Trade Journal Reply With Quote
  #3 (permalink)
 
lukeskywalker1's Avatar
 lukeskywalker1 
Los Angeles (CA)
 
Experience: Master
Platform: ThinkOrSwim
Trading: Currency Future, Stocks
Posts: 34 since Apr 2019
Thanks Given: 1
Thanks Received: 40



FireFox21 View Post
Hello to All,
I am new to trading as well as to this site. Saw a lot of helpful and smart people here. So I joined to get some help on thinkorswim. I am currently using this platform but it is really complicated. I am trying to create a scan where I can scan 3 or more moving averages at the same time and get an alert before that happens. So far unsuccessful. Can anyone please help me in creating a think script for 3 simple moving averages( 20,50,200 SMAs) crossing close to each other to the upside at single point and get an alert right when it is happening. Please check this screenshot and the point where it is splitting in an upward movement. Any help will be highly appreciated. Thanks in advance.

Try this script for scan

 
Code
def SMA1 = MovingAverage (averageType.SIMPLE,close,20);
def SMA2 = MovingAverage (averageType.SIMPLE,close,50);
def SMA3 = MovingAverage (averageType.SIMPLE,close,200);

def Cros1 =  crosses (SMA1,SMA2,crossingDirection.ANY);
def Cros2 = crosses (SMA2,SMA3,crossingDirection.ANY);


plot signal = Cros1 AND Cros2;


Visit my NexusFi Trade Journal Reply With Quote




Last Updated on April 24, 2020


© 2026 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 - Downloads - Top
no new posts