Multi Timeframe Indicators - page 152

 

LPB -price bars lined-up: new open = previous close

like Range, only directed (from open) in both sides

how to make money didn't figure out yet

 
highway3000:
Happy and prosperous 2008 to all out friends here- Fxbs etc And thanks to all here who had made this mtf thread one of the "wonders of the world" in Forex. Let me voice a word of thanks on behalf of all those who had turned profitable due to each one who had contributed their mtf indicators.Thank you very very much !!!

A warm welcome also our new jewel TRO.

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Reading through the alert indicator post I saw 2 interesting CCI indicators from CJA.

https://www.mql5.com/en/forum

I tried getting them into MTF but my knowledge is not sufficient. Could someone please help converting one or both of them into mtf?

Or is there already a mtf-CCI-alert already made?

Thanks in advance.

Happy 2008

CCI-alert_mtf.mq4 (pop-up box alert)

//---- input parameters

extern int CCIPeriod = 50;

extern int CCIPrice = 0;

extern int UpperTriggerLevel = 100;

extern int LowerTriggerLevel = -100;

extern int CriticalLevel = 250;

extern int TimeFrame = 0;

extern string TimeFrames = "M1;5,15,30,60H1;240H4;1440D1;10080W1;43200MN|0-CurrentTF";

extern bool HISTOGRAM = false;

extern bool Alerts = true;

extern string CriticalLevelAlert = "CCI Critical Level";

extern string ZeroBuyAlert = "BUY CCI Zero Cross";

extern string ZeroSellAlert = "SELL CCI Zero Cross";

extern string UpperTriggerBuyAlert = "BUY CCI Upper Trigger Cross";

extern string UpperTriggerSellAlert = "SELL CCI Upper Trigger Cross";

extern string LowerTriggerBuyAlert = "BUY CCI Lower Trigger Cross";

extern string LowerTriggerSellAlert = "SELL CCI Lower Trigger Cross";

extern int MaxBarsToCount = 1500;

extern string note_Price = "Price(C O1 H2 3L 4M 5T W6) ModeMa(SMA0,EMA1,SmmMA2,LWMA3)";

alert message:

CCI (50) TF[15]: BUY CCI Lower Trigger Cross EURUSD - chart M5 at 1.4713 - 08:34:31

--------------

CCI_SoundEmailAlert_mtf.mq4

only sound (w/o pop-up) ; email

-----

p.s. didn't test e-mail alert (mine not set4this), but everything else works good- should be ok

bhw - is email alert more convenient than regular? it sends email on terminal or whatewer address you set?

 

TRO SAK MULTI PAIR - ENHANCEMENT

If the UP count is greater than the DOWN count, the text is green.

If the UP count is less than the DOWN count, the text is red.

Otherwise, the text is yellow.

Why didn't I do that in the first place?

Files:
 
TheRumpledOne:
TRO SAK MULTI PAIR - ENHANCEMENT

If the UP count is greater than the DOWN count, the text is green.

If the UP count is less than the DOWN count, the text is red.

Otherwise, the text is yellow.

Why didn't I do that in the first place?

How do you do to have vertical names on currencies.

Here is what i have ?

Any clue ?

Files:
 
Big Joe:
How do you do to have vertical names on currencies.

Here is what i have ?

Any clue ?

NO CLUE AT ALL!

Are you running MT4?

Do you have the latest version of MT4?

Did you change the code?

 
TheRumpledOne:
NO CLUE AT ALL!

Are you running MT4?

Do you have the latest version of MT4?

Did you change the code?

Latest version of mt4 and no code change

I use smalls screens (15') maybe the display ????

Thanks

 

Try adding more than one instance of the indicator and create more panes, and edit the inputs to have less pairs..Size the height of your panes correctly also....

Hope this helps and please excuse the interupption...carry on

ES

Big Joe:
Latest version of mt4 and no code change

I use smalls screens (15') maybe the display ????

Thanks
 

Thanks for the inputs Electric Savant

But nothing to do !!

Even if i put the "tro templates" i got the two names (one vertical and one horizontal).

So crazy thingy !

 
ElectricSavant:
Try adding more than one instance of the indicator and create more panes, and edit the inputs to have less pairs..Size the height of your panes correctly also....

Hope this helps and please excuse the interupption...carry on

ES

Joe, later on we can put unic#generator as in Mladen's StochColor102

for now try to change unique# or objects prefix by hand or save indi ander different names

 
fxbs:
Joe, later on we can put unic#generator as in Mladen's StochColor102 for now try to change unique# or objects prefix by hand or save indi ander different names

Thanks Fxbs !

But don't worry, it is not important.

Just wanted to show you (programmers and coders) the issue i had

Thanks again

Reason: