| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Awesome + SS version https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5447 |
Page 35 of 40 |
| Author: | foolishdog [ Wed Aug 08, 2018 3:25 pm ] |
| Post subject: | Awesome + SS version |
Hi ciborg, that's a great result up to now. i use the same setup in my VPS but doesn't has so prefect result and DD is terrible. Not sure it's configuration issue or VPS difference. if possible, would you please share the conf file here? Test in VPS should more close to real situation. thanks. |
|
| Author: | c1borg [ Wed Aug 08, 2018 5:36 pm ] |
| Post subject: | Awesome + SS version |
Amazing results today 12.83% up over the 4 accounts in 1 day! Edit: Interesting chart worth showing the latest settings compared over the last few days |
|
| Author: | c1borg [ Sat Aug 11, 2018 11:51 am ] |
| Post subject: | Awesome + SS version |
This setup seems to be turning into a winner |
|
| Author: | smilee89 [ Sun Aug 12, 2018 11:09 pm ] |
| Post subject: | Awesome + SS version |
Duplicate orders. Is that Ok? |
|
| Author: | c1borg [ Mon Aug 13, 2018 3:28 pm ] |
| Post subject: | Awesome + SS version |
Yes you will get trades on both the 5m and 15m timeframes sometimes they match. However I have spotted this before viewtopic.php?f=102&t=5447&start=300#p162859. Unfortunately I am learning MQ4 so bit beyond me atm. |
|
| Author: | Letsarb [ Mon Aug 13, 2018 5:09 pm ] |
| Post subject: | Awesome + SS version |
You have just to add the black following two lines in your code At the beginning of the code : extern double MinimumDistanceBetweenAllTrades=25; And in the SendSingle function: bool SendSingleTrade(string symbol,int type,string comment,double lotsize,double price,double stop,double take, int magic) { int ticket = -1; double pips=0; for (int cc = OrdersTotal() - 1; cc >= 0; cc--) { if (!BetterOrderSelect(cc, SELECT_BY_POS, MODE_TRADES) ) return false; if (OrderSymbol() != symbol ) continue; pips = MathAbs(price - OrderOpenPrice() ) * factor; if (pips < MinimumDistanceBetweenAllTrades) return(false); } |
|
| Author: | c1borg [ Mon Aug 13, 2018 6:06 pm ] |
| Post subject: | Awesome + SS version |
Thanks Letsarb but Iam using version 1c in post 1 and it has different code pips = MathAbs(price - OrderOpenPrice() ) * factor; if (pips < MinimumDistanceBetweenSignalsPips[tfIndex]) return(false); So if I change this input for trades 1 and 2 from sinput int Trade1MinimumDistanceBetweenSignalsPips=10; to sinput int Trade1MinimumDistanceBetweenSignalsPips=25; will that give the same result? |
|
| Author: | Letsarb [ Mon Aug 13, 2018 6:15 pm ] |
| Post subject: | Awesome + SS version |
Not exactly. In 1c you have : Code: Select all Code: Select all |
|
| Author: | c1borg [ Mon Aug 13, 2018 6:26 pm ] |
| Post subject: | Awesome + SS version |
Many thanks :hi: done I am currently learning Empty4 coding so on a long and complicated journey |
|
| Author: | smilee89 [ Mon Aug 13, 2018 9:36 pm ] |
| Post subject: | Awesome + SS version |
Mind that I am not talking only about trades from both 5m and 15m on same time/price, but also duplicate orders for same TF, i.e. 2 trades from 5m and also 2 trades from 15m - altogether 4 trades for same currency pair placed on same time and same price (about 2-5 pips difference) - one version at one platform. |
|
| All times are UTC | Page 35 of 40 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|