I try to do backtesting for eurusd past 1 month with several setting using 1hr chart also 4 hr chart but no trade executed?
Make sure to set...
The leverage of your account and account type..
Account type: 3 for (nano lots and mini for ibfx)
For my mini account it's (leverage: 200)
Make sure to set the right settings.
Any coders
If you guys could atleast put AutoOptimizing that would be great
Update
G1v02.mq4 has the ability of Optimizing both +/- Safety option from Stoch
To optimize set on both Safety1(+) and Safety2(-) start @ -30 step 1 final +30
Maybe this help you
Automated Optimization of a Trading Robot in Real Trading - MQL4 Articles
I wish I knew how to apply it to an EA but, I don't know how. I would need a coder to do it
How is the performance on the live account if you don't mind me asking?
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Ok guys this is not my EA but, I have made adjustements for different time frame which I think is better.
What I'm looking to do in this EA is add as an OPTION is PSAR as an ENTRY (maybe exit) filter and PSAR Trailing stop
Now what I would also like to add is Close on signal reversal as an option and the capability to open new trades on signal reversal.
News affects this EA as I witnessed it on NFP. So I would like to add a filter so it doesnt trade on FRIDAY and on Market Openings.
A great IDEA would be to add a self optimization..... !!!! (GREAT GREAT IDEA)
I am testing this EA LIVE, not forward demo testing but, LIVE.
I am trading all pairs I have optimized 1 week prior
It is based off of 4hour, checks 1hour for confirmation and 30m for extra confirmation.
It uses Stoch's/AC/AO as it's signal and it has SMA as on option filter
STARTUP: upon adding the EA it will wait for the next candle to open a position
//| INSTRUCTIONS |
//| To be used on any chart (except JPY) |
//+------------------------------------------------------------------+
//| SETTINGS |
//| AccountType=0 for Standard (1 Lot) Accounts |
//| AccountType=1 for Mini (0.1 Lot) Accounts |
//| AccountType=2 for Micro (0.01 Lot) Accounts |
//| AccountType=3 for InterbankFX Nano (0.01 Lot) Accounts
Set the Safety at +30 for an aggresive entry, 0 for a regualr 50 stoch cross
(I use +30 as a default and change it with optimization)
It's a simple EA that can have alot added on to it to make it better in my opinion.....
Remember this EA and your UPGRADES will be traded live by ME
Oh almost forgot I use IBFX.. Any question welcomed please post everything you guys can... Remember I'm not the coder I just modded settings to my knowledge as a manual trader with this strategy.
The suggestions I have made for an upgrade might be obsolete so please, if you have a better idea post it.
I have updated the ability to optimize both -/+ Safety Options which will help better entries and more profitable G1v02.mq4, When optimizing set from -30 to +30 in each option