NexusFi: Find Your Edge


Home Menu

 





how to change COLOR of previous BAR????


Discussion in EasyLanguage Programming

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




 
Search this Thread

how to change COLOR of previous BAR????

  #1 (permalink)
 selnomeria 
Tbilisi + Georgia
 
Experience: None
Platform: ThinkScript,Tradestation
Trading: EUR/USD
Posts: 36 since Aug 2014
Thanks Given: 9
Thanks Received: 20

to change the color of current bar is easy, but how can i change the previous bar's color? (some hints here, but cant help - )

example:
 
Code
MyColor = red;
if high>high[1] then MyColor= green;  {want make previous bar green color}
plot1(1,"sample", MyColor);

Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
REcommedations for programming help
Sierra Chart
Footprint for strategy Builder
NinjaTrader
Is there a way to simulate CONTINUOUS CONTRACT?
NinjaTrader
static margin on the right side of a chart
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
33 thanks
Spoo-nalysis ES e-mini futures S&P 500
16 thanks
GFIs1 1 DAX trade per day journal
15 thanks
The Trading Pit "Futures VIP" Account Journal
15 thanks
Trading with Intuition
14 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 484
Thanks Received: 1,629


selnomeria,

you'd use the the same code to change the current bar's color, but use index 1 for one bar back (i.e. [1] ).

Regards,
ABCTG


selnomeria View Post
to change the color of current bar is easy, but how can i change the previous bar's color? (some hints here, but cant help - )

example:
if something my specific condition happens on current bar, i want to change color of previous bar... how to do that?


Follow me on Twitter Reply With Quote
  #4 (permalink)
 selnomeria 
Tbilisi + Georgia
 
Experience: None
Platform: ThinkScript,Tradestation
Trading: EUR/USD
Posts: 36 since Aug 2014
Thanks Given: 9
Thanks Received: 20


ABCTG View Post
selnomeria,

you'd use the the same code to change the current bar's color, but use index 1 for one bar back (i.e. [1] ).

Regards,
ABCTG

can you give me example? (i have updated my initial post, and included my error code)

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #5 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 484
Thanks Received: 1,629

Something like this might work for you:

 
Code
MyColor = red;
if high>high[1] then SetPlotColor[1]( 1,  green) ;  {want make previous bar green color}
plot1(1,"sample", MyColor);
Regards,
ABCTG

Follow me on Twitter Reply With Quote




Last Updated on January 12, 2015


© 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