You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hii haubentaucher
in the program statment TF is 30M seen below. Should I change to 1 there?
xtern int MA_length = 10;
extern int MA_timeframe = 30; // hdb did I add this ? lolI dont understand what this EA is doing ? How decide to buy and sell position I checed mostly it produce wrong sel and buy signal. And also can I call any custom indicator in the EA?
Hi,
these are my settings in 1 minute. I think important is the broker, Alpari would have other results ( I think so ). I`m living in Germany, so GMT +2(Summertime).
MA_length=10
MA_timeframe=15
MAtype=0
Percent=0.05
TradeOnFriday=1
slip=100
Lots=0.10000000
TakeProfit=20
Stoploss=120
Fast_Period=23
Fast_Price=1
Slow_Period=84
Slow_Price=1
DivergenceLimit=0.00200000
Use_V63D_Divergence=0
PipStep=30
IncreasementType=0.00000000
DVLimit=10
PipsGoal=500
PipsLoss=500
GMT=2
DST=0
OpeningHour=0
ClosingHour=24
writelog=0
Will post results End of the week, also testing 65TF second day, will post in other thread End of the week.
Good Luck and SUCCESS!!
haubentaucherHi,
are U on live account?
cheers.
hii haubentaucher
in the program statment TF is 30M seen below. Should I change to 1 there?
xtern int MA_length = 10;
extern int MA_timeframe = 30; // hdb did I add this ? lolYou have to set just your charts to 1m timeframe
I dont understand what this EA is doing ? How decide to buy and sell position I checed mostly it produce wrong sel and buy signal. And also can I call any custom indicator in the EA?
Take a look into the code, than you will understand it:
Firebird calculates a 10 day SMA and then shifts it up and down 2% to for a channel.
For the calculation of this SMA either close (more trades) or H+L (safer trades) is used.
When the price breaks a band a postion in the opposite of the current trend is taken.
If the position goes against us we simply open an extra position to average.
You have to set just your charts to 1m timeframe
Take a look into the code, than you will understand it:
Firebird calculates a 10 day SMA and then shifts it up and down 2% to for a channel.
For the calculation of this SMA either close (more trades) or H+L (safer trades) is used.
When the price breaks a band a postion in the opposite of the current trend is taken.
If the position goes against us we simply open an extra position to average.hii mamba22
thanks alot for your response. as I understand this baby works like bollinger band (10,2) am I correct?
Both are channels.
That's where the simalarity ends....
SMA vs deviation
Trades per day
Hi,
I am using the script but was curious about the mechanics of it.. How many trades on average does this script excecute ?
any and all help would be greatly appreciated
Sanchez
No, I`m not live yet. Will test another 6 trading- Days and start with Microlots ( 1 Lot = 1000 EURO = 10 Cent per Pip). Will post todays statement in the evening
Hi haubentaucher,
Which version and settings are you using....please post them I would like to forward test them..
Thanks
Babar
Hi haubentaucher,
Which version and settings are you using....please post them I would like to forward test them..
Thanks
Babarplease look page 42
I dont understand what this EA is doing ? How decide to buy and sell position I checed mostly it produce wrong sel and buy signal. And also can I call any custom indicator in the EA?
Dave
<<<Settings
MA_length=10
MA_timeframe=15
MAtype=0
Percent=0.05000000
TradeOnFriday=1
slip=100
Lots=0.01000000
TakeProfit=20
Stoploss=120
Fast_Period=23
Fast_Price=1
Slow_Period=84
Slow_Price=1
DivergenceLimit=0.00200000
Use_V63D_Divergence=0
PipStep=40
IncreasementType=0.00000000
DVLimit=10
PipsGoal=500
PipsLoss=500
GMT=0
DST=0
OpeningHour=0
ClosingHour=24
writelog=0
WackenaHi Wackena,
are your stil testing these settins...????
Thanks
Babar