NexusFi: Find Your Edge


Home Menu

 





script function


Discussion in Traders Hideout

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




 
Search this Thread
  #1 (permalink)
sraman
washington, D.C.
 
Posts: 22 since Jul 2018
Thanks Given: 0
Thanks Received: 11

I need help in writing a script function in thinkscript. Suppose I have the following code snippet and I want to write a function to call with relevant parameters. How do I do that. Here is the code snippet:

def down = low < low[1] && low[1] < low[2] && low[2] < low[3];
plot downPlot = down;
downPlot.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP);
downPlot.setDefaultColor(Color.LIME);
downPlot.SetLineWeight(2);
AddChartBubble(downPlot, low - 0.25, "dn", Color.WHITE);

I want to write a function (e.g. signalPlot) that can take various parameters involved in plotting the signal down. I am specially interested in argument type declaration in the function. For example, how to define argument for “down” which is a boolean, color, line weight, and string type arguments.


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
World Cup Opens: USA at 45.5% Tonight as Markets Push Ba …
Prediction Markets & Event Contracts
Hormuz Normalization Collapses to 19.5% -- Iran Regime F …
Prediction Markets & Event Contracts
CFTC Approves First US Bitcoin Perpetual Futures -- Kals …
Traders Hideout
Post-Summit Market Verdict: ES -1%, NQ -1.5%, 10-Year Yi …
Traders Hideout
The 50/50 Paradox: Peace and Invasion Each at 20% -- Ira …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
8 thanks
Darmok and Jalad at Tanagra
1 thanks




Last Updated on July 14, 2018


© 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