- Search Metals Mine
- 60 Results (2 Threads, 58 Replies)
- fabje replied Nov 29, 2010
I see that you use a template? Can you upload that? Edit: I used a code of myself and I only thing I need to program now is that I needs to close a trade when the ma's cross again. I also added a screenshot of a backtest result from 2000-04-01 until ...
RSI Entry help needed
- fabje replied Nov 29, 2010
I think I can help you with this. Will take a look at it when i'm back from my work

RSI Entry help needed
- fabje replied Nov 28, 2010
Well I see in your code that you have 12 MA's. Can you maybe show a picture in Metatrader it self how the EA should trade? And in text what the rules are? Maybe I can fix it for you.
RSI Entry help needed
- fabje replied Nov 28, 2010
Well I first want to check the last 9 bars, if all those 9 bars are conform the rules I put the variable piviot_low_hit on true and set the lower low price on bar 5 in the variable price_low_5. Then I leave the NewBar() function. And I wait until ...
EA doesn't trade during a bar only on opening
-
EA doesn't trade during a bar only on opening
Started Nov 27, 2010|Platform Tech|6 repliesHi, I have created an EA based on a Pivot Reversal strategy. It has 4 rules before the EA ...
- fabje replied May 28, 2010
To everybody that want to try my version of this strategy, you need to wait a little bit longer as soon as it is working like I want it (there are a few bugs in it), I will put it available for you.
Simple H1 GBPUSD EA
- fabje replied May 27, 2010
Just wondering what Fast SMA en Slow SMA are you using?
Simple H1 GBPUSD EA
- fabje replied May 27, 2010
At this moment I actually don't know
With the code right now.. no, but maybe I can try to build that in the EA. And you want then a second TP that you can set, so you have one TP @ 5 pips and an other TP @ 10?Simple H1 GBPUSD EA
- fabje replied May 27, 2010
Because the original code of this EA couldn't deal with the broker of TDFX and maybe more brokers I decided to recode the EA. The only difference between the original EA and mine version is that my version only opens a trade at the opening of a bar. ...
Simple H1 GBPUSD EA
- fabje replied May 21, 2010
Is it possible in the EA settings that the EA won't start any new trades on friday after 18:00GMT time? But doesn't close any open trades.
THV MTF EA beta testing
- fabje replied May 20, 2010
Would be nice if you can forward test it, I really wonder what it will do when it is running for a few weeks/month. And if you can start with a start balance of $500/1000 would be awesome

THV MTF EA beta testing
- fabje replied May 20, 2010
I'm forward testing this EA on EURUSD 5m. I only changed the TP to 5 and SL to 80, you can follow the results here.
THV MTF EA beta testing
- fabje replied May 20, 2010
I'm trying to backtest it but I keep getting the following error; 2010.05.20 19:46:58 2010.05.07 01:15 SimpleH1_GBPUSD_EAv7a GBPUSD,H1: OrderSend error 4107 I'm using the broker TDFX.
Simple H1 GBPUSD EA
- fabje replied Jan 28, 2010
A cross based on what? When signal crosses main, or when it crosses a value of lets say 50?
Is there such a thing as a stochastic cross alert
- fabje replied Jan 27, 2010
If I fix some small errors in the code etc like this one under, I think it will be profitable. I have a little rules here: if(TimeDayOfWeek(cur_time) == 0 || TimeDayOfWeek(cur_time) == 6) { text = StringConcatenate("nTrading on Saturday/Sunday ...
Check based on Bull and Bears