NexusFi: Find Your Edge


Home Menu

 





Help with TOS scan


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,520 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:	309
Size:	72.1 KB
ID:	294900   Click image for larger version

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

Can you help answer these questions
from other members on NexusFi?
Third Circuit Backs Kalshi in Landmark Ruling -- Predict …
Prediction Markets & Event Contracts
Cboe Launches BITVX Bitcoin Volatility Index and Unveils …
Prediction Markets & Event Contracts
TradingView Opens Volume Footprint Data to Pine Script - …
TradingView
BofA Projects $1.1 Trillion in Sports Event Contracts -- …
Prediction Markets & Event Contracts
Q1 2026 Shatters All Derivatives Volume Records -- CME H …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
8 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Lady Vols Primer: Trading Volatility Journal
5 thanks
  #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