NexusFi: Find Your Edge


Home Menu

 





inverse charts tradestation


Discussion in TradeStation

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




 
Search this Thread

inverse charts tradestation

  #1 (permalink)
Learn2Trade
Birmingham Alabama
 
Posts: 9 since Jun 2013
Thanks Given: 8
Thanks Received: 4

Anyone know how to do inverse charts on TradeStation?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
33 thanks
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
HumbleTraders next chapter
11 thanks
GFIs1 1 DAX trade per day journal
11 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,433 since Apr 2013
Thanks Given: 481
Thanks Received: 1,627

Hi Learn2Trade,

there is no build in solution to do that. That would have to be done with an indicator.
The below code will plot an inverse candle stick chart. To the outcome to look like a chart, you need to format the plot style. Format the "Open" plot to BarHigh, "Close" to BarLow, "High" to BarHigh and Low to "BarLow". You should also make the plot size for Open and Close thicker than the one for High and Low. If you don't want a candlestick chart you can adapt the coloring and plot weight.

 
Code
If Close <> 0 and Open <> 0 and High <> 0 and Low <> 0 then begin 
if Close <= Open then  
     begin  
     Plot1( 1 / Open, "Open", Green) ;  
     Plot2( 1 / CLose,"Close", Green) ;   
     end  
else  
     begin  
     Plot1( 1/ Close, "Open", Red) ;   
     Plot2( 1/ Open, "Close", Red) ;  
     end;  
  
Plot3( 1 / High, "High", White) ;  
Plot4( 1 / Low, "Low", White ) ;  
 
end;
Regards,
ABCTG


Learn2Trade View Post
Anyone know how to do inverse charts on TradeStation?


Follow me on Twitter Reply With Quote
Thanked by:
  #3 (permalink)
Learn2Trade
Birmingham Alabama
 
Posts: 9 since Jun 2013
Thanks Given: 8
Thanks Received: 4



ABCTG View Post
Hi Learn2Trade,

there is no build in solution to do that.

Regards,
ABCTG

Thank you for your post!

I wish there was a built in method to accomplish this, maybe I should contact TradeStation about this.

Reply With Quote
  #4 (permalink)
 
malibu's Avatar
 malibu 
toronto canada
 
Experience: Advanced
Platform: Matlab + NT + TS
Trading: FOREX
Posts: 65 since Jul 2013
Thanks Given: 9
Thanks Received: 17


Learn2Trade View Post
Thank you for your post!

I wish there was a built in method to accomplish this, maybe I should contact TradeStation about this.

there are many things that I would like to contact tradestation about lol

Reply With Quote




Last Updated on August 8, 2013


© 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