10.3 SCALPER/RANGE TRADE SYSTEM

This is where Bob posts his own threads
Locked
disbellj

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

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.
xrismak
Trader
Posts: 710
Joined: Tue Apr 24, 2012 9:43 pm

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by xrismak »

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

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

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
disbellj

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by disbellj »

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. ;)
xrismak
Trader
Posts: 710
Joined: Tue Apr 24, 2012 9:43 pm

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by xrismak »

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
You do not have the required permissions to view the files attached to this post.
hilavoku
Trader
Posts: 170
Joined: Mon May 28, 2012 7:54 pm
Location: Germany

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by hilavoku »

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 :-) .
User avatar
blazko
Trader
Posts: 86
Joined: Thu Dec 01, 2011 10:57 am

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by blazko »

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.
cheers
User avatar
mobthehop
Trader
Posts: 362
Joined: Wed Nov 16, 2011 12:16 am

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by mobthehop »

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
hilavoku
Trader
Posts: 170
Joined: Mon May 28, 2012 7:54 pm
Location: Germany

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by hilavoku »

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...
User avatar
retireme
Trader
Posts: 131
Joined: Fri May 11, 2012 6:37 am

Re: 10.3 SCALPER/RANGE TRADE SYSTEM

Post by retireme »

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
To raise new questions, new possibilities, to regard old problems from a new angle, requires creative imagination and marks real advance in science. - Albert Einstein
Locked

Return to “Bob's individual forum”