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

PIT BULL TRADER Indicators
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=321
Page 3 of 12
Author:  guandi [ Mon Feb 06, 2012 4:45 am ]
Post subject:  Re: PIT BULL TRADER Indicators

Hello George,

many thanks for your indicators, may i know what does it means at the bottom of the indicator where it says "LONG STRONG" Or "SHORT STRONG"?

thank you.

best regards.

-guandi
Author:  gaheitman [ Mon Feb 06, 2012 8:20 am ]
Post subject:  Re: PIT BULL TRADER Indicators

guandi wrote:Hello George,

many thanks for your indicators, may i know what does it means at the bottom of the indicator where it says "LONG STRONG" Or "SHORT STRONG"?

thank you.

best regards.

-guandi
The indicator sums the P/L of the Long positions and compares it to the P/L of the Short positions. If the Long P/L is > 0 and the Short P/L is < 0, then it will show "Long Strong". If they are both > 0 and the Long P/L is > Short P/L then it shows "Long Weak". Reverse for "Short Long"/"Short Weak".

George
Author:  Angel [ Mon Feb 06, 2012 1:54 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

Hello all,

A big "MERCI" for your contribution George : it's very very kind of you !!

What a BIG change using your lovely PIT BULL indi that shows different TF at the same time !

Last thing, is it possible to change the colors parameters as Bunker did ?

Happy trading all,

My best,

Angel


P.S: What a hell my English, sorry for that !!!
Author:  Bunker [ Mon Feb 06, 2012 3:20 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

Salut Angel,

Nice to see you here!

If George allows me, as soon as I'm back home (currently at work), I'll PM you the indi with my color settings.

Bunker
Author:  gaheitman [ Mon Feb 06, 2012 3:22 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

Angel wrote:Hello all,

A big "MERCI" for your contribution George : it's very very kind of you !!

What a BIG change using your lovely PIT BULL indi that shows different TF at the same time !

Last thing, is it possible to change the colors parameters as Bunker did ?

Happy trading all,

My best,

Angel


P.S: What a hell my English, sorry for that !!!

Currently, the pairs change color to reflect whether they are in profit or not. Did you want to change those designations, or did you really want to color the text based on whether they are buys/sells?

George
Author:  Angel [ Mon Feb 06, 2012 3:39 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

Bonjour georges,

What a wonderfull PATTERN's hunter your indicator is !

I use to buy dips and sell rallies, all both with LIMIT orders and your tool is EXACTLY what I have been searching for !

PUT simply, it means buying at lower price and selling at higher price, so in business it's a good bargain !

Regarding your questions :

1) The pairs change color to reflect whether they are in profit or not. Did you want to change those designations ?
Why not GREEN for profit and RED for loss for example BUT if Brijon and others are agree.

2) Did you really want to color the text based on whether they are buys/sells?
It would be wonderful but I don't want to abuse....

Thanks for your attention,

My best to you

Angel
Author:  gaheitman [ Mon Feb 06, 2012 4:03 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

Angel wrote:Bonjour georges,

What a wonderfull PATTERN's hunter your indicator is !

I use to buy dips and sell rallies, all both with LIMIT orders and your tool is EXACTLY what I have been searching for !

PUT simply, it means buying at lower price and selling at higher price, so in business it's a good bargain !

Regarding your questions :

1) The pairs change color to reflect whether they are in profit or not. Did you want to change those designations ?
Why not GREEN for profit and RED for loss for example BUT if Brijon and others are agree.

2) Did you really want to color the text based on whether they are buys/sells?
It would be wonderful but I don't want to abuse....

Thanks for your attention,

My best to you

Angel
The attached has the following color options:

Code: Select all

extern color     BoxClr    = Black;     //color of Movement Square
extern color     TitleClr  = Black;     //color of the title
extern color     BuyClr    = Green;     //color of buy pairs
extern color     SellClr   = Red;       //color or sell pairs
extern bool      UsePLColors=false;     //use different colors for +/- PL
extern color     ProfitClr = Green;     //Positive PL color
extern color     LossClr   = Red;       //Negative PL color
The UsePLColors options turns on the use of the separate colors for +/- PL. See example below:
pic_10 2012-02-06 10.58.gif
The chart on the left has the option off, and the right has it on.

Remember, this is still the test version. Hopefully in a day or two I'll incorporate these changes into the main indicator.

UPDATE: Test version removed.
Author:  Angel [ Mon Feb 06, 2012 5:18 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

Georges,

"Merci beaucoup" but does it change the profit column too (check the profit color of your right chart) ?

Last thing, the last line regarding the trend and the net is misleading.

IMO, it would be better to display not the + or - net sum of our basket but the ratio LONG P/L and SHORT P/L in order to really judge of the trend strength, but it's just an idea !

My best to you,

God bless

Angel
Author:  gaheitman [ Mon Feb 06, 2012 5:36 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

Angel wrote:Georges,

"Merci beaucoup" but does it change the profit column too (check the profit color of your right chart) ?
The profit column on the right is being controlled by the UsePLColors setting. I happened to have it on Red/Black for the example. It's a little confusing to use the same colors for both Buy/Sell and Profit/Loss. They eye (at least mine) expects them to line up if they are the same colors.
Angel wrote: Last thing, the last line regarding the trend and the net is misleading.

IMO, it would be better to display not the + or - net sum of our basket but the ratio LONG P/L and SHORT P/L in order to really judge of the trend strength, but it's just an idea !

Angel
If you recall, the original intent of this was to simulate actually placing the orders. The P/L of the basket of trades was something you'd be looking at if you actually had entered the trades. The Long/Short designation was added based on the display of the orest indicator. I'm not sure how folks even use it. :D

George
Author:  Angel [ Mon Feb 06, 2012 6:09 pm ]
Post subject:  Re: PIT BULL TRADER Indicators

George,

YES you are right, it's a little confusing to use the same colors for both Buy/Sell and Profit/Loss, but it's really perfect and it runs like a charm !!

My only concern is the + or - Net sum of our basket.

I would have prefered a LONG P/L and SHORT P/L ratio in %, or in digit or all both to really judge of the trend strength. For example, the more the buyers are in profit and the more the sellers are in losses, the strongest the LONG trend is.

But it's just an idea......

Okay, I stop to bother you now, I too much hold the line with my scared English.....................

Once again a big thanks for your commitment and devotion,

Take care and happy and fun business (trading),

God bless you, Brijon, Chips and all,

Angel
All times are UTC Page 3 of 12