View Single Post
  #4 (permalink)  
Old 12-02-2005, 02:17 AM
barry barry is offline
Member
 
Join Date: Nov 2005
Posts: 48
barry is on a distinguished road
Error and Question

Quote:
Stop losses points are always set above the current asking price on a buy or below the current bid price on a sell.
I believe that should be "Stop losses are always set BELOW the current bid price on a buy and ABOVE the current asking price on a sell"

Question: Why is the line
Code:
int Crossed (double line1 , double line2)
positioned where it is, i.e., after the expert deinitialization function and before the expert start function?

Thanks again for a great course!
Reply With Quote