| stevehopwoodforex.com https://www.stevehopwoodforex.com/phpBB3/ Print view |
|
| Moving Day https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5801 |
Page 3 of 18 |
| Author: | SteveHopwood [ Sun Apr 05, 2020 2:21 pm ] |
| Post subject: | Moving Day |
V 1g is in post 1. I was looking at updating the SPB Core LIbrary with some of the edits I made to MD and Desky. I copy/pasted the changes into the core library and noticed that some of the logic is wrong. The easiest DIY is to download 1g, go to void countOpenTrades(string symbol, int pairIndex) and copy/paste the entire function over the top of the version you want to keep. Go to line 3056 in the downloaded version 1g to see how I have changed the logic. |
|
| Author: | SteveHopwood [ Mon Apr 06, 2020 2:13 pm ] |
| Post subject: | Moving Day |
I have listed a couple more accounts in post 2. Both use the latest gizzmos. |
|
| Author: | c1borg [ Tue Apr 07, 2020 10:38 am ] |
| Post subject: | Moving Day |
For your information I have abandoned my original setup and started a new fresh test with the attached setfile which seems to be doing well so far, the new changes seem to be helping |
|
| Author: | SteveHopwood [ Tue Apr 07, 2020 7:20 pm ] |
| Post subject: | Moving Day |
Something for you folks to bear in mind when downloading updates - viewtopic.php?p=169918#p169918 I never think about this as I am always using the latest version of my software. You folks definitely need to bear it in mind. |
|
| Author: | SteveHopwood [ Wed Apr 08, 2020 3:31 pm ] |
| Post subject: | Moving Day |
There is a teensy update to 1g in post 1. biobier spotted that the code to display an insufficient margin has gone awol, so I have replaced it. Remember either to delete the current Moving Day.ex4 file to force Empty4 to compile the downloaded version. DIYers, do a search for: sm(version + NL); Add this underneath: sm(marginMessage + NL); You will not see any visual difference because MD only displays the message when there is insufficient margin for trading. |
|
| Author: | SteveHopwood [ Thu Apr 09, 2020 5:10 pm ] |
| Post subject: | Moving Day |
V 1h is in post 1. Sending an initial stop order followed by a grid still had problems. The first of the additional grid stop orders was being sent at twice the distance it should when buying, and at the same price as the initial trade when selling. This is fixed in 1h. Or go to: void lookForTradingOpportunities(string symbol, int pairIndex) then search for this comment: //Send the grid Copy this over the top of the existing code block: Code: Select all That fixed the buys but not the sells, so I had a look at: void sendSellGrid(string symbol,int type,double price,double lot,string comment) Search for this line of code: price = NormalizeDouble(bid - (distanceBetweenTrades / factor), digits); 'bid' should be 'price' in that equation i.e.: price = NormalizeDouble(price- (distanceBetweenTrades / factor), digits); |
|
| Author: | SteveHopwood [ Thu Apr 16, 2020 4:00 pm ] |
| Post subject: | Moving Day |
V 1i is in post 1. I have added the ability to set the stop loss at your choice of pips on the opposite side of the moving average. From the updated guide: MD turns into a monster when a pair takes off in the right direction and fills grid stop orders. I saw on demo yesterday a position that was over $5,000 in profit, so I used the Nuclear Option script to close it. This is a new $20,000 demo started on Monday. It is now worth $26,550. I have added an input in the all-trades-belong-to-a-basket section. From the updated guide: Scaling out/in has been a failure for me. I shall restart demos next week with different grid/basket inputs and no scaling. We would all be interested if anyone manages to make it work profitably. I have added a new set file to post 1 - "MD grid and basket.set". I have added a new function to the Position Monitoring indi. This displays the cash and pips value of each individual trade. Have fun with this folks. I am. |
|
| Author: | SteveHopwood [ Fri Apr 17, 2020 9:02 pm ] |
| Post subject: | Moving Day |
Scaling created a massacre of the extra demos I listed in post 2. The original that started off this whole thingy has been murdered by chop this week. The demo $20,000 with gridding but no scaling I started on Monday and reached over $26,000 by Weds has held its own by the weekend, just. I have closed down for the weekend at $26,522. I shall abandon a lot of scaling demos over the weekend. I shall leave the original in place, for those of us who understand the bigger picture. More over the weekend to come. Stay safe folks. Just to remind any folks who have forgotten, SPB continues to accumulate profits slowly but steadily. There are long periods of DD. There are long periods of not trading at all. It remains the only EA I have ever successfully traded live for any length of time - 2 years and counting. viewtopic.php?p=159559#p159559 Just reminding you folks. |
|
| Author: | SteveHopwood [ Sun Apr 19, 2020 4:26 pm ] |
| Post subject: | Moving Day |
Grid trading is clearly the way to go, so I have abandoned the scaling demos as I found them merely to be death by a thousand cuts. I want to see how far we can push the global basket take profit thingy, so I have set up three more demos - details in post 2 with passwords etc if you want to follow along. |
|
| Author: | c1borg [ Sun Apr 19, 2020 6:25 pm ] |
| Post subject: | Moving Day |
Ive come to exactly the same conclusion my demos were destroyed using the scaling, we will see |
|
| All times are UTC | Page 3 of 18 |
|
Powered by phpBB® Forum Software © phpBB Limited |
|