[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:"ba-buy"



PureBytes Links

Trading Reference Links

Buy=Cross(MACD(),0);//your buy condition here

Sell=Cross(0,MACD());//your sell condition here

Buy=ExRem(Buy,Sell);Sell=ExRem(Sell,Buy);

AddToComposite(Buy,"~Buy","v");

AddToComposite(Sell,"~Sell","v");

Plot(Foreign("~Buy","V"),"Buy",1,1);

Plot(Foreign("~Sell","V"),"Sell",4,1);

In your ind. builder paste the same code and see [and show to us perhaps] the respective gif
You will have a more clear picture of massive buys/sells and make a first steady step to
investigate some possible reasons [seasonality, causality etc]
It does not teaches anything the "Buy MSFT" or "Sell MSFT"and, as for myself, I do not like it.
Do not be affraid, the level of this site is quite advanced, people here will understand your
theory even if it is complicated of sophisticated or [why not] genious.
Counting is the first step of statistics and, thanks to Amibroker, we can count anything easily
with the unique and superb AddToComposite() function.
It is the primitive step of objectivity, and I suppose you agree.
I will appreciate your next "AddToComposite" Step.
Dimitris Tsokakis

------=_NextPart_001_0008_01C1EBDE.98E38840
Content-Type: text/html;
charset="iso-8859-7"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-7" http-equiv=Content-Type>
<META content="MSHTML 5.00.3013.2600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ff00ff>
<DIV><FONT size=2>Steve,</FONT></DIV>
<DIV><FONT size=2>Please make your life [and research] easier and help common 
understanding.</FONT></DIV>
<DIV><FONT size=2>Instead of reporting "haven't seen this many buy signals in a 
year" [wich is not</FONT></DIV>
<DIV><FONT size=2>quantitatively clear and may be repeated many times], you 
could give us a count</FONT></DIV>
<DIV><FONT size=2>of Buy/Sell as a daily function versus time.</FONT></DIV>
<DIV><FONT size=2>Select your group or watch list and run for All quotations the 
simple but basic code</FONT></DIV>
<DIV><FONT face=Verdana size=2>&nbsp;</DIV><FONT face=Arial><STRONG><FONT 
face="Times New Roman">
<DIV>Buy</FONT><FONT size=2>=</FONT><FONT size=2>Cross</FONT><FONT 
size=2>(</FONT><FONT size=2>MACD</FONT><FONT size=2>(),</FONT><FONT 
size=2>0</FONT><FONT size=2></FONT></STRONG></FONT><STRONG>);//your buy 
condition here</STRONG></DIV>
<DIV></FONT><FONT size=2>&nbsp;</DIV><STRONG>
<DIV>Sell</FONT><FONT size=2>=</FONT><FONT size=2>Cross</FONT><FONT 
size=2>(</FONT><FONT size=2>0</FONT><FONT size=2>,</FONT><FONT 
size=2>MACD</FONT><FONT size=2></STRONG><STRONG>());//your sell condition 
here</STRONG></DIV>
<DIV></FONT><FONT size=2>&nbsp;</DIV><STRONG>
<DIV>Buy</FONT><FONT size=2>=</FONT><FONT size=2>ExRem</FONT><FONT 
size=2>(</FONT><FONT size=2>Buy</FONT><FONT size=2>,</FONT><FONT 
size=2>Sell</FONT><FONT size=2>);</FONT><FONT size=2>Sell</FONT><FONT 
size=2>=</FONT><FONT size=2>ExRem</FONT><FONT size=2>(</FONT><FONT 
size=2>Sell</FONT><FONT size=2>,</FONT><FONT size=2>Buy</FONT><FONT 
size=2></STRONG><STRONG>);</STRONG></DIV>
<DIV></FONT><FONT size=2>&nbsp;</DIV><STRONG>
<DIV>AddToComposite</FONT><FONT size=2>(</FONT><FONT size=2>Buy</FONT><FONT 
size=2>,</FONT><FONT size=2>"~Buy"</FONT><FONT size=2>,</FONT><FONT 
size=2>"v"</FONT><FONT size=2>);</STRONG></DIV>
<DIV></FONT><FONT size=2>&nbsp;</DIV><STRONG>
<DIV>AddToComposite</FONT><FONT size=2>(</FONT><FONT size=2>Sell</FONT><FONT 
size=2>,</FONT><FONT size=2>"~Sell"</FONT><FONT size=2>,</FONT><FONT 
size=2>"v"</FONT><FONT size=2></STRONG><STRONG>);</STRONG></DIV>
<DIV></FONT><FONT size=2>&nbsp;</DIV><STRONG>
<DIV>Plot</FONT><FONT size=2>(</FONT><FONT size=2>Foreign</FONT><FONT 
size=2>(</FONT><FONT size=2>"~Buy"</FONT><FONT size=2>,</FONT><FONT 
size=2>"V"</FONT><FONT size=2>),</FONT><FONT size=2>"Buy"</FONT><FONT 
size=2>,</FONT><FONT size=2>1</FONT><FONT size=2>,</FONT><FONT 
size=2>1</FONT><FONT size=2>);</STRONG></DIV>
<DIV></FONT><FONT size=2>&nbsp;</DIV><STRONG>
<DIV>Plot</FONT><FONT size=2>(</FONT><FONT size=2>Foreign</FONT><FONT 
size=2>(</FONT><FONT size=2>"~Sell"</FONT><FONT size=2>,</FONT><FONT 
size=2>"V"</FONT><FONT size=2>),</FONT><FONT size=2>"Sell"</FONT><FONT 
size=2>,</FONT><FONT size=2>4</FONT><FONT size=2>,</FONT><FONT 
size=2>1</FONT></STRONG><FONT size=2><STRONG>);</STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV>In your ind. builder paste the same code and see [and show to us perhaps] 
the respective gif</DIV>
<DIV>You will have a more clear picture of massive buys/sells and make a first 
steady step to</DIV>
<DIV>investigate some possible reasons [seasonality, causality etc]</DIV>
<DIV>It does not teaches anything the "Buy MSFT" or "Sell MSFT"and, as for 
myself,&nbsp;I do not like it.</DIV>
<DIV>Do not be affraid, the level of this site is quite advanced, people here 
will understand your</DIV>
<DIV>theory even if it is complicated of sophisticated or [why not] 
genious.</DIV>
<DIV>Counting is the first step of statistics and, thanks to Amibroker, we can 
count anything easily</DIV>
<DIV>with the unique and superb AddToComposite() function.</DIV>
<DIV>It is the primitive step of objectivity, and&nbsp;I suppose you 
agree.</DIV>
<DIV>I will appreciate your next "AddToComposite" Step.</DIV>
<DIV>Dimitris Tsokakis</FONT></DIV></BODY></HTML>

------=_NextPart_001_0008_01C1EBDE.98E38840--

Attachment:
gif00313.gif

Attachment: Description: "Description: GIF image"