NexusFi: Find Your Edge


Home Menu

 





short easy thinkorswim indicator to tradestation


Discussion in EasyLanguage Programming

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




 
Search this Thread
  #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?
How to plot a custom icon for crossover
NinjaTrader
Help re translation of ninjascript to EL
NinjaTrader
Elite Trader Funding, Avoid?
Funded Trading Evaluation Firms
tick data interval discrepancy
NinjaTrader
Historical data for Kospi and Nikkei Index
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
ApexTraderFunding.com experience and review
73 thanks
What is Markets Chat (markets.chat) real-time trading ro …
54 thanks
Tao te Trade: way of the WLD
38 thanks
HumbleTraders next chapter
36 thanks
1 Minute Man
21 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 - Sitemap - Downloads - Top
no new posts