| TradeStation Custom Programming Discuss projects, ideas, obstacles in programming with TradeStation. |
![]() | | Tweet | |
| | #1 | ||
![]() | Plotpaintbar Color Bar Quote:
Quote:
__________________ 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: Plotpaintbar Color Bar Quote:
makes things simpler and easier.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| | #3 | ||
![]() | Re: Plotpaintbar Color Bar Quote:
__________________ 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. | ||
| |
|
| | #4 | ||
![]() | use the one set of logics, and 2 different types of plots. I can then apply the indicator twice in the same chart. eg. Code: input:
chart(1); // set to chart 1 or chart 2
if chart = 1 then
begin
// set plots for main chart
end
else
begin
// set plots for subchart
end;
__________________ Only an idiot would reply to a stupid post | ||
| |
|
![]() |
| Tags |
| paintbar |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Set Background Color | aaa | Coding Forum | 2 | 05-29-2010 09:56 AM |
| Volume Weighed Color Bars | Tams | Trading Indicators | 14 | 07-03-2009 09:35 AM |
| Finding Hex Color Values for TS? | daedalus | Coding Forum | 4 | 04-01-2009 02:29 PM |
| Help Detecting Color Changes in MA (TS) | ephi144 | Coding Forum | 2 | 11-25-2008 09:31 AM |
| Help with Some Lin Reg Curve Color Coding - MQL4 to TS | turboscottomatic | Coding Forum | 3 | 05-19-2008 08:27 AM |