My Views, My Trades - My Posts

LOVEENAJYOTHI

Well-Known Member
What is the meaning of :
SellToFuse
BuyToFuse
ShortToFuse
CoverToFuse

and what is a7=0; why we are using it??
SECTION_BEGIN("EMA");
a2=(Sell);
a4=(Cover);
a1=(Buy);
a3=(Short);
a5=Ref(C,-1);
a6=Ref(C,-1);
a7=0;


if(a2[BarCount-1]==1)
{
SellToFuse(a5[BarCount-1],a7[BarCount-2]);

}

if(a4[BarCount-1]==1)
{
CoverToFuse(a5[BarCount-1],a7[BarCount-2]);

}

if(a1[BarCount-1]==1)
{
BuyToFuse(a5[BarCount-1],a7[BarCount-2]);

}
if(a3[BarCount-1]==1)
{
ShortToFuse(a5[BarCount-1],a7[BarCount-2]);

}
_SECTION_END();
Thats a custom function by "Symphony Presto Auto Trade System , AMIFUSE".
Its concealed inside their paid PlugIn.
But u already know that.
 
Last edited by a moderator:
Dow DOWN 450 Points ....... :eek:
 
Last edited:
BNF

Congestion seen at 26222
Should reach there
Should hold/trade above 26122

LTP 26146
 
NF

Congestion seen at 10688
Should reach there
Should hold/trade above 10644

LTP 10656
 

Similar threads