View Single Post
  #2 (permalink)  
Old 09-16-2006, 08:33 PM
Eaglehawk's Avatar
Eaglehawk Eaglehawk is offline
Senior Member
 
Join Date: Jun 2006
Posts: 141
Eaglehawk is on a distinguished road
Quote:
Originally Posted by Freeman
Is it possible within an EA to program a system based on the rules below and also the automatic drawing of a fib grid for a recent identified swing? I’ve read and looked at a fare few EAs but haven’t found one that comes close to what I do manually.

System is based upon the trading of 2 lots.

Setup:
On 5 min chart identify largest most recent swing of at least 50 pips.
Plot Fib grid between these points.
When price retraces to 61.8% level minus 2 pips then place order for 2 lots.
Initial stop loss is at 78.6% level + 2 pips.
Target for first lot is at 23.6% level + 2 pips & move stop to break even on other lot.
After that use trailing stop of 30 pips, readjusted after every 5 pip move on remaining lot

Filter:
Use RSI(14) on 4H chart. Must be >=50 to enter a Long else ignore any setup signal. Opposite for SHORT.

I have been using a manual system roughly based on the above rules for a while now with some success and would like to automate it.

Ideally I would an EA that could do the above. Ideally it would draw the fib grid as explained above. (Is this possible with an EA?). I use fractals on a 5 min chart to work out the swing highs/lows to position the fib grid over that is in excess of 50 pips.

Also it would be nice if the EA displayed a text label on the 5min chart each time the RSI for the higher time frame (4H) moved above/below 50 showing “UP” or “DOWN” to indicate the direction of the trend and thus what trades will be placed, either Long or Short only.

I don’t mind having a go at programming this myself but just wanted to have a bit of feedback if what I envisage it working like is achievable or not. Any comments greatly appreciated?
for most of thoose rules, they sound a lot like what i began coding with.

if you want to start becoming farmiliar to coding, a good place to start, (also where i began learning coding), is at this link:

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

i wouldn't recomend using the forem on there, but by building your simpler systems there, and analysing how this guy has the code set up, really helps in boosting a little extra knowledge in coding.

hope it helps!
__________________
"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