FSC EA + SDL EA

0
(0)
Name:
FSC EA + SDL EA
Author: Brayt (2010.06.18 08:57)
Downloaded: 3239
Download:
FSC EA + SDL EA 1
 new fscea.mq4 (4.7 Kb) View
FSC EA + SDL EA 1 ProPan.mq4 (4.5 Kb) View
Test and See. I proves to be a good EA with good profit potentials. You're free to discuss it and make it better for all members to use.

I've also tried to modify the Slope Directional Line EA by FxiGor. But the thing won't compile. Someone can try and make it better for everyone to use. You are also free to help make it better for me everyone. (note that I have not tested this one yet because of the error I encountered during compilation)

Thanks.

3 comments  To post a new comment, please log in or register

adaheem:
hi

The file 'new fscea' is an ea, but what is the ProPan? how can i use it?

Hi Brayt,

I ran the "new fscea" EA in Strategy Tester and did not have good results. I then looked at the code and I think one of the signs in the Buy/Sell formula needs to be reversed. I got much better results when I reversed the sign. I believe for Buys - MacdCurrent needs to be above Zero (0) and Sells need to be below Zero(0):

Original Buy

if(MacdCurrent<0 && MacdCurrent>SignalCurrent && MacdPrevious<SignalPrevious && (......rest of code)

Reversed Sign -

if(MacdCurrent>0 && MacdCurrent>SignalCurrent && MacdPrevious<SignalPrevious && (......rest of code)

Original Sell

if(MacdCurrent>0 && MacdCurrent<SignalCurrent && MacdPrevious>SignalPrevious && (......rest of code)

Reversed Sign -

if(MacdCurrent<0 && MacdCurrent<SignalCurrent && MacdPrevious>SignalPrevious && (......rest of code)

Here is the results for the original Buy/Sell code and the results of the reversed Buy/Sell Code below it.FSC EA + SDL EA 3:

FSC EA + SDL EA 4

The results look more promising, tho I did not test it extensively on different TF's or other pairs.

Hope this helps everyone,

Robert

 

 

17.07.2010 21:33 cosmicbeing

Also could you describe little bit more your EA and ideally put some screenshot? thanks

David

18.06.2010 14:39 BlueSkyThinking

hi

The file 'new fscea' is an ea, but what is the ProPan? how can i use it?

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.