10.3 SCALPER/RANGE TRADE SYSTEM

This is where Bob posts his own threads
Locked
POH
Trader
Posts: 75
Joined: Thu Jun 28, 2012 6:04 am

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by POH »

nanningbob wrote:Took the gbp/jpy short
Wow this was a nice trade.. I entered it about 3 hours before you posted this and sat around 5 pips profit and and now just hit my tp at DS1 for about 38 pips. You seem to enter at the perfect times.
thelearner
Trader
Posts: 114
Joined: Tue Sep 11, 2012 9:35 am

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by thelearner »

SELL GJ TP Hit :) gotta loveeee this system
disbellj

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

Here's updates.

Made all get GMT once per minute instead of every tick.
Made input for custom pairs (if you use this, separate by commas and include pair suffix if your broker has one. default is "" which shows all pairs)
Made MaxSpreadToShow user input to only show pairs below or equal to a user input spread (default is 0 which shows all pairs/all spreads)

Altough I have updated Market Hours indicator to be AutoGMT, there is a better indicator IMHO that I've included in zip named Market Panel Clock.ex4 which already corrects for GMT it looks like.

Until I have more of a chance to get into Daylight Savings Time, I used what worked, placing 3 and 21 in equations below:
ForexDayDateTime = GMTDateTime + (3*60*60);
if(StartHour == 21 || TimeDayOfWeek(Time)<TimeDayOfWeek(Time[i+1])) {

If I don't get around to fixing code by March, what we have may work, or may have to change the numbers in equations above to 2 and 22. We may not have to do anything since I am going by Market Hours indicator and getting start week by adding 21 to GMTOffset. To display on chart Forex Week Time, I add 3 hours to GMTDateTime.

I guess I'll switch over to understanding 10.2, then get into Volatility. This is if I don't have to get a job. Right now enjoying coding getting everything in place best I can to put us all on same page with each other and big boys.

If anyone finds what I've done profitable/useful, a donation to my PayPal account (in signature below) is appreciated.

Kindest regards,

Don
You do not have the required permissions to view the files attached to this post.
User avatar
nanningbob
Trader
Posts: 4564
Joined: Sun Dec 04, 2011 1:23 pm

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by nanningbob »

OK right out of the box gbp/jpy +32 Eur/jpy +20 maybe should have played for DS2 eur/nzd -21 first trade reset +33 took 60% and will let the rest ride with 15 TS.

+ 64 pips right out of the box. YEAH.
I trade http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3964,
I talk about my philosophy of trading here.
http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3627
"The key to converting something useful to others is simplicity. Complexity is the enemy to execution." Tony Robbins
disbellj

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

Bob,

You got a short tutorial on latest 10.2a (including indicators, templates, rules for SL, TP. TS. Volatility, etc. so I can get caught up?

Thanks,

Don
User avatar
nanningbob
Trader
Posts: 4564
Joined: Sun Dec 04, 2011 1:23 pm

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by nanningbob »

disbellj wrote:Bob,

You got a short tutorial on latest 10.2a (including indicators, templates, rules for SL, TP. TS. Volatility, etc. so I can get caught up?

Thanks,

Don
http://www.stevehopwoodforex.com/phpBB3 ... f=38&t=861
I trade http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3964,
I talk about my philosophy of trading here.
http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3627
"The key to converting something useful to others is simplicity. Complexity is the enemy to execution." Tony Robbins
disbellj

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

Bob,

Were those 10.2a trades or 10.3?

Kindest regards,

Don
nanningbob wrote:OK right out of the box gbp/jpy +32 Eur/jpy +20 maybe should have played for DS2 eur/nzd -21 first trade reset +33 took 60% and will let the rest ride with 15 TS.

+ 64 pips right out of the box. YEAH.
pete14
Trader
Posts: 73
Joined: Thu Feb 02, 2012 1:29 pm
Location: Germany

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by pete14 »

Hi Don,
unfortunately I'm not able to see all pairs in my window at Empty4. It ends at gbp/cad. My screen is quite small (15inch laptop). Is there any possibility to change size or something else to be able to show all currencies?
Thanks
Peter
disbellj

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

Bob,

Thanks for the link. First thing I did was added my corrected daily pivot, and made a correct weekly pivot (by looking on trading chart and not Weekly timeframe for information - if a bar belongs to a week and the bar before it belongs to a previous week, its a new week), and saw that the past looked different slightly. Figured I'd upload the revised 10.2a template for you to look at over this next week, comparing it to your template. I will be putting this revised code for weekly into 10.2a/10.3 template (will be making from updated 10.3 that includes Daily info, and older 10.2a CTS indicator that has calculation for TmaTrueSlop and Monthly pivot, then I'll hopefully move on to understanding and implementing volatility, etc. Lord willing).

Note: The Daily Pivot I made does not work on H4 (my pics were erroneously H1). So at this time, the download is just for comparing Weekly Pivot and S/R levels to DWM indicator's same levels, then doing the math to see if my weekly one is correct, using H4 chart information, and if DWM is correct using W1 information, then choosing which you want. I would really like the Daily indicator I made to be universal for all 10.2/10.3, but at this time, since it works on H1 to give daily open/pivots correct it seems, but not H4, then it's back to the drawing board.

Gotta go rest never did today although I said I was.

Kindest regards,

Don
You do not have the required permissions to view the files attached to this post.
Last edited by disbellj on Mon Nov 05, 2012 10:53 am, edited 1 time in total.
disbellj

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

Peter,

You can either list less pairs by putting in Custom list, put a max spread in user inputs MaxSpreadToShow, or you can change your screen resolution. I got a small screen too for what I've been doing. I have to increase my screen resolution to see all info for all pairs.

Kindest regards,

Don

pete14 wrote:Hi Don,
unfortunately I'm not able to see all pairs in my window at Empty4. It ends at gbp/cad. My screen is quite small (15inch laptop). Is there any possibility to change size or something else to be able to show all currencies?
Thanks
Peter
Locked

Return to “Bob's individual forum”