View Single Post
  #6 (permalink)  
Old 11-22-2006, 09:28 PM
bluto's Avatar
bluto bluto is offline
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by phorex_phreak
bluto,

i love it, excellent work my man, i have 2 concerns that i was wondering you can answer me on......#1- can i use this EA with micro lots on interbankfx?? and if i cant how can you change the EA to do so??

also, is there an option to turn off the Jurik indicators and let the EA run nakedly non-stop without using the indicators to determine a buy or a sell, can you implement this feature??? thankyou bluto........keep on phreaking
I also use an IBFX mini account which is what this EA was developed & tested on, so it should definitely work for you. You can select lot sizes as small as .01

As far as turning off the indicators, that's not really feasible...like most EA's, this one needs some idea of what direction to place the trade. It uses an ordertype variable which is driven by the indicator to tell it whether to place a buy or a sell whenever the martingale sequencing tells the engine it's time to place another order in the progression. In the absence of that, it wouldn't know what to do. It's just a dumb machine. I suppose you could generate a random number and base the order on that, but you'd be dealing with a pig in a poke...wouldn't really make any sense.

If you want to trade countertrend, there's a "ReverseCondition" flag you can set to 1.

Reply With Quote