InvestorsHub Logo

Jerry Medved

05/18/20 9:52 AM

#1056 RE: farooq #1055

you should be able to get it with just a simple Paintbar. Here is what the advanced looks like:

if (EMA_Line(3).Crosses(EMA_Line2(8), 0))
{
SetColorAndShape("Crossed", PBShape.Default, Color.White);
}

That

Jerry Medved

05/18/20 9:52 AM

#1057 RE: farooq #1055

you should be able to get it with just a simple Paintbar. Here is what the advanced looks like:

if (EMA_Line(3).Crosses(EMA_Line2(8), 0))
{
SetColorAndShape("Crossed", PBShape.Default, Color.White);
}