Good Day,
What is the Indi that's following price downwards in your "Trading little by little" 16th Sept Part 4 video on Youtube?
Regards
TX4
TRO 2021 DONATIONAL INDICATORS
Moderator: moderators
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
- TheRumpledOne
- rank: 10000+ posts
- Posts: 15703
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3046
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:
- Contact:
Re: TRO 2021 DONATIONAL INDICATORS
traderx4 wrote:Good Day,
What is the Indi that's following price downwards in your "Trading little by little" 16th Sept Part 4 video on Youtube?
Regards
TX4
TRO_HL5. Look in the MT4 MOTHERLODES thread.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.
Please do NOT PM me with trading or coding questions, post them in a thread.
-
- rank: <50 posts
- Posts: 15
- Joined: Wed Jul 22, 2009 7:06 pm
- Reputation: 0
- Real name: Fred Saunders
- Gender:
- Contact:
Re: TRO 2021 DONATIONAL INDICATORS
I loaded it, but could not find the setting just for that price line?
- Attachments
-
- Diagonal Price line.jpg (64.74 KiB) Viewed 4897 times
- TheRumpledOne
- rank: 10000+ posts
- Posts: 15703
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3046
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:
- Contact:
Re: TRO 2021 DONATIONAL INDICATORS
traderx4 wrote:I loaded it, but could not find the setting just for that price line?
That's the TRO_PRICE_METER! Not HL5.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.
Please do NOT PM me with trading or coding questions, post them in a thread.
-
- rank: <50 posts
- Posts: 15
- Joined: Wed Jul 22, 2009 7:06 pm
- Reputation: 0
- Real name: Fred Saunders
- Gender:
- Contact:
Re: TRO 2021 DONATIONAL INDICATORS
Yup, found it...Thanks.
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
Re: TRO 2021 DONATIONAL INDICATORS
Otbfx wrote:Otbfx wrote:TheRumpledOne wrote:
Did you add the symbols you want in the inputs?
extern string Symbols = "AUDCAD;AUDCHF;AUDJPY;AUDNZD;AUDUSD;CADCHF;CADJPY;CHFJPY;EURAUD;EURCAD;EURCHF;EURGBP;EURJPY;EURNZD;EURUSD;GBPAUD;GBPCAD;GBPCHF;GBPJPY;GBPNZD;GBPUSD;NZDCAD;NZDCHF;NZDJPY;NZDUSD;USDCAD;USDCHF;USDJPY";
extern string myAddition = "";
Yes, I did add them. But the indi is not picking up the .z suffix.
Only have these in the symbol list.
symbols 245.PNG
Strange thing is in 2017 this problem was solved but I was just re using the dashboard and struggling with the same problem , was there a solution maybe it could be posted my extension is .r
happy pips
Seems it picks up the symbol list GBPUSD.r;USDCHF.r etc etc and the buttons work but when you hit the button to change to the .r par the indicator fails I am using the 3lzz all template as provided , EURUSD.r;GBPCHF.r;GBPJPY.r my string the buttons apear on a server pair ie EURUSD chart but if you change to the EURUSD.r chart the indy fails and the buttons disappear I cannot unfortunately get the old versions to compile veen with an old compiler to check. many thx
Update I managed to fudge mine to work, I do not know what version of the dash I have , maybe we could encourage TRO to put a version or even the latest edit date in the code
well heres the fudge after a few tries as Im not a coder
Line 1066:
orig bool IsDotted() { return(StringFind(Symbol(),".")>-1); }
mod bool IsDotted() { return(StringFind(Symbol(),".r")>-1); }
I added the r after the dot , look closely its red if you add your z instead it should work
the really od thing is I still have to add the r in the settings ALL and then r below , im presuming i fudged a small area
(yes it was a battle) hahaha
Happy pips
Pho
- TheRumpledOne
- rank: 10000+ posts
- Posts: 15703
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3046
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:
- Contact:
Re: TRO 2021 DONATIONAL INDICATORS
photize wrote:Otbfx wrote:Otbfx wrote:
Yes, I did add them. But the indi is not picking up the .z suffix.
Only have these in the symbol list.
symbols 245.PNG
Strange thing is in 2017 this problem was solved but I was just re using the dashboard and struggling with the same problem , was there a solution maybe it could be posted my extension is .r
happy pips
Seems it picks up the symbol list GBPUSD.r;USDCHF.r etc etc and the buttons work but when you hit the button to change to the .r par the indicator fails I am using the 3lzz all template as provided , EURUSD.r;GBPCHF.r;GBPJPY.r my string the buttons apear on a server pair ie EURUSD chart but if you change to the EURUSD.r chart the indy fails and the buttons disappear I cannot unfortunately get the old versions to compile veen with an old compiler to check. many thx
Update I managed to fudge mine to work, I do not know what version of the dash I have , maybe we could encourage TRO to put a version or even the latest edit date in the code
well heres the fudge after a few tries as Im not a coder
Line 1066:
orig bool IsDotted() { return(StringFind(Symbol(),".")>-1); }
mod bool IsDotted() { return(StringFind(Symbol(),".r")>-1); }
I added the r after the dot , look closely its red if you add your z instead it should work
the really od thing is I still have to add the r in the settings ALL and then r below , im presuming i fudged a small area
(yes it was a battle) hahaha
Happy pips
Pho
Put the r in the myAddition input!
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.
Please do NOT PM me with trading or coding questions, post them in a thread.
Re: TRO 2021 DONATIONAL INDICATORS
Put the r in the myAddition input![/quote]
Avery that's too easy, yes we I presume we tried that with no luck , I hope your doing well its been a while
Avery that's too easy, yes we I presume we tried that with no luck , I hope your doing well its been a while
Re: TRO 2021 DONATIONAL INDICATORS
Hi Rumpled I made a donation for the tro2017_dashboard001
I saw firewight using it and cant wait to have it.
Nice work
my email is: thomas.carniglia@.....
Thanks
I saw firewight using it and cant wait to have it.
Nice work
my email is: thomas.carniglia@.....
Thanks
- TheRumpledOne
- rank: 10000+ posts
- Posts: 15703
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3046
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:
- Contact:
Re: TRO 2021 DONATIONAL INDICATORS
BATCH 007 SENT OCTOBER 24, 2021
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.
Please do NOT PM me with trading or coding questions, post them in a thread.
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.