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

10.4/10.5 trades only
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=2137
Page 12 of 68
Author:  kwanann [ Tue May 21, 2013 6:57 am ]
Post subject:  Re: 10.4/10.5 trades only

Hmm what is the script called? can't seem to find that
Author:  rosst [ Tue May 21, 2013 7:28 am ]
Post subject:  Re: 10.4/10.5 trades only

Jemook wrote:
kwanann wrote:Just wondering, how hard is it to grab the levels in scripts? Thinking of doing a single script that will add the appropriate levels and stop loss, TP, makes things a whole lot easier
I'd love a script like this. See my above post with a grid solution which would be way easier to code and wouldn't have to worry about different brokers GMT offsets throwing off the pivots.

Add in the auto close if CSS changes colour and Bob's your uncle (see what I did there?).

Longs
Price above 240, H4 CSS changes to goldenrod or green then set a buy stop at every x pips between price and the R1 TP. If H4 CSS closes red then close all trades and orders.

Shorts
Price below 240, H4 CSS changes to goldenrod or red then set a sell stop at every x pips between price and the S1 TP. If H4 CSS closes green then close all trades and orders.

J
The mid pivots might be an option too WMR1 to WMR2 for example - or like Bob suggested Mid quarter pivot 1 to Mid quarter pivot 2 :twisted:
Author:  Jemook [ Tue May 21, 2013 7:45 am ]
Post subject:  Re: 10.4/10.5 trades only

Just tested 'Scaling script v1.2.mq4' and looks pretty good. Will test Franks next.
Author:  6y588 [ Tue May 21, 2013 7:46 am ]
Post subject:  Re: 10.4/10.5 trades only

kwanann wrote:Interesting idea, but first i needa take the values off the indi
Here is a snippet code to grab the value off a trendline:

Code: Select all

   if (ObjectFind("DMRes1 ext")<0) DRes1 = -1;
   else
   {
      DRes1 = ObjectGetValueByShift("DMRes1 ext",0);
   }
Author:  pips400 [ Tue May 21, 2013 9:48 am ]
Post subject:  Re: 10.4/10.5 trades only

Here's one I've tried this morning on the 105 CSS 1 hour EURNZD chart (setup isn't there yet on the 104 4hr) using a 20 pip grid rather than pivots. Reasons for entry are the CSS crossing, bounce of trendline, above 960 MA, Fib 61.8 retrace, and a pinbar reversal candle between Asian and London sessions. If price drops, I'll close out quickly, if it rises I've got multiple entries. Theory is good, reality with me is another :D
eurnzdh-21-May-13.jpg
Author:  Staedtler [ Tue May 21, 2013 10:21 am ]
Post subject:  Re: 10.4/10.5 trades only

Jemook wrote:Just tested 'Scaling script v1.2.mq4' and looks pretty good. Will test Franks next.
where'd u find that ?
Author:  Staedtler [ Tue May 21, 2013 10:24 am ]
Post subject:  Re: 10.4/10.5 trades only

spillini wrote:
The moral of this story is, just because you are trading a great new system, doesnt mean you have to abandon your former ways like My Fib levels...LOL
Jim

thanks jim
Author:  Jemook [ Tue May 21, 2013 10:26 am ]
Post subject:  Re: 10.4/10.5 trades only

Staedtler wrote:
Jemook wrote:Just tested 'Scaling script v1.2.mq4' and looks pretty good. Will test Franks next.
where'd u find that ?
http://www.stevehopwoodforex.com/phpBB3 ... =48&t=1685
Author:  Gertje [ Tue May 21, 2013 11:45 am ]
Post subject:  Re: 10.4/10.5 trades only

Jemook wrote:Just tested 'Scaling script v1.2.mq4' and looks pretty good. Will test Franks next.
What pip-distance do you use?
I found for the JPY-pairs H1-ATR gave a nice distance.
Author:  Pedigree [ Tue May 21, 2013 1:30 pm ]
Post subject:  Re: 10.4/10.5 trades only

Jemook wrote:Just tested 'Scaling script v1.2.mq4' and looks pretty good. Will test Franks next.
Great scaling script (Scaling script v1.2.mq4). It however sets different TPs for all scaled trades. Wonder if anyone could mod in an option that would allow a single TP for all scaled trades. Perhaps also a single SL.
All times are UTC Page 12 of 68