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

10.3 SCALPER/RANGE TRADE SYSTEM
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=919
Page 107 of 178
Author:  disbellj [ Mon Dec 10, 2012 4:21 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

effluvium,

On my website I have a link you need to read about what to expect when placing AllPairs.

I mentioned it earlier today when saying I posted an update to AllPairs to my websote, but maybe you missed it.

After reading it, and the other link about if you have trouble with AllPairs, and if you still have questions, post a screenshot with the question.

Thanks.

Don

effluvium wrote:Hi disbellj

I noticed that you have used a lot your function DivZero to avoid unpredictable result when dividing by Zero.
I suggest you this small optimisation to speed up the procedure by saving 1 instruction. So here it is:

Code: Select all

double DivZeroDon(double value1, double value2) 
{
   if(value1 == 0 || value2 == 0) return (0.0) ;   else return ( value1/value2 );
}
By the way it's taking a lot of time to synchronize. You've said that if your indicator is not showing anything, that means there's not much history from the _broker.
Could you tell me the minimum number of candles to make your indi working ? Thanks in advance.
Author:  xrismak [ Mon Dec 10, 2012 4:28 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

disbellj wrote:effluvium,

On my website I have a link you need to read about what to expect when placing AllPairs.

I mentioned it earlier today when saying I posted an update to AllPairs to my websote, but maybe you missed it.

After reading it, and the other link about if you have trouble with AllPairs, and if you still have questions, post a screenshot with the question.

Thanks.

Don

effluvium wrote:Hi disbellj

I noticed that you have used a lot your function DivZero to avoid unpredictable result when dividing by Zero.
I suggest you this small optimisation to speed up the procedure by saving 1 instruction. So here it is:

Code: Select all

double DivZeroDon(double value1, double value2) 
{
   if(value1 == 0 || value2 == 0) return (0.0) ;   else return ( value1/value2 );
}
By the way it's taking a lot of time to synchronize. You've said that if your indicator is not showing anything, that means there's not much history from the _broker.
Could you tell me the minimum number of candles to make your indi working ? Thanks in advance.

Don,

I like the Interface but why can't we have also Included DP and WP + DO, all I get here is the Monthly Pivot

Many Thanks,

xrismak. ;)
Author:  disbellj [ Mon Dec 10, 2012 4:32 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

To get Weekly open need to be able to go back at least a week, but pivots need to go back two weeks, so (10080*2)/Period() bars are needed.

To get Daily open need to be able to go back at least a day, but pivots need to go back two days, so (1440*2)/Period() bars are needed.

Also, if anyone tries to set their Eastern Offset by making the numbers match for Eastern Hours and hours on this broker for sessions, they are not doing it correctly. These session numbers are not intended to match, just to let you know the Easter times for the sessions, and then to let you know those session hours on your broker's time, which ae only correct if Eastern offset is correct. Now that the market is going, if you have any doubts, let the indicator take care of the offset by leaving the input for ManualMode set to false.

Don
Author:  disbellj [ Mon Dec 10, 2012 4:35 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

xrismak,

I don't know. Looks like there is no indicator DailyOpenPivotSR on chart. Is it on chart? Maybe the template doesn't have the latest DailyPivotsSR indicator on it so it's no there? Since the comments and info are turned off on the indicators, the screen may be cleaner, but it doesn't help me help you. If you have a question that I need to be able to answer by a posted screenshot, please make sure the comments and info are turned on for those indicators. This way I MIGHT be able to help.

Thanks.

Don

xrismak wrote:
disbellj wrote:effluvium,

On my website I have a link you need to read about what to expect when placing AllPairs.

I mentioned it earlier today when saying I posted an update to AllPairs to my websote, but maybe you missed it.

After reading it, and the other link about if you have trouble with AllPairs, and if you still have questions, post a screenshot with the question.

Thanks.

Don

effluvium wrote:Hi disbellj

I noticed that you have used a lot your function DivZero to avoid unpredictable result when dividing by Zero.
I suggest you this small optimisation to speed up the procedure by saving 1 instruction. So here it is:

Code: Select all

double DivZeroDon(double value1, double value2) 
{
   if(value1 == 0 || value2 == 0) return (0.0) ;   else return ( value1/value2 );
}
By the way it's taking a lot of time to synchronize. You've said that if your indicator is not showing anything, that means there's not much history from the _broker.
Could you tell me the minimum number of candles to make your indi working ? Thanks in advance.

Don,

I like the Interface but why can't we have also Included DP and WP + DO, all I get here is the Monthly Pivot

Many Thanks,

xrismak. ;)
Author:  xrismak [ Mon Dec 10, 2012 4:37 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

xrismak wrote:
disbellj wrote:effluvium,

On my website I have a link you need to read about what to expect when placing AllPairs.

I mentioned it earlier today when saying I posted an update to AllPairs to my websote, but maybe you missed it.

After reading it, and the other link about if you have trouble with AllPairs, and if you still have questions, post a screenshot with the question.

Thanks.

Don

effluvium wrote:Hi disbellj

I noticed that you have used a lot your function DivZero to avoid unpredictable result when dividing by Zero.
I suggest you this small optimisation to speed up the procedure by saving 1 instruction. So here it is:

Code: Select all

double DivZeroDon(double value1, double value2) 
{
   if(value1 == 0 || value2 == 0) return (0.0) ;   else return ( value1/value2 );
}
By the way it's taking a lot of time to synchronize. You've said that if your indicator is not showing anything, that means there's not much history from the _broker.
Could you tell me the minimum number of candles to make your indi working ? Thanks in advance.

Don,

I like the Interface but why can't we have also Included DP and WP + DO, all I get here is the Monthly Pivot

Many Thanks,

xrismak. ;)
Don,
My Mistake, the Pivots just showed up now on the Interface/ Monitor...

Cheers

xrismak. :D
Author:  hilavoku [ Mon Dec 10, 2012 7:35 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Hi Don,

AllPairs is saying 'Number of pairs: 30' but i see only 29 pairs. In my case USDJPY is missing. Could be that there is a Little Loop problem?

see you
Guido


PS: Also my eastern offset is 96654 :-) .
Author:  blazko [ Mon Dec 10, 2012 7:53 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

hilavoku wrote: PS: Also my eastern offset is 96654 :-) .
Thats my problem as well - im with Cowboy IBFX AU and last week used manual mode set to 5.
Author:  mobthehop [ Mon Dec 10, 2012 9:59 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

May I politely ask that Don opens his own thread to handle his indicators and any questions / issues related to them as Baluda and Neotrader did - IMHO this is really distracting from this thread .... just saying and no offense intended

Thanks for your kind consideration
Author:  hilavoku [ Mon Dec 10, 2012 11:22 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

blazko wrote:
hilavoku wrote: PS: Also my eastern offset is 96654 :-) .
Thats my problem as well - im with Cowboy IBFX AU and last week used manual mode set to 5.
Yepp. I set also to manual mode with offset 6. But would be nice to work with the automatic mode...
Author:  retireme [ Mon Dec 10, 2012 11:28 am ]
Post subject:  Re: 10.3 SCALPER/RANGE TRADE SYSTEM

mobthehop wrote:May I politely ask that Don opens his own thread to handle his indicators and any questions / issues related to them as Baluda and Neotrader did - IMHO this is really distracting from this thread .... just saying and no offense intended

Thanks for your kind consideration
I guess the answer is NO, Mop! :D
All times are UTC Page 107 of 178