Going with the Intraday Mini-Flow!!

Status
Not open for further replies.

jamit_05

Well-Known Member
Re: Saint's Intraday Miniflow - live discussion

Amit sir,
I am very sorry
Did not intend to make you feel that way. Just wanted to point you in the right direction. The idea lies in the following little fable. Once one good man gave us two options, he said "Do you want a fish or Do you want to learn how to fish" and he encouraged us to do the latter.

Amit.

PS: Try and avoid that Sir bit. I'd really appreciate that.
 
Re: Saint's Intraday Miniflow - live discussion

hi freinds,

Use this AFL to plot Pivots.Please comment, whether it's plotting pivot as per the definition of this miniflow method or not. If not where is missing?

Please give me clear idea of Move1/ Move 2 so that I may code for a pop up window to give commentary on every development relevant to our trading method.

///////////////////// LowerPivot///////////HigherPivot/////////
Lp=Ref(L,-2)>Ref(L,-1) AND L>Ref(L,-1);
r=(H-L)/4;
Hp=Ref(H,-2)<Ref(H,-1)AND H<Ref(H,-1);
for( i = 0; i < BarCount; i++ )
{
if( Lp ) PlotText( "LP", i-1, L[ i-1 ]-r,colorRed,bkcolor=ParamColor("LP Background Color",colorYellow ));
if(Hp)PlotText("HP",i-1,H[i-1] + r[ i ],colorBlue,bkcolor=ParamColor("HP Background Color ",colorWhite));
}
////////////////////lee_c_kooper/////////////////////////////////


Is it giving correct result? Please......
 

jamit_05

Well-Known Member
Re: Saint's Intraday Miniflow - live discussion

Amit,
I am very new I agree with u but am confused thats all,
In that case take this attachment and read it. Ask questions based on it. In no time you will be up and ready. People are very helpful here, an oddity in this time and age, so make use of it by asking questions.

Amit
 
Last edited:
Re: Saint's Intraday Miniflow - live discussion

Bank nifty SAR 3412 + f

ST
 

manojkch

Well-Known Member
Re: Saint's Intraday Miniflow - live discussion

Range bound movement on 30 & 60. Bottoming tail Doji on 60.

Long above 12.00 bar high +SF ( For those already long it is add point)
Short below 12.30 bar low -SF (For those already long it is SAR)
 
Status
Not open for further replies.