PIT BULL TRADER Indicators

Locked
Bunker

Re: PIT BULL TRADER Indicators

Post by Bunker »

As SH would say “You’re a star” !!

Thank you.

I will definitely continuously compare both indis and report my findings back here.
I never though trading would be that fun !!

Bunker
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: PIT BULL TRADER Indicators

Post by gaheitman »

I've made a few additional changes to the test version. They are:
  1. Added NormalizeLotSize parameter -- Setting this to true will simulate the lot size for each pair such that a pip in one pair is worth the same as a pip in another pair.
  2. Rewrote parts of the code to limit the number of calls to MarketInfo()
  3. Shortened the text object names
The biggest change is obviously #1. I'm not sure if this is useful for the method, but I was troubled that the simulated lotsize was the same for each currency even though the value of each lot was different. I suppose if I had started with just pips, this wouldn't have been an issue. Now you can toggle the option on and off. Here's a comparison of the two for last week. The one on the left is the old display (NormalizeLotSize=false) and the one on the right has it turned on.
pic_07 2012-02-04 15.17.gif
You will also notice that if you set lots to 0.1 (or whatever is equivalent to 1 dollar per pip on your platform) the value displayed will be both pips and P/L. The default has the feature turned off, so if you want to try it out be sure to set it to true.

For #2 above, I am capturing the values for MODE_TICKVALUE and for MODE_SPREAD. I update the spread periodically, but there seemed no reason to make 14 calls to MarketInfo() every tick just to get a spread that doesn't change that much.

Let me know if you have any problems.

George
You do not have the required permissions to view the files attached to this post.
Bunker

Re: PIT BULL TRADER Indicators

Post by Bunker »

This is great George !
Can't wait to test.

So this week, I'll be comparing the Normalized and Non-normalized versions with the Orest indi (EA).
I'll pay specific attention to when the 3 versions are not in agreement in terms of the displayed trend direction (short-strong, long strong...) and try to find out which one is the most accurate so we can use only a single version.

Below is my setup patiently waiting for the first tick (the Orest will only display the pairs once the market gets going).

Thanks once again for this cool toy. Will be back with some results.

Bunker
You do not have the required permissions to view the files attached to this post.
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: PIT BULL TRADER Indicators

Post by gaheitman »

I use the attached script to send a fake tick to a chart. Just drag and drop it on the chart in question and it should kick off the ea. I used it for my testing of the ea after market close.

George
You do not have the required permissions to view the files attached to this post.
brijon
Trader
Posts: 26
Joined: Tue Dec 27, 2011 9:23 pm

Re: PIT BULL TRADER Indicators

Post by brijon »

thank you george i agree pips arnt as accurate , my past findiong is $ is better aas pips are misleading

but ill test it thank you
Bunker

Re: PIT BULL TRADER Indicators

Post by Bunker »

Hi George,

Thanks for the script,

I think there is a little problem with it.

Any idea why I get the following error message when I re-compile it ?

"RegisterMessageA" - function is not defined

Bunker
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: PIT BULL TRADER Indicators

Post by gaheitman »

Bunker wrote:Hi George,

Thanks for the script,

I think there is a little problem with it.

Any idea why I get the following error message when I re-compile it ?

"RegisterMessageA" - function is not defined

Bunker
At some point there was an updated WinUser32.mqh. Try saving the attached to your experts/include folder.

George
You do not have the required permissions to view the files attached to this post.
Bunker

Re: PIT BULL TRADER Indicators

Post by Bunker »

BINGO!

Thank you !
You do not have the required permissions to view the files attached to this post.
brijon
Trader
Posts: 26
Joined: Tue Dec 27, 2011 9:23 pm

Re: PIT BULL TRADER Indicators

Post by brijon »

i prefer indicaters too not based on pips for this but later ill check them out
thank you george here is my latest indicaters and template using georges indicater in 3 time frames i think its good
You do not have the required permissions to view the files attached to this post.
brijon
Trader
Posts: 26
Joined: Tue Dec 27, 2011 9:23 pm

Re: PIT BULL TRADER Indicators

Post by brijon »

great work guys you are a star george
Locked

Return to “Indicators”