View Single Post
  #701   Add to skyline's Reputation   Report Bad Post  
Old Yesterday, 04:10
skyline skyline is offline
Member
 
Join Date: Apr 2006
Location: Pisa, Italy
Posts: 151
skyline has no reputation yet.
Default

Hi All
I'm back and I have a little Xmas present for you
This is the first version of EA based on SRDC I Advanced method.
There's only few rules about this EA :

1) The EA will be release without list code (only executable .ex4) since I'd like to have full control of further development. Obviously you are free to use it anytime.

2) The EA will follow strictly the Master Orange SRDC Lev 1 rules as he write in this thread so please don't ask me for EA changes that are not related to his method.

3) Please don't ask me by pm neither by email for the list code or how EA it works, I will write here how it works.


Ok let's see the external parameters used by EA :

* EOD = Time when the orders will be closed if neither the StopLoss or TakeProfit was reached

* Slippage = Max slippage accepted for each order opened

* TakeProfit = Takeprofit assigned for each order opened (in pips)

* StopLoss = StopLoss assigned for each order opened (in pips)

* Lots = Lot assigned for each order opened (used only if UseMoneyManagement = false)

* UseMoneyManagement = Flag to let the EA to calculate automatically lot size based on Equity and Risk

* Risk = How much risk is applied for each order opened (used only if UseMoneyManagement=true)

* SundayCandleExists = Flag to tell the EA if the broker get the sunday candle in the chart (like FastBrokers, InterbankFX,..) or not (like NortFinance,etc,etc). In this way the EA if have to opens order on Monday will not take care about the high/low of sunday candle (if exists).
Note : Usually brokers aligned to gmt have the sunday candle, otherwise they don't

The timeframe for the EA is M15
The EA doesn't have to be used yet on live account with real money since it's in a first stage and have to be approved by our OrangeRoshan.

ok that's all, let's find best settings for this little baby

Skyline
Attached Files
File Type: zip SRDC I Avdanced v1.0.zip (5.4 KB, 88 views)
Reply With Quote