| Linnsoft Discussion board for IRT users. Moderated by LS_Chad. |
![]() | | Tweet | |
| | #1 | ||
![]() | EasyLanguage Question on Tick Upate I am trying to write the EL code to draw a horizontal line across the screen as each price tick is received. Here is the code I have written. It is not drawing anything. I'd like to erase the previous line & draw a new one for each tick as it is received. Any help would be appreciated. Thanks! _________________________ ________________ [LegacyColorValue = true]; { xSR_2 support and resistance for non-tick charts } input: line_color(blue), bars_back(600); vars: sr_line(0), date_bb(0), time_bb(0); if (sr_line > 0) then begin tl_delete(sr_line); end; date_bb = date[bars_back]; time_bb = time[bars_back]; sr_line = TL_New(date_bb, time_bb, close, date, time, close); TL_SetColor(sr_line, line_color); | ||
| |
|
| | #2 | ||
![]() | Re: EasyLanguage Question on Tick Upate | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TS Tick by Tick PVP Plotted with VWAP and SD Bands | dbntina | Trading Indicators | 51 | 02-18-2012 11:54 AM |
| TICK lows on the Russell TICK, not NYSE | TinGull | Trading Videos | 7 | 10-28-2011 03:00 AM |
| Antonio: Please help me on MP for easylanguage | nasdaq5048 | Market Profile | 13 | 09-23-2010 09:50 AM |
| Charrting Platforms - Tick by Tick Replay | JBWTrader | Brokers and Data Feeds | 17 | 07-18-2008 07:00 AM |
| Some EasyLanguage Help Please | jjthetrader | Coding Forum | 8 | 06-02-2008 04:20 PM |