| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #9 | ||
![]() | Re: Help on Printing on Screen in EasyLanguage Quote:
| ||
| |
|
| | #10 | ||
![]() | Re: Help on Printing on Screen in EasyLanguage Quote:
do a search on abc floor traders pivot it is a good example of what you want to achieve.
__________________ Only an idiot would reply to a stupid post Last edited by Tams; 12-20-2011 at 11:03 AM. | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
Chippy (12-20-2011) | ||
| | #11 | ||
![]() | Re: Help on Printing on Screen in EasyLanguage Quote:
| ||
| |
|
| The Following User Says Thank You to Chippy For This Useful Post: | ||
Tams (12-20-2011) | ||
| | #12 | ||
![]() | Re: Help on Printing on Screen in EasyLanguage It's best to start simple and increase complexity. To add text for an average, add id2 and set id2's string to use +numtostr(avg,2) and it's location to (id2,d,t,avg); Or (id2,d,t,avg+10) if you have a reason to adjust it 10 pts higher. Code: var: id(0);
once begin
id=text_new(d,t,c," ");
text_setstyle(id,0,2);
end;
text_setString(id," " +numtostr(c,2));
text_setLocation(id,d,t,c); | ||
| |
|
| The Following User Says Thank You to onesmith For This Useful Post: | ||
Chippy (12-21-2011) | ||
| | #13 | ||
![]() | Re: Help on Printing on Screen in EasyLanguage Quote:
| ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why Screen Time Is Important | bootstrap | Technical Analysis | 42 | 04-15-2011 01:53 PM |
| Printing Indicator Values to File | RambleDog | TradeStation Custom Programming | 2 | 04-04-2011 08:21 AM |
| Who is Behind the Screen? | Tender | Beginners Forum | 16 | 03-03-2011 11:05 AM |
| Master Your Quote Screen | tradingRAW | Trading and the Markets | 0 | 09-23-2010 01:55 PM |
| Printing Help | james_gsx | General Discussion | 8 | 09-11-2007 05:20 PM |