[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EL programming help



PureBytes Links

Trading Reference Links

Need some help.

I have tried for many weeks to get a couple of items to work to no avail. 
If you can help, I would appreciate it.

1st):	My signals on the screen comes one bar later than I think I have
programmed.  My statement is simply:

	If Conditions 1 ......(thru) Condition11 then begin

	If Condition12 or Condition13 or Condition14 then BUY 3 contracts at
H[1]+.10 on a STOP;

All of the conditions noted call for the signal to occur one bar earlier
than it does.  Know why?

2nd): 	How does one write exit code for 3 contracts to do the following:

	a)	Exit first contract at entry price +.80
		Exit second contact at entry price +1.80
		Exit third contract at entry price +2.80

3rd):	How do I write "to buy 3 contracts at the nearest next .60 or .10
above previous bar High?"

As I said, I have struggled with these items for several weeks.
Jerry