View Single Post
  #2 (permalink)  
Old 09-27-2006, 12:13 AM
Eaglehawk's Avatar
Eaglehawk Eaglehawk is offline
Senior Member
 
Join Date: Jun 2006
Posts: 141
Eaglehawk is on a distinguished road
for thoose really simple ea's and if you're not a wiz. at coding, the best place to go is here:

http://sufx.core.t3-ism.net/ExpertAd...ndex.html#Buy1

for anything that can be run off of simple signals like cci, macd, moving average, etc. not only does it let YOU solve the problem the way you want, it also helps you learn a bit of coding so you're not so CO-dependant on others to code for you. .

now as for more money;
there's a section in the code, that you'll have to search for, at the top, in comments. it looks like this

PHP Code:
   //+------------------------------------------------------------------+
   //| Signal Begin(Entry)                                              |
   //+------------------------------------------------------------------+
//your opening logics will be here   //+------------------------------------------------------------------+
   //| Signal End                                                       |
   //+------------------------------------------------------------------+ 
simply copy each logic as many times as you want to have options for increasing lot sizes and change,

PHP Code:
Order SIGNAL_SELL
to

PHP Code:
Order SIGNAL_SELLLots 1
it should work
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk
REMEMBER,
"Genius is nothing but a greater aptitude for patience." –Benjamin Franklin

____________________________________

Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!!

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
Reply With Quote