• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA Share EA Arnold

Ganline

Active Member
Credit Hunter
Credits
0
Ini ea dari sebelah tapi expired (permision denied).
Hasil back test nya luar bagus soalnya.
Barangkali ada teman2 disini yg bisa ubah codingnya agar bisa digunakan lagi bareng2.
Trims

Ini hasil back test nya dulu:
Arnold back test.png
 

Attachments

Just change the date and it will backtest.
Here:
StartYear extern int = 2005; // Year to start (only for backtest)
extern int StartMonth = 1; // Month to start (only for backtest)
EndYear extern int = 2006; // Year to stop trading (backtest and live)
EndMonth extern int = 12; // Month to stop trading (backtest and live)

This Ea is old.
Check:
http://www.forexmt4.com/_MT4_Experts/DLMv1[1].1.mq4
 
saya coba ni ea.. di jurnal keluar error minta indie support and resistance.ex4 sepertinya ni ea berkerja dengan indie ya?
dan walaupun ni nyebutnya scalper.. ni ea juga pake marti exponen 2.
lumayan horror juga

gunain indie ini maka ea bisa jalan.. tinggal cari setting oke
 

Attachments

Last edited:
I have fixed the Robot and made another variation (more agressive - lot*3), but need more account to use it(more risky).
The EA uses another indicator - i_trend.mq4, you can find on the web.StrategyTester-Arnold-EU-M5-20days.gif StrategyTester-Arnold-EU-M5-20days-TP5.gif StrategyTester-Arnold-EU-M5-20days-TP6.gif StrategyTester-Arnold1-EU-M5-20days-TP5.gif
Tester Graph attached.

:cool:EURUSDM5.png
 
Last edited:
Where is the ea?
Hello Trancexe,

Later will post the full package-someone took the old EA and added 2 more ways to enter the trades.The original EA uses 2 indicators - support and resistance and pivot lines time zones and enters the market using 3 ways to chose for (MACD,pivots and SR).The addition is using i_trend indicator.It now enters the market on 5 ways you can chose for.The backtests I put on the previous post is using 1 mode only.It must be checked the difference of tests in the same period using the other 4 ways.I added some commentaries on the EA for the left side of the screen (Broker, account number, lot size used,profit,margin,etc.).

extern int OpenOrdersBasedOn=5; // Method to decide trades:

0=MACD,
1=Pivot Point Time Zone,
2=Support and Resistance,
3=i_Trend RSI,
4=i_TrendRSIStoch,
5=i-TrendRSIStochMoneyFlowIndex

I tested it but the trailing stop function does not work properly or maybe is the Broker, don´t know.
For the lot*2 version (ArnoldEA) balance account minimun 500 for 0.01 base lot.For the agressive version lot*3 (Arnold1EA) balance account minimun 1000.This EA is to withdraw profits regularly, before the MC gets you sooner or later.
:cool:
 
Ok.As promised here is the full package with the 2 EAs and all indies, the original fixed and the agressive.
Check out and leave some comments.

:cool:;)
 

Attachments

Hello Trancexe,

Later will post the full package-someone took the old EA and added 2 more ways to enter the trades.The original EA uses 2 indicators - support and resistance and pivot lines time zones and enters the market using 3 ways to chose for (MACD,pivots and SR).The addition is using i_trend indicator.It now enters the market on 5 ways you can chose for.The backtests I put on the previous post is using 1 mode only.It must be checked the difference of tests in the same period using the other 4 ways.I added some commentaries on the EA for the left side of the screen (Broker, account number, lot size used,profit,margin,etc.).

extern int OpenOrdersBasedOn=5; // Method to decide trades:

0=MACD,
1=Pivot Point Time Zone,
2=Support and Resistance,
3=i_Trend RSI,
4=i_TrendRSIStoch,
5=i-TrendRSIStochMoneyFlowIndex

I tested it but the trailing stop function does not work properly or maybe is the Broker, don´t know.
For the lot*2 version (ArnoldEA) balance account minimun 500 for 0.01 base lot.For the agressive version lot*3 (Arnold1EA) balance account minimun 1000.This EA is to withdraw profits regularly, before the MC gets you sooner or later.
:cool:
 
Ok.As promised here is the full package with the 2 EAs and all indies, the original fixed and the agressive.
Check out and leave some comments.

:cool:;)

thanks you.. :D :D
 
Hello Trancexe,

Later will post the full package-someone took the old EA and added 2 more ways to enter the trades.The original EA uses 2 indicators - support and resistance and pivot lines time zones and enters the market using 3 ways to chose for (MACD,pivots and SR).The addition is using i_trend indicator.It now enters the market on 5 ways you can chose for.The backtests I put on the previous post is using 1 mode only.It must be checked the difference of tests in the same period using the other 4 ways.I added some commentaries on the EA for the left side of the screen (Broker, account number, lot size used,profit,margin,etc.).

extern int OpenOrdersBasedOn=5; // Method to decide trades:

0=MACD,
1=Pivot Point Time Zone,
2=Support and Resistance,
3=i_Trend RSI,
4=i_TrendRSIStoch,
5=i-TrendRSIStochMoneyFlowIndex

I tested it but the trailing stop function does not work properly or maybe is the Broker, don´t know.
For the lot*2 version (ArnoldEA) balance account minimun 500 for 0.01 base lot.For the agressive version lot*3 (Arnold1EA) balance account minimun 1000.This EA is to withdraw profits regularly, before the MC gets you sooner or later.
:cool:
 
Ok.As promised here is the full package with the 2 EAs and all indies, the original fixed and the agressive.
Check out and leave some comments.

:cool:;)
Thanks for the share and nice job bro !
 
Back
Top