NexusFi: Find Your Edge


Home Menu

 





Help with Indicator


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one incometrade with 3 posts (0 thanks)
    2. looks_two Quick Summary with 1 posts (0 thanks)
    3. looks_3 cbritton with 1 posts (0 thanks)
    4. looks_4 MooreTech with 1 posts (0 thanks)
    1. trending_up 1,734 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 5 posts
    2. attach_file 1 attachments




 
Search this Thread

Help with Indicator

  #1 (permalink)
 incometrade 
Rochester Hills, Michigan
 
Experience: Advanced
Platform: Tradestation
Trading: Currency Futures
Posts: 200 since Jul 2010
Thanks Given: 856
Thanks Received: 143

Hello Would some help me get a indicator I had made for NT transfered over to Tradestation. Any help is greatly appreciated. Thanks Incometrade

Follow me on Twitter Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NexusFi Journal Challenge - April 2024
Feedback and Announcements
Ninja Mobile Trader VPS (ninjamobiletrader.com)
Trading Reviews and Vendors
Deepmoney LLM
Elite Quantitative GenAI/LLM
Futures True Range Report
The Elite Circle
Better Renko Gaps
The Elite Circle
 
  #3 (permalink)
 
cbritton's Avatar
 cbritton 
Atlanta, Georgia
 
Experience: Intermediate
Platform: NT
Broker: DDT
Trading: ZN, ZB
Posts: 230 since Mar 2010
Thanks Given: 152
Thanks Received: 256



incometrade View Post
Hello Would some help me get a indicator I had made for NT transfered over to Tradestation. Any help is greatly appreciated. Thanks Incometrade

Depending on the complexity, I may be able to help. Where is your nt code?

Regards,
-C

“Strategy without tactics is the slowest route to victory. Tactics without strategy is the noise before defeat.” - Sun Tzu
Reply With Quote
  #4 (permalink)
 incometrade 
Rochester Hills, Michigan
 
Experience: Advanced
Platform: Tradestation
Trading: Currency Futures
Posts: 200 since Jul 2010
Thanks Given: 856
Thanks Received: 143

I'm unsure if this helps here is the zip file ColorBar_HLtoClose.zip Thanks so much Incometrade

Incometrade
Follow me on Twitter Started this thread Reply With Quote
  #5 (permalink)
 MooreTech 
Orlando, Florida
 
Experience: Advanced
Platform: NinjaTrader, TradeStation, MultiCharts, eSignal, MetaTrader
Trading: ES
Posts: 57 since Aug 2010
Thanks Given: 6
Thanks Received: 73

Incometrade,
Copy and paste the following code as a PaintBar study.

 
Code
                            
inputs:
    
pUc(Green),
    
pDc(Red),
    
pNeutral(Yellow);

vars:
    
color(0);

if 
c>h[1then
    color
=pUc
else if c<l[1then 
    color
=pDc
else
    
color=pNeutral;

plotpaintbar(h,l,"Color",color); 

Follow me on Twitter Reply With Quote
  #6 (permalink)
 incometrade 
Rochester Hills, Michigan
 
Experience: Advanced
Platform: Tradestation
Trading: Currency Futures
Posts: 200 since Jul 2010
Thanks Given: 856
Thanks Received: 143

Thank you!

Incometrade
Follow me on Twitter Started this thread Reply With Quote




Last Updated on August 18, 2010


© 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