| TradeStation Custom Programming Discuss projects, ideas, obstacles in programming with TradeStation. |
![]() | | Tweet | |
| | #1 | ||
![]() | Default Indicator Style Settings Easy Language Plot1(High + 0.1, "Plot Name", Blue, Default, 3); I can just use: Plot1(High + 0.1, "Plot Name"); And set the color and line weight in the default.
__________________ Precise, "dialed-in", targeted combination setups, like opening a combination lock; is the experience you should be having while trading. Dial left, right, left, . . . click - the lock opens. | ||
| |
|
| | #2 | ||
![]() | Re: Default Indicator Style Settings Easy Language Quote:
ie you don't want to change things around. Your second line is called "No code". ie you want to change things around at the chart level. The third choice is called "Soft code". ie you want things changed automatically based on predefined conditions. eg. Code: var: color(0); if MA > MA[1] then color = blue else color = red; Plot1(High + 0.1, "Plot Name", color);
__________________ Only an idiot would reply to a stupid post | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Easy Language | prabuc | Introduce Yourself | 2 | 08-12-2010 03:06 PM |
| MCFX Power Language(Easy Language) Coding Issue | fireworkz | Coding Forum | 4 | 02-28-2010 11:32 AM |
| Easy Language Indicator Help | eggzactly | Coding Forum | 7 | 10-31-2009 08:38 PM |
| Help with OEC Indicator Easy Language | minitrader | Open E Cry | 3 | 10-23-2009 12:26 PM |
| Easy Language in OEC, Help with Channel Indicator | popstocks | Coding Forum | 10 | 11-07-2008 06:09 PM |