| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Useful 10.x thingies by Steve and Others https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1492 |
Page 37 of 38 |
| Author: | Breakdancer [ Tue Jun 25, 2013 12:26 am ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
Hi Steve: Thank you and all the coders for the efforts on developing the CSS H1 Colour Change script. Please let me share my user feedback of my testing: -Jemook rules says: "Wait for H1 CSS to change colour from red to grey(goldenrod) or green and enter long." -Your logic for the script at post 1 says: "sends a buy trade when the market is above the MA and the CSS bars change from brown(red)/goldenrod to green.". So there is a difference. Jemook method, for buys, sends the trade when CSS changes from red to goldenrod or green and the script only after the change to green. Would it be possible to include an option in the script in order to choose the trade trigger (goldenrod and green OR only green for buys)?. I could minimize this by lowering the CSS threshold, but it would give more false signals. -The closures have worked pretty well, but not all the openings. Sometimes the trades are sent a couple of candles later. I have carefully set the script's and my chart's CSS threshold to 2.5. Then I realised that the 10.5 CSS1.0.7d for automation as default has the threshold of 3.0. Maybe the script is only taking this one into account?. Only a thought, I really dont know, but when I change the CSS in the chart to 3.0, it matches with the opening of the trade even if the script CSS threshold is set to 2.5. Cheers |
|
| Author: | McNish [ Sun Jun 30, 2013 3:26 pm ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
Hi guys, Can anyone update on the workings of the Css H1 in & out trades ! Cheers, |
|
| Author: | traderduke [ Sun Jul 14, 2013 7:29 pm ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
Hi gang Is anybody getting this printout in there expert tab when loading the script "10.5 CurrencySlopeStrength1.0.7d". The broker is FinFX . 2013.07.14 15:24:50 RK-10.5 CurrencySlopeStrength1.0.7d GBPJPY,M3: unknown subwindow number -1 for ObjectCreate function It WORKKS in MBT & fxcm??? Thanks Ray |
|
| Author: | SteveHopwood [ Tue Jul 16, 2013 8:54 pm ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
I have added a new manager to post 1. Please read Jem's CSS trade manager.mq4. |
|
| Author: | Jemook [ Wed Jul 17, 2013 12:52 am ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
Woohoo, testing this out today thanks Steve |
|
| Author: | rosst [ Fri Jul 26, 2013 3:24 pm ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
Has anyone tried to make an EA just based on the CSS? For example - say the CSS is gold and it turns green buy - when it turns gold close trade. Make the 240 MA optional - it might be better if you trade in accordance with the above/below rule - or not... my guess is you will get a lot of small losing trades, but the times when the green or red stays in place for a while might overcome those small losses? Just curious.... |
|
| Author: | Jemook [ Sat Jul 27, 2013 3:08 pm ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
Steve your CSS close script works perfectly. Thanks! J |
|
| Author: | SteveHopwood [ Sat Jul 27, 2013 4:17 pm ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
You are most welcome. |
|
| Author: | red0nk [ Mon Mar 17, 2014 6:17 am ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
I would still like to use this EA but it doesn't work on the 610 Empty4 I am now using. Can someone please advise whereabouts I might find some help. Thankyou. EDIT: I don't know anything about code but I managed to fix a few using a post from another thread on this forum, now I am left with three errors all the same "not all control paths return a value Jem%27s CSS trade manager.mq4 107 1" This is the loop (or whatever it is called) with the error: int init() { factor = PFactor(Symbol()); while (IsConnected()==false) { Comment("Waiting for Empty4 connection..."); Sleep(1000); }//while (IsConnected()==false) Gap=""; if (DisplayGapSize >0) { for (int cc=0; cc< DisplayGapSize; cc++) { Gap = StringConcatenate(Gap, " "); } }//if (DisplayGapSize >0) TimeFrame = GetTimeFrame(); start(); } I feel like it is a quick fix so if someone wants to let me know what I have to manipulate that would be greatly appreciated. Cheers, Jake |
|
| Author: | SteveHopwood [ Mon Mar 17, 2014 10:04 pm ] |
| Post subject: | Re: Useful 10.x thingies by Steve and Others |
Those are not errors Jake, they are warnings. Learn to ignore them and save yourself a lot of work. Errors stop the code compiling. Warnings do not. |
|
| All times are UTC | Page 37 of 38 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|