Is it easier to make an EFS that only does Long signals and then have a separate EFS that only does Short signals versus an EFS that does both Long and Short signals within the same script?
Announcement
Collapse
No announcement yet.
Long and Short Combined EFS or Separate EFS's for Long and Short?
Collapse
X
-
it would be best if you developed it all into one efs. Using two efs scripts would require the use of global variables to allow both efs scripts to communicated to one another. Combining them into one efs does not require this. Thus you would be able to run your efs and your efs would be able to chack the current trading position (long, short or flat) before trying to fire off a new entry order.
Hope this helps?Brad Matheny
eSignal Solution Provider since 2000
Comment