Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Like Tree1Likes

Reply
Old 10-21-2011, 07:13 AM   #65

Join Date: Dec 2010
Posts: 103
Ignore this user

Thanks: 3
Thanked 7 Times in 7 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Is it possible post the last version of the indicator?
bomberone1 is offline  
Reply With Quote
Old 01-08-2012, 02:30 PM   #66

Join Date: Jul 2011
Posts: 10
Ignore this user

Thanks: 9
Thanked 3 Times in 3 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Anybody could help me please,

I tried to use the code in the post 38 and it compiles ok but when I try to insert the indicator on a 1 tick chart it gives me the following error msg:

- Can't open/create file: "C:/temp/VolumeProfile.txt". -

Anybody could help me please.
thanks
mark
markhammon is offline  
Reply With Quote
Old 01-11-2012, 05:48 PM   #67

ValueTrader's Avatar

Join Date: Sep 2010
Posts: 72
Ignore this user

Thanks: 32
Thanked 16 Times in 12 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Quote:
Originally Posted by markhammon »
Anybody could help me please,

I tried to use the code in the post 38 and it compiles ok but when I try to insert the indicator on a 1 tick chart it gives me the following error msg:

- Can't open/create file: "C:/temp/VolumeProfile.txt". -

You need to Save As : What ever name you want to call the file.

Sounds as if you're trying to insert the original .txt file and not the .el or .eld code.

Hope this helps.

VT
ValueTrader is offline  
Reply With Quote
The Following User Says Thank You to ValueTrader For This Useful Post:
markhammon (01-14-2012)
Old 01-14-2012, 07:22 AM   #68

Join Date: Jul 2011
Posts: 10
Ignore this user

Thanks: 9
Thanked 3 Times in 3 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Quote:
Originally Posted by ValueTrader »
You need to Save As : What ever name you want to call the file.

Sounds as if you're trying to insert the original .txt file and not the .el or .eld code.

Hope this helps.

VT
Hello ValueTrader,
maybe I explained myself not correctly.
I already imported the code in Power Language Editor of Multicharts and I gave to it the name "Volume profile" and it compiled perfectly.
The problem rise when I try to insert the indicator in a 1 tick chart giving me the error that I reported: - Can't open/create file: "C:/temp/VolumeProfile.txt". -
thanks
markhammon is offline  
Reply With Quote
Old 01-14-2012, 09:42 AM   #69

Join Date: May 2010
Posts: 180
Ignore this user

Thanks: 0
Thanked 47 Times in 38 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Manually create a directory named Ctemp\ and then try running the indicator again.

[edit] The forum software interpreted the name of the directory I specified as some smiley face but you should be able to make sense of the concept anyway.

Quote:
Originally Posted by markhammon »
Hello ValueTrader,
maybe I explained myself not correctly.
I already imported the code in Power Language Editor of Multicharts and I gave to it the name "Volume profile" and it compiled perfectly.
The problem rise when I try to insert the indicator in a 1 tick chart giving me the error that I reported: - Can't open/create file: "C:/temp/VolumeProfile.txt". -
thanks
onesmith is offline  
Reply With Quote
The Following User Says Thank You to onesmith For This Useful Post:
markhammon (02-06-2012)
Old 01-14-2012, 02:27 PM   #70

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Quote:
Originally Posted by markhammon »
Hello ValueTrader,
maybe I explained myself not correctly.
I already imported the code in Power Language Editor of Multicharts and I gave to it the name "Volume profile" and it compiled perfectly.
The problem rise when I try to insert the indicator in a 1 tick chart giving me the error that I reported: - Can't open/create file: "C:/temp/VolumeProfile.txt". -
thanks
try it on a 60 min chart, or a day chart...
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
markhammon (02-06-2012)
Old 02-06-2012, 02:59 PM   #71

Join Date: Jul 2011
Posts: 10
Ignore this user

Thanks: 9
Thanked 3 Times in 3 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Thanks onesmith, thanks Tams,
I created the file VolumeProfile.txt in C:/temp.
When I open a chart with 30 minutes candles 50 days history and I insert the Volume Profile indicator I get the answer: - Message Error in study "Volume Profile" : : Array bounds. Wrong index value : -4."
The last number "-4" change changing the number of history days.
It is -4 with 50 days history and it becomes -24 with 25 days history.
Could you pls. help me.
I have no clue about the meaning of the message error.
Many thanks
mark
markhammon is offline  
Reply With Quote
The Following User Says Thank You to markhammon For This Useful Post:
Tams (02-06-2012)
Old 02-06-2012, 05:05 PM   #72

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Building a VolumeProfile Indicator with EasyLanguage

Quote:
Originally Posted by markhammon »
Thanks onesmith, thanks Tams,
I created the file VolumeProfile.txt in C:/temp.
When I open a chart with 30 minutes candles 50 days history and I insert the Volume Profile indicator I get the answer: - Message Error in study "Volume Profile" : : Array bounds. Wrong index value : -4."
The last number "-4" change changing the number of history days.
It is -4 with 50 days history and it becomes -24 with 25 days history.
Could you pls. help me.
I have no clue about the meaning of the message error.
Many thanks
mark
what instrument you are charting?
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
markhammon (02-07-2012)

Reply

Tags
array, volume

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building a GAP Trading Strategy brownsfan019 The Candlestick Corner 42 04-19-2012 02:53 AM
EasyLanguage Indicator -- How Long (in Min) 1500 Tick Bar Took to Complete Frank Coding Forum 3 03-16-2010 10:47 AM
Adding Sound to Your Indicator (EasyLanguage) Tams Coding Forum 33 05-10-2009 07:58 AM
building a track record? darthtrader Market Analysis 7 06-22-2007 11:19 PM
Building a Computer System wsam29 General Discussion 5 03-04-2007 06:28 PM

All times are GMT -4. The time now is 02:10 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.