stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Supply Demand EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=2060
Page 19 of 43
Author:  fx800 [ Wed May 15, 2013 8:29 am ]
Post subject:  Re: Supply Demand EA

The first two trades today. Both CT.

In real life, I would be setting the ea to only sell the euro right now (tradelong=false), so I expect the euro long to end as a loser.
Author:  fx800 [ Wed May 15, 2013 8:38 am ]
Post subject:  Re: Supply Demand EA

10.30 am time, BOE GOVERNOR SPEAKS. WATCH OUT IF YOU ARE TRADING GBP.

UK unemployment claims fall sharply, so GBP rising after the news.
Author:  fx800 [ Wed May 15, 2013 10:42 am ]
Post subject:  Re: Supply Demand EA

fx8000 wrote:
fx8000 wrote:
fx8000 wrote:
fx8000 wrote:Another interesting experiment, combing OB_OS code using MTF stochs and MTF Alfslope borrowed from KH's Crossfader and Pivot cross code from Steve's Pinoccio.

The trading logic : if OB and Bid cross nearest support, sell ; if OS and Ask cross nearest resistance, buy. I have added a 240MA filter to trade with the trend. I will be demoing on H4 and H1 next week.

You need to have Alf indi in the experts/ indi folder, LibSSSRv2.mqh file in experts/include, LibSSSRv2.mq4 file in experts/library folder. Set UsePivots=true, UseSlipshod=false.

I do not know if it is any good, but the use of MTF indi and Pipstep idea certainly fascinates me. Thanks to Steve and KH for sharing their ea's so freely. Their code snippets certainly give a non coder like me many hours of fun.

This ea is not trading at all, but another adaptation, using D1 and H4 MACD cross as trigger for buy/sell is, and right now it is 1.8% in profit with 1.2% DD.

The same indicators, library files are required.
The pipstep thing is certainly fascinating. Trading 2% equity balance, the profit is now 3% with floating DD of 1%.

All my other ea's are doing very little today.
The results so far. 3.5% profit, just over 1% DD.

I know Crossfader ea uses a high risk strategy that can break your bank, but if you can get the daily macd trend correct, it can run for days, and hopefully the winners can overcome the losers.
I am getting remarkable results with this version of CF ea. After three days of trading, profits 7%, floating DD 0.5%. Maximum DD less than 5%.
Author:  fx800 [ Wed May 15, 2013 10:59 am ]
Post subject:  Re: Supply Demand EA

deleted.
Author:  fx800 [ Wed May 15, 2013 11:48 am ]
Post subject:  Re: Supply Demand EA

The safest settings for supdem ea are to trade H4 tf, set H4 stochs to true, H4 240ma filter on, SRSl = true, TP = 0.8 x ATR, StrategyExit=true.

From my previous experience trading the II_SUPDEM INDI, trading below H1 was not profitable because of too much market noise.

You may not have many trades, but there will be less drawdowns. This is my experience trading other methods including Bob's 10.4 system.

IN FOREX, LESS IS MORE.
Author:  dudest [ Wed May 15, 2013 5:51 pm ]
Post subject:  Re: Supply Demand EA

fx8000 wrote:The safest settings for supdem ea are to trade H4 tf, set H4 stochs to true, H4 240ma filter on, SRSl = true, TP = 0.8 x ATR, StrategyExit=true.

You may not have many trades, but there will be less drawdowns. This is my experience trading other methods including Bob's 10.4 system.

IN FOREX, LESS IS MORE.
Thanks!
Author:  fx800 [ Wed May 15, 2013 9:52 pm ]
Post subject:  Re: Supply Demand EA

deleted
Author:  fx800 [ Wed May 15, 2013 11:25 pm ]
Post subject:  Re: Supply Demand EA

The following code is quite important, it was very kindly supplied by Dietcoke

Code: Select all

extern int		BarsToKeepPendings=6;
extern int		PendingBarsTF=240; 
I have set it at 6 to test whether the ea is sending pending orders or not. A better setting would be 3.That is to say the pending order should be triggered after three 4 hour bar, otherwise, it would be deleted. The quicker PA enters and leaves an SR zone, the better the signal.

So, at some stage in the future, after you have open trades in your demo, you may want to reset it to the default setting of 3.
Author:  taipan [ Thu May 16, 2013 3:14 am ]
Post subject:  Re: Supply Demand EA

Hi fx8000,

I am not coder as well and could not help in your ea. I have seen an example coded by Jose Louis (jlcgarcia) on this thread: xMeter (R)Evolution using Support & Resistance. May be you can ask Jose Louis to help to look at your program.

Thanks for your hard work on this ea. Hope you finish it with the help of expert coder.

http://www.stevehopwoodforex.com/phpBB3 ... &start=840

In this thread, he has coded !xmeter using S&R, message as follow:

Hello,

I have introduced a little variation in !xMeter Speed S-R. Now, I am using the strength of the support or resistance to determine the size of the zones. If the strength is high the zones are wider.

Here it is the modification


!xmeter-Speed V6a S_R.mq4
(105.04 KiB) Downloaded 37 times
Author:  fx800 [ Thu May 16, 2013 7:05 am ]
Post subject:  Re: Supply Demand EA

taipan wrote:Hi fx8000,

I am not coder as well and could not help in your ea. I have seen an example coded by Jose Louis (jlcgarcia) on this thread: xMeter (R)Evolution using Support & Resistance. May be you can ask Jose Louis to help to look at your program.

Thanks for your hard work on this ea. Hope you finish it with the help of expert coder.

http://www.stevehopwoodforex.com/phpBB3 ... &start=840

In this thread, he has coded !xmeter using S&R, message as follow:

Hello,

I have introduced a little variation in !xMeter Speed S-R. Now, I am using the strength of the support or resistance to determine the size of the zones. If the strength is high the zones are wider.

Here it is the modification


!xmeter-Speed V6a S_R.mq4
(105.04 KiB) Downloaded 37 times
Hi Taipan,

Thanks for the suggestion.
All times are UTC Page 19 of 43