Page 1 of 1

TRO SHOW MEMORY

Posted: Fri Feb 09, 2007 7:53 pm
by TheRumpledOne
TRO SHOW MEMORY



This one is for the programmers out there.

I was using a tick chart but wanted values from the previous day.

Can't load that many ticks so...

I created an indicator that loads the values I want into memory.

Then I created an indicator to read those values and display them on my tick chart.

I needed a way to check what was in memory so I wrote _TRO_Show_Memory.

I load the inputs with the values I want to see.

_TRO_Show_Memory also has commentary.

TRO LOAD MEMORY



I figured someone would ask "How does it work?" or "How do I use it?" so I created _TRO_Show_Memory.

Now you can load whatever values you want into memory and display them on radar or on a chart. The chart interval does not matter.

In theexample, memory is loaded with the previous day's high. candle top, midpoint, candle bottom and low. You can use whatever inputs you like so long as they evaluate to a number.


ELD AND WORKSPACE ATTACHED.

Remember to download the ELD BEFORE you download the workspace.

15 Minute Charts & 5 Minute Charts

Posted: Tue May 22, 2007 4:18 pm
by traderxman
Without using Radarscreen...would this indicator :

1. store values to memory from a 15 minute and 5 minute chart
2. then can I call these values into an indicator to do a formula with, so they can be used on a 1 minute chart

BTW, the band looked great...hope you got my vote!

TX

Posted: Tue May 22, 2007 5:17 pm
by TheRumpledOne
Yes, you can use these indicators for charts. You do NOT need radar screen.

You can LOAD MEMORY from the 5 and 15 minute chart and use the SHOW MEMORY code in your indicator loaded in a 1 minute chart.

Posted: Tue May 22, 2007 7:39 pm
by traderxman
Appreciated!

Errors when applying _TRO_Show_Memory to a 15 minute chart as an indicator. Error,"Cannot find DLL library file:GlobalVariable.dll"

Not as simple for me. Now feeling rumpled ;(

ANy ideas where a man can get a drink?

Posted: Tue May 22, 2007 8:25 pm
by TheRumpledOne
You have to download and install the GLOBAL VARIABLE code.