NexusFi: Find Your Edge


Home Menu

 





Thinkorswim - 4 formulas/code


Discussion in ThinkOrSwim

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




 
Search this Thread

Thinkorswim - 4 formulas/code

  #1 (permalink)
davidhpbruc
Chicago
 
Posts: 1 since Mar 2016
Thanks Given: 0
Thanks Received: 0

Hello,

new in the forum, hopefully this is going to be the first of multiple contributitions :-)
Would like to tweak a few formulas that I continuously use in thinkorswim including new mathematical aspects.
Is it possible to have the code for the following functions (also if they
have any other function compounded inside):
1)movAvgExponential
2)movingAvgCrossover
3)MACD
4)Stochasticslow

Thanks for your insights!
David

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Futures True Range Report
The Elite Circle
Better Renko Gaps
The Elite Circle
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
38 thanks
NexusFi site changelog and issues/problem reporting
27 thanks
GFIs1 1 DAX trade per day journal
19 thanks
The Program
18 thanks
  #2 (permalink)
Nubevestor
Minneapolis Minnesota/US
 
Posts: 23 since Nov 2015
Thanks Given: 1
Thanks Received: 14

Are you talking about something like this? This is the code for the Exponential Moving Average Study in ToS.

#
# TD Ameritrade IP Company, Inc. (c) 2007-2016
#

input price = close;
input length = 9;
input displace = 0;

plot AvgExp = ExpAverage(price[-displace], length);
AvgExp.SetDefaultColor(GetColor(1));

If so, you can view the code for a study by right clicking instead of selecting the study, then select view.

Reply With Quote
  #3 (permalink)
Kurt from Rva
Richmond Virginia
 
Posts: 6 since Apr 2016
Thanks Given: 0
Thanks Received: 1


You can click on the scroll beside the study and edit it. They have a reference, inspector, and even condition wizard for code illiterates such as myself.

Reply With Quote




Last Updated on April 29, 2016


© 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