NexusFi: Find Your Edge


Home Menu

 





script function


Discussion in Traders Hideout

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




 
Search this Thread

script function

  #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?
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
What broker to use for trading palladium futures
Commodities
Quant vue
Trading Reviews and Vendors
Better Renko Gaps
The Elite Circle
 




Last Updated on July 14, 2018


© 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