The Inner Circle Trader's Millionaire Traders Guild

You have to manually put the indicators in. With mt4 you do at least.

i think he understood but he was making fun :Dā€¦and to that i say do what you want and ill do what i wantā€¦i didnt say i was right. but as traders weā€™re all about the past repeating itself.

Hello. Anyone interested, I have created a monthly Trinity indicator for Multicharts / TradeStation

It will work only using daily data. It will draw the H & L of the last 3 months. More work is needed to use it with a different time scale

//Display the trinity concept
// H and L of the last 3 months
//
// By Martin Theriault July 4' 2012


// This indicator will plot the high and Low of the last 3 month.  It work only using daily data.  More work need to be done to 
// allow it to get the trinity of hours.

Var: 
ActualMonth (0),

MonthHigh (0),
MonthLow (0),
High_1 (0),high_2 (0),High_3 (0),
Low_1 (0),Low_2 (0),Low_3 (0),

Offset (.020),

HL1 (0), HL2(0), HL3(0),
LL1 (0), LL2(0), LL3(0);

Once if barnumber = 1 then begin
		ActualMonth = month(date);
		MonthLow = high;
		MonthHigh =low;
		High_1= low;
		high_2 = low;
		High_3 = low;
		Low_1 = high;
		Low_2 = high;
		lOW_3 = high;
		
     end;
      
//Look for new value of the month
   
 
    
	If actualmonth <> month(date) then begin 
	   Actualmonth = Month(date);
	   
		High_3 = high_2;
		high_2 = High_1;
		High_1 = MonthHigh;
		Low_3 = Low_2;
		Low_2 = Low_1; 
		Low_1 = MonthLow;
	    
	    //Reset the value
	    MonthHigh = low;
	    MonthLow = high;

		Value1 = TL_New_S(D,Time_S,H+(Offset),D,Time_S,H*100);
		TL_SetColor(Value1,Blue);
		TL_SetStyle(Value1,Tool_dashed);
		TL_SetSize(Value1,0.5);
		Value10 = TL_New_S(D,Time_s,l-offset,D,Time_S,l*-100);
		TL_SetColor(Value10,Blue);
		TL_SetStyle(Value10,Tool_Dashed);
		TL_SetSize(Value10,0.5);
		 
	End; 
	
	 If barstatus[1] = 2 then begin  //The last tick of the day
			If  high > MonthHigh then MonthHigh = High;
   			If Low < MonthLow then MonthLow = Low;

	   		Print(high_1:5:5, " ", high_2:5:5,high_3:5:5, " ", Low_1:5:5, " ", Low_2:5:5, " ", Low_3:5:5, " ", ActualMonth:0:0);
			
	
			Plot1(High_1,"H1",Blue,0);
			Plot2(high_2,"H2",Blue,0);
			Plot3(High_3,"H3",Blue,0);
			Plot4(Low_1,"L1",Red,1); 
			Plot5(Low_2,"L2",Red,1);
			Plot6(Low_3,"L3",Red,1);
	end;
   

Martin

Check out 301 Moved Permanently

All the indicators are there (for mt4 at least)

thanx man
but iv also got a prob
iv heard that insta forex and oanda do not function properlyā€¦
they achieve highs and lows 2 ensure ur stop is exceededā€¦

do u no any such brokers, who are reliable???
:confused:

Still in the trade, missed the sl by 2 pips thanks to the added spread. Survived the news event, but there are still a few important events in the pipeline the next couple of days :slight_smile:

Also just entered a new trade, long eurnzd. Bounced off a major support, made an OTE 10 min ago
Sl is 10 pips under the low of the day (1,5545 +spread). I aim for 1,5820

So, when are the tutorials going to become available?

Michaelā€™s #1 tenant is PATIENCES! so, that is what we are all doingā€¦ :57:

Read the thread. Plenty of tutorials. Iā€™m sure youā€™re probably referring to the unlinked modules from the first post. Hopefully soon but I donā€™t know how ICT can top all the information heā€™s already given in this thread and the other.

Anyone confused as fVck with asia?

I guess its gearing up for the GBP and ECB Interest rate decision tonight

Iā€™ve been confused for 2 weeks

Fiber Daily and 4h is set to form an OTE later today. I am anticipating a rate cut by ECB which will propel the EUR up.
Hope Im right this time.

Well it was a bit clear for the past week or so.

Just now Iā€™m confused because asia is pretty much neutral no real trend.

Guess this is a place for me look for stop hunts and try out turtle soupin

Update: Took 30pips off of both trades, moved sl to BE and let the trade go for a couple of days/weeks (hopefully :slight_smile: )

Iā€™m interested in the outcome of your work :slight_smile: If you look up my latest post you will see what I have to offer (not yet but soon) in exchange. Let me know if you like the idea :wink:

Seb

Hi krishen,

do you have the video ā€œHigher Time Frame Analysis Part 2ā€ ? the one i have from torrent has a choppy audio and sometimes no audio at all. appreciate your help.

Hey guys,

Just wanted to post a trade that I took today.

Reasons for the trade:

  • Hidden OTE
  • Judas Swing above Asian Range
  • Looked like a stop raid

So I shorted the cable at 1.5615 with a Stop Loss at 1.5633 and a Profit Target at the Low of the Asian Range 1.5580.

I just hit my Take Profit.

Here is the visual:


nice trade, I was eyeing the 1.5630 level from a ā€˜normalā€™ OTE so didnā€™t get tagged.

What made you look for/consider the hidden OTE over the normal?

  1. The Previous Low that I drew the fibs down from looked very clean
  2. I have trained my eye to recognize the OTE level of a price swing and I noticed that it was fulfilled between those two lows. Drew my fibs on and there it was!

I think for a normal OTE there was not enough room to the upside since we are in a bearish trend.

So yeah, hope that answered your question :wink:

Carnage on Fiber!

[ul]
[li]OTE at 11am GMT from Asia high to 9am low.
[/li][li]Bearish on 4H, Daily
[/li][li]Start of NYO kill zone
[/li][/ul]

Anyone ballsy enough to sit through all that news, I salute you