RSI EA by Bluto & Robert Hill

Post Reply
User avatar
traderduke
Trader
Posts: 306
Joined: Mon Nov 28, 2011 7:30 pm
Location: East Coast USA

RSI EA by Bluto & Robert Hill

Post by traderduke »

Coders
Can any one tell me why I can't get this EA to trade, it runs , it compiles but no backtest trades on any time line.

Thanks

Ray
You do not have the required permissions to view the files attached to this post.
User avatar
fxdaytrader
Trader
Posts: 190
Joined: Sun Jun 10, 2012 7:03 am
Location: Poon-Town (germany, se-asia, se-europe) ...

Re: RSI EA by Robert Hill

Post by fxdaytrader »

Must have to do something with the trade-open logics.

the ordersend-stuff seems to work, i just tested by changing the last return(false); to
return(true); in the function bool CheckEntryCondition(int cmd), and then it is opening trades
User avatar
fxdaytrader
Trader
Posts: 190
Joined: Sun Jun 10, 2012 7:03 am
Location: Poon-Town (germany, se-asia, se-europe) ...

Re: RSI EA by Bluto & Robert Hill

Post by fxdaytrader »

I have added some external vars, so you can disable the rules (there are 4), so enable/disable them, on my quick check it opens trades.
You do not have the required permissions to view the files attached to this post.
User avatar
traderduke
Trader
Posts: 306
Joined: Mon Nov 28, 2011 7:30 pm
Location: East Coast USA

Re: RSI EA by Bluto & Robert Hill

Post by traderduke »

fxdaytrader,
Thanks for the help but so far it still won't trade in backtest on FinFX & MBTradin, either renko or time charts..
attached the journal.
Any other ideas?
Ray


PS: got it working on FinFX, not sure HOW!


fxdaytrader wrote:I have added some external vars, so you can disable the rules (there are 4), so enable/disable them, on my quick check it opens trades.
You do not have the required permissions to view the files attached to this post.
User avatar
fxdaytrader
Trader
Posts: 190
Joined: Sun Jun 10, 2012 7:03 am
Location: Poon-Town (germany, se-asia, se-europe) ...

Re: RSI EA by Bluto & Robert Hill

Post by fxdaytrader »

It looks like an craptester-error, errors in the backtesting data. This has nothing to do with your ea. ;)

Btw, backtesting does not say so much. But if you would like to backtest, make sure you use backtesting data of at least 99.9% (that is what I read about that).

If you do not know how - try to use the forumsearch or google it, there are many tutorials outside there :)
taipan
Trader
Posts: 355
Joined: Sat Feb 16, 2013 11:27 am

Re: RSI EA by Bluto & Robert Hill

Post by taipan »

fxdaytrader wrote:It looks like an craptester-error, errors in the backtesting data. This has nothing to do with your ea. ;)

Btw, backtesting does not say so much. But if you would like to backtest, make sure you use backtesting data of at least 99.9% (that is what I read about that).

If you do not know how - try to use the forumsearch or google it, there are many tutorials outside there :)

Download free tool tickstory and export dukascopy tick data to Empty4. google it and it can be found easily.

The test will be 99.9% accuracy.
Post Reply

Return to “Coders Hangout”