10.4/10.5 trades only

This is where Bob posts his own threads
Post Reply
User avatar
kwanann
Trader
Posts: 948
Joined: Thu Nov 29, 2012 1:53 am

Re: 10.4/10.5 trades only

Post by kwanann »

Hmm what is the script called? can't seem to find that
I've been trading using OM Dual N EA for the past 2 years, live results can be found over at https://www.fxblue.com/users/kwanann
User avatar
rosst
Trader
Posts: 280
Joined: Wed Feb 27, 2013 1:11 pm
Location: Austin, Texas

Re: 10.4/10.5 trades only

Post by rosst »

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:
User avatar
Jemook
Trader
Posts: 1085
Joined: Thu May 10, 2012 10:19 am
Location: Bondi, Sydney, Australia

Re: 10.4/10.5 trades only

Post by Jemook »

Just tested 'Scaling script v1.2.mq4' and looks pretty good. Will test Franks next.
Please note I am no longer affiliated with Global Prime. I've moved on to my next adventure with Afterprime.

Catch me here: https://www.afterprime.com
6y588

Re: 10.4/10.5 trades only

Post by 6y588 »

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);
   }
User avatar
pips400
Trader
Posts: 279
Joined: Tue Jan 01, 2013 9:03 pm

Re: 10.4/10.5 trades only

Post by pips400 »

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
You do not have the required permissions to view the files attached to this post.
Staedtler

Re: 10.4/10.5 trades only

Post by Staedtler »

Jemook wrote:Just tested 'Scaling script v1.2.mq4' and looks pretty good. Will test Franks next.
where'd u find that ?
Staedtler

Re: 10.4/10.5 trades only

Post by Staedtler »

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
User avatar
Jemook
Trader
Posts: 1085
Joined: Thu May 10, 2012 10:19 am
Location: Bondi, Sydney, Australia

Re: 10.4/10.5 trades only

Post by Jemook »

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
Please note I am no longer affiliated with Global Prime. I've moved on to my next adventure with Afterprime.

Catch me here: https://www.afterprime.com
User avatar
Gertje
Trader
Posts: 1936
Joined: Mon Dec 12, 2011 1:17 pm
Location: Middle of the Netherlands

Re: 10.4/10.5 trades only

Post by Gertje »

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.
User avatar
Pedigree
Trader
Posts: 226
Joined: Thu Apr 11, 2013 12:09 pm
Location: Buckinghamshire, UK

Re: 10.4/10.5 trades only

Post by Pedigree »

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.
Post Reply

Return to “Bob's individual forum”