NexusFi: Find Your Edge


Home Menu

 





short easy thinkorswim indicator to tradestation


Discussion in EasyLanguage Programming

Updated
    1. trending_up 2,521 views
    2. thumb_up 5 thanks given
    3. group 3 followers
    1. forum 13 posts
    2. attach_file 2 attachments




 
Search this Thread

short easy thinkorswim indicator to tradestation

  #11 (permalink)
yamin2000
Saudi Arabia
 
Posts: 58 since Apr 2014
Thanks Given: 26
Thanks Received: 4


numberjuani View Post
thats too much work for a freebie but you should be able to modify the code I Sent you and get it done, it works the same as thinksrcipt just keep creating Plots and changing the number Plot1, Plot2, Plot3 you get up to Plot99. If you want me to code it DM me and we can come up with a fee

hi
who much would cost to do it ?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Footprint for strategy Builder
NinjaTrader
Better Renko Gaps
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
16 thanks
GFIs1 1 DAX trade per day journal
14 thanks
The Trading Pit "Futures VIP" Account Journal
12 thanks
Trading with Intuition
11 thanks
TopStepX from TST
10 thanks
  #12 (permalink)
yamin2000
Saudi Arabia
 
Posts: 58 since Apr 2014
Thanks Given: 26
Thanks Received: 4


numberjuani View Post
Inputs:
MainPrice(3000),
BelowOffset(10),
AboveOffset(10),
MainLineColor(White),
LineBelowColor(Red),
LineAboveColor(Green);

Variables:
LineAbove(0), LineBelow(0);

LineAbove = MainPrice + AboveOffset;
LineBelow = MainPrice - BelowOffset;

Plot1(MainPrice, "My Price", MainLineColor);
Plot2(LineAbove, "Line Above", LineAboveColor);
Plot3(LineBelow, "Line Below", LineBelowColor);

i tried to do do it by my self but i failed
this what i did
Inputs:
MainPrice(3000),
BelowOffset(10),
AboveOffset(10),
MainLineColor(White),
LineBelowColor(Red),
LineAboveColor(Green);

Variables:
LineAbove(0), LineBelow(1);


LineAbove = MainPrice + AboveOffset;
LineBelow = MainPrice - BelowOffset;
linebelow = MainPrice - BelowOffset *2;

Plot1(MainPrice, "My Price", MainLineColor);
Plot2(LineAbove, "Line Above", LineAboveColor);
Plot3(LineBelow, "Line Below", LineBelowColor);
Plot4(LineBelow, "Line Below2", LineBelowColor);

Reply With Quote
  #13 (permalink)
yamin2000
Saudi Arabia
 
Posts: 58 since Apr 2014
Thanks Given: 26
Thanks Received: 4



yamin2000 View Post
hi
who much would cost to do it ?

no need as you said it gonna take too much work .
thanks for the free work

Reply With Quote
  #14 (permalink)
yamin2000
Saudi Arabia
 
Posts: 58 since Apr 2014
Thanks Given: 26
Thanks Received: 4


numberjuani View Post
Inputs:
MainPrice(3000),
BelowOffset(10),
AboveOffset(10),
MainLineColor(White),
LineBelowColor(Red),
LineAboveColor(Green);

Variables:
LineAbove(0), LineBelow(0);

LineAbove = MainPrice + AboveOffset;
LineBelow = MainPrice - BelowOffset;

Plot1(MainPrice, "My Price", MainLineColor);
Plot2(LineAbove, "Line Above", LineAboveColor);
Plot3(LineBelow, "Line Below", LineBelowColor);

HI
can we do alert if the price reach any on of the lines or near it in %?

Reply With Quote




Last Updated on November 16, 2019


© 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