View Single Post
  #80 (permalink)  
Old 05-29-2009, 01:29 PM
internetgrandmaster internetgrandmaster is offline
Member
 
Join Date: Oct 2007
Posts: 42
internetgrandmaster is on a distinguished road
Many people replied to my offer of coding an EA or editing the present one
but none of them have sent in their updates
so here i post what needs to be changed and whoever is willing to help in coding should send me an email using my username @yahoo.com
or a pm message





i state the rules more clearly in this post

1 Allow repetitive trades option if set to yes would allow the robot trade as normal but if set to NO it would reject trades of the same lot sizes

2 Remove the MINIMUM VALUE parameter

3 Allow the EA trade on both 4 and 5 digit brokers without problems( either automatically or by EA setings)

4 Allow the Ea detect micro and standard accounts ( you have done this by EA settings but automatic would be better

5 Allow the EA trade buy and sell cycles simultaneously i.e if we have a buy trade and parabolic signals a sell trade , then the sell trade will be placed as a seperate and independent sequence

6 The EA should trade only the first 7 sequences of the martingale
eg 1000usd would trade 0.01, 0.02, 0.04, 0.08, 0.16, 0.32, and 0.64
5000 usd would trade 0.05, 0.10, 0.20, 0.40, 0.80, 1.60, and 3.20, etc
After the 7th sequence the EA changes method for lot size determination to the 2% rule

7 The actual lot size is determined by choosing the lot size closest to the result gotten by the divisor eg the EA is in a 90 pip DD the lot size is 90/30 which is 3 that means the lotsize is the 3rd sequence . if the account balance is 1000 then the lot size is 0.04 , if the account balance is 5000 then the lotsize is 0.2 etc ( Remember the EA can only trade up to the 7th sequence of the martingale)

REMEMBER ENTRY SIGNALS ARE GIVEN BY PARABOLIC SAR

Finally the 2% rule states that whenever a signal is issued by Parabolic the EA checks the account balance and opens a lot size that will ensure a 2 percent increase in balance when the cycle closes(Note that if a buy cycle is making use of the 2% rule it ignores trades made by the sell cycle and vice versa
Reply With Quote