CatFx50 - page 40

 

But if we look at North Finance, we have the red arrow.

We have it at 13:30 at 1.2793. We know already that there are differences between brokers and StepMA_Stoch works accordingly.

Files:
north_usdchf.jpg  146 kb
 
muram:
Hi, nina

done it.

And hapy birth day to me and godd night.

if (stepma10<=stepma11)//StepMA cross

{

long=Low-iATR(NULL,0,5,i)/2 ;

long_signal=1;

break;

if (i==0&&alert_ON==1)

Alert(TimeToStr(Time,TIME_MINUTES)," CatFX50 ",Symbol()," BUY");

}

Look at the code - U break before alert - it will never alert

 

Nina what is the exit strategy? Just wait for StepMA Stoch to cross as well as price to cross with 50MA again?

 
Kalenzo:
if (stepma10<=stepma11)//StepMA cross

{

long=Low-iATR(NULL,0,5,i)/2 ;

long_signal=1;

break;

if (i==0&&alert_ON==1)

Alert(TimeToStr(Time,TIME_MINUTES)," CatFX50 ",Symbol()," BUY");

}

Look at the code - U break before alert - it will never alert

Hi, Kalenzo!

Could you please try to find out why is a red arrow missing on that USDCHF chart?

How could we try to know the minimum we get in each signal?

Thank you!

Nina

 
drgoodvibe:
Nina what is the exit strategy? Just wait for StepMA Stoch to cross as well as price to cross with 50MA again?

-Drgoodvibe:

Why do you think I'm trying to know the minimum?

Nina

 
nina:
Hi, Kalenzo!

Could you please try to find out why is a red arrow missing on that USDCHF chart?

How could we try to know the minimum we get in each signal?

Thank you!

Nina

echm... what chart what arrow?

Post here exact location of where arrow should be and is not and i will check it.

 
drgoodvibe:
Nina what is the exit strategy? Just wait for StepMA Stoch to cross as well as price to cross with 50MA again?

Read the thread droodvibe......it's open to discussion but some options have been suggested.

 
Kalenzo:
echm... what chart what arrow? Post here exact location of where arrow should be and is not and i will check it.

Posts 409 and 410

There are more missing arrows.

Nina

 
Files:
gbp30.gif  13 kb
 
nina:
Posts 409 and 410

There are more missing arrows.

Nina

Ok - i've made my version of that indicator

I've added to it some strict rules with was result of conversation on that thread and my own thoughts. U can turn them off if u want to use the basic rules.

STRICT RULES DESCRIPTION:

All rules of nina's system and:

trade long if after cross on stoch (3bars) and ema next open is higher then ema and close of that bar > than its open - so u trade on closed bar. (the signal dont vanish)

Next rule is that inverse indicator must be above zero line

And for the finish I've colorized bars that are good to trade

U can use them as exit strategy or as reopen position with of course higher risk (reopen higher risk)

Of course U can use this indicator for free...

enjoy!

Files:
Reason: