| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Multi_Stoch_Rsi_Trader https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=945 |
Page 1 of 16 |
| Author: | MrLong [ Sat Nov 10, 2012 3:44 pm ] |
| Post subject: | Multi_Stoch_Rsi_Trader |
M15 timeframe. buy when Stochastic or RSi has left over sold, into the main trend sell when Stochastic or RSI has left over bought, into the main trend. There are three options: extern bool TradeStoch =true; <== trade the stochastic. extern bool TradeRsi = false; <== trade the Rsi. extern int TradeTimeFrame=15; <== timeframe to trade. You also have the option to trade without the trend filter turned on(FollowTrend). D1 timeframe. Best to trade with FollowTrend switched off. I have found M15 and D1, the only timeframes that work so far, so we can keep testing. Updates version 1.06: Will only manage trades owned by this EA. Added: Profit lock, so now has the ability to lock in pips at a specific target pips. Added: UsePartClose, the ability to specify the amount of pips to close half the trade or can be calculated by ADR. version 1.07: Fixed, where the EA would take another trade if lot was not the same. Should work with ECN crims now. Added, AnotherTM = false;, which turns management off, in order for you to use another management EA. Added a new partial close function. Default settings are set for daily trades. |
|
| Author: | jiaxingx [ Sat Nov 10, 2012 6:39 pm ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
thanks,I test v1.01 and have very good result win 8 loss 2,get more 200 pips ! hope v1.03 more goodness! |
|
| Author: | SteveHopwood [ Sat Nov 10, 2012 7:06 pm ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
Looking forward to your developments Andy. Thanks for posting this. |
|
| Author: | cuzgeorge [ Sun Nov 11, 2012 11:16 am ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
Andrew, i seriously enjoyed reading through your code. Thank you for the EA and the detailed notes along the way. I really like this one with it's familiar look. I noticed several 'snippets' that i often call on silently when reading through EA's and paragraph after paragraph, they kept coming up. Well done on your compilation and hope to test this EA silly. One question which might be crap, with regards to the GV's, will the positions be closed and cleared from the global varianbles column, or is this something we have to test/monitor.? I cant 'follow' in the code what happens. Your clever buttons are reasonable and practical when trading EA's, as i always find what Steve has always said about never been able to leave an EA completely on its own. Your scripts are very intelligently worked-in. Really neat. Does one just click on them on the chart for them to execute? Another question, if both Stoch and Rsi are 'true' , will they both filter trades? i also cant figure out what or how to input the following params, please can you advise as i feel they are very necessary and a welcome add-on, like $ value, EG- $100, or 100.00 or 100.; or in pips; Sorry if this has been answered in other threads, i cant seem to find something along these lines. Code: Select all cuz ps: The demo'S for this EA will be set up by tomorrow, and links added to the demo list. I will not be testing OOTB and will follow results from others here. |
|
| Author: | Aussiedoc [ Sun Nov 11, 2012 11:19 am ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
Andy, luv V1.01! Thanks! Have just downloaded and installed V1.03 onto D1 chart. Probably me being 'dog-tired' and can't see for looking. Re FollowTrend above... Unable to find (FollowTrend) switch or variation in Properties or code. Pls advise. Thanks Mate. Cheers. |
|
| Author: | MrLong [ Sun Nov 11, 2012 11:31 am ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
Hi, Switch is here: extern bool FollowTrend= true;// set to trade with the trend, but doubt it will work with daily. Andy |
|
| Author: | Aussiedoc [ Sun Nov 11, 2012 11:52 am ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
Thanks mate! I'll have a crack at it tomorrow. Cheers |
|
| Author: | MrLong [ Sun Nov 11, 2012 11:59 am ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
Hi Cuz, Your clever buttons are reasonable and practical when trading EA's, as i always find what Steve has always said about never been able to leave an EA completely on its own. Your scripts are very intelligently worked-in. Really neat. Does one just click on them on the chart for them to execute? <== Click on the label and drag it, you will get a confirmation message box, click ok. Another question, if both Stoch and Rsi are 'true' , will they both filter trades? <== Only one at a time, if you select both, the EA will default to trade the stochastic, you can put the EA on another chart and trade the RSI, just make sure you change the magic number, if you use the same platform. extern double InitialDeposit = 4500; <== 0 disables can be any amount, I just used the wrong name, I added this when I was a few hundred up and wanted to protect my deposit, but you can set it to any amount you would like to protect, when this amount is hit, all trades will be closed. extern double Required.Profit = 234; <== 0 disables, all trades will be closed when all running trades hit this amount. extern double EachTradeRequired.Profit = 85; <== 0 disables, if a single trade gets to this amount, the trade will be closed. Andy |
|
| Author: | cuzgeorge [ Sun Nov 11, 2012 12:18 pm ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
Thank you Andy, will adjust and get ready for opening. cuz |
|
| Author: | Colt45 [ Sun Nov 11, 2012 3:06 pm ] |
| Post subject: | Re: Multi_Stoch_Rsi_Trader_V1.03 |
How difficult would it be to code an adaptive tp and sl into the ea? |
|
| All times are UTC | Page 1 of 16 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|