Why do people use Volume, Range and Tic charts?

Status
Not open for further replies.
Quote from marketsurfer:

totally and unequivically false. proflogic method is neither objective nor logical nor original.

You have absolutely no clue as to what I do so why even make this statement?
 
Quote from marketsurfer:

totally and unequivocally false. proflogic method is neither objective nor logical nor original. i have no interest in turning over that ground again.

no actually, it's just the opposite. but i'm so happy with the results i'm getting from trading it, i won't bother to argue with you. :D

actually, we are happy with the short YM entry levels. furthermore the oil long is performing nicely, and NFI should be very soon.
yes, i see that you are slightly in profit ($2.00) on the YM after weathering substantial heat ($5.00) on your trade. i'm sincerely glad it worked out for you, and hope you close the trade before the aforementioned profits evaporate!

regards, surf

ps. i do appreciate your usually cogent analysis and charts--please keep them coming!

yeah, i'm having a blast with this too!

Good trading,

Jimmy Jam

P.S. Don't forget your MOC order now.
 
Quote from marketsurfer:

totally and unequivically false. proflogic method is neither objective nor logical nor original. i have no interest in turning over that ground again.

actually, we are happy with the short YM entry levels. furthermore the oil long is performing nicely, and NFI should be very soon.

regards, surf

ps. i do apprieciate your usually cogent analysis and charts--please keep them coming!

Hi Surf,

I have no interest in getting in the debate between you and the other guy, but I just thought that your comment above re the objectivity of a method begs the question: Can trading on an 'informational edge' be qualified as objective? (as in your NFI trade)
 
Quote from Maverick1:

Hi Surf,

I have no interest in getting in the debate between you and the other guy, but I just thought that your comment above re the objectivity of a method begs the question: Can trading on an 'informational edge' be qualified as objective? (as in your NFI trade)

Information edge? :eek:

Anyone with minimal chart reading skills could figure out what is happening with your current YM short Surf (and it could have been taken with much less risk by just shorting the retracement of the already established downtrend).

Once again, not that I'd recommend it, because this baby is bottoming.

Good trading,

Jimmy Jam
 

Attachments

I am new here, and I see this thread died a while back. Thanks to ProfLogic and all who made this one of the most interesting lessons on trading that I have ever found.

I have been using TradeStation, but have started a 30 day trial for MultiCharts, thanks to the endorsements found in this and other threads.

-------------------------------------------------------------
Quote from ProfLogic:

The only Ergodics I have is for TS8 & TS2000i. I don't have one for NT or IB. If you want one of those I will post it but they are older and haven't been updated in a while. I use MultiCharts. Just let me know.
-------------------------------------------------------------

If you have any EasyLanguage code you can share, please post it. I would like to take a look at it.

I have downloaded all the Ergodic and TSI code I could find at the TradeStation forum, and I will post it here. I have not done anything with it yet, so I can't comment on it.

-------------------------------------------------------------
Quote from ProfLogic:

For the candlesticks to be consistent the bars need to be consistent. Ensign, eSignal, QCharts & MultiCharts are the only software charting programs I am aware of that builds the bars correctly and consistently.
-------------------------------------------------------------

TradeStation plots volume bars. Why don't you mention them? You said that their volume bars are "capped". Would you explain what you mean by that?

-------------------------------------------------------------
Quote from ProfLogic:

Just to clarify, The Equi-Volume Bars are not the same as the Volume Bars. The Equi-Volume Bars are variable bars so they are inconsistent in the way they are built.
-------------------------------------------------------------
Quote from Ensign:

Equi-Volume Bars:
The bar widths can be influenced by the bar's volume, kind of like an Equi-Volume effect. However, the genius of what has been done is to keep the bar centers equally spaced so the studies and draw tools can still be applied to the chart with the equi-volume widths.
-------------------------------------------------------------

Here is a picture. It is a 60 minute chart with volume plotted as a variable width. I agree that Volume Bars are preferable.

Ensign-57.png


Here is EasyLanguage code for Ergodic that I found on a website:
-------------------------------------------------------------
Create this function in easy language: blaucsi


inputs: r(numericsimple), s(numericsimple), u(numericsimple);

value1= 100* TripleAverage(close-open, r, s, u);
value2= tripleaverage(high-low,r,s,u);

if value2 <> 0 then
blaucsi = value1/value2
else
blaucsi = 0
-------------------------------------------------------------
Create this indicator: Ergodic


inputs: r(13), smooth1(5), smooth2(5);

value1 =blaucsi(r,smooth1,1);

value2 = blaucsi(r,smooth1,smooth2);

plot1(value1, "Blaucsi");
plot2(value2, "sigline");
plot3(20,"Overbought");
Plot4(-20, "Oversold");
-------------------------------------------------------------
The author of this indicator says that Blau used
r=26 and smooth=5 as the default.
 

Attachments

One more question for ProfLogic:

I believe you said that you load 90 days of tick data from eSignal into MultiCharts. How do you do that? The eSignal website says that they only offer 10 days of tick data. I like the idea of position trading with volume bars, but you need way more than 10 days to do that.

Thanks for any help you can offer!
 
Quote from SunSol:

One more question for ProfLogic:

I believe you said that you load 90 days of tick data from eSignal into MultiCharts. How do you do that? The eSignal website says that they only offer 10 days of tick data. I like the idea of position trading with volume bars, but you need way more than 10 days to do that.

Thanks for any help you can offer!

I archive it.
I appreciate the comments but this is Surf's journal. Let's leave this forum to him. Thanks
 
Quote from ProfLogic:

I archive it.
I appreciate the comments but this is Surf's journal. Let's leave this forum to him. Thanks

Wrong forum . . . sorry
Good Question.
 
Quote from Anekdoten:

>>>> t i c k / s h a r e charts to break the longbars and look at the inside.<<<

what is that supposed to be/mean, please?

PM would be welcome in case this is the wrong thread for it.

Thank you.

Charly
 
Status
Not open for further replies.
Back
Top