TRO SHOW MEMORY

post your indicators here

Moderator: moderators

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

TRO SHOW MEMORY

Postby TheRumpledOne » Fri Feb 09, 2007 7:53 pm

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.
Attachments
TRO_SHOWMEMORY.ELD
(13.59 KiB) Downloaded 323 times
TRO_ShowLoadMemory.tsw
(36 KiB) Downloaded 315 times
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

traderxman
rank: <50 posts
rank: <50 posts
Posts: 18
Joined: Thu Jan 11, 2007 9:42 pm
Reputation: 0
Gender: None specified

15 Minute Charts & 5 Minute Charts

Postby traderxman » Tue May 22, 2007 4:18 pm

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

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Tue May 22, 2007 5:17 pm

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.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

traderxman
rank: <50 posts
rank: <50 posts
Posts: 18
Joined: Thu Jan 11, 2007 9:42 pm
Reputation: 0
Gender: None specified

Postby traderxman » Tue May 22, 2007 7:39 pm

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?

User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15544
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3035
Location: Oregon
Real name: Avery T. Horton, Jr.
Gender: None specified
Contact:

Postby TheRumpledOne » Tue May 22, 2007 8:25 pm

You have to download and install the GLOBAL VARIABLE code.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!



Please do NOT PM me with trading or coding questions, post them in a thread.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “Tradestation indicators”