|
Ok,
In my understand in order to Code for a cross signal, you must compare the two values against one another.
EG, Long
Stock value 1 must be lower than Stock value 2 ON THE PREVIOUS BAR & Then Stock value 1 must be greater than Stock value 2 on the Current bar, however it may need to wait for the completion of the current before the enrty can be place as then the EA will register this a cross. In my experience this is the only way to identify a cross signal, This EA also performs on the current bar, so I think you will not be able to file orders any earlier than what is coded already.
Remember if the cross pattern is not coded like this then any time the Stock 1 is above stock 2 it will automaticly place a trade which we don't want.
I think maybe you need something to protect your profits instead of using just the cross.
Jorgka
|