Kale
Kale
Friends 1
Kale
Added topic Heiken-ashi Zero-lag Tema
Hello Traders! I developed new indicator! Found this formula in Trader Tips, it is a part of system "The Quest For Reliable Crossovers" Looks quite nice. Take a look at the picture - you will see what i mean. Why I'm posting few files here ? Well
Kale
Added topic MQL4 Learning
[CUT] This post was deprecated
Kale
Added topic RSI of Moving Average
Hello Traders! I want to introduce my new Friday invention! It is RSI of Moving Average . I thought that this can be a very nice trend identifier. But test it for your self. I hope it will be helpfull
Kale
Added topic Date format function
Hi Folks! When I was debugging my EA orders I wanted to print when they was created. But the OrderOpenTime() function returns timestamp number so it is hard to read the date from it without any tool or conversion. So I made a nice function that
Kale
Added topic Price Trender
Hi Folks! I made a nice tool which can be used to check the price location instead of moving average. The tool is fully adjustable so u can change price, period, moving average type and timeframe. Check for your self
Kale
Added topic Investor mind
That screenshot don't require any comments
Kale
Added topic Squize_MA
Hi Folks! I made an indicator for ppl that love's moving average It takes standard moving average parameters and one called MaDifrential. MaDifrential is the number of pips that should be between both of MA. If the difrence is less than this param
Kale
Added topic ATR Ratchet
Hi! I found at yahoo some nice description of exit strategy. But I didnt know did I understand it right. Can someone check it and confirm it
Kale
Added topic Trend Strength indicator
Hi Folks! I made my version of trend strength indicator with was described in Currency Trader Magazine 03/2006 at pages 28 and 29. I'm attaching the indicator, and the description from Currency Trader. My modification enables to use any number, type
Kale
Added topic Chaikin Volatility - New Stuff :)
Hi! I made Chaikin Volatility indicator. It could be usefull in some situations. The description of usage u have here: http://www.incrediblecharts.com/technical/chaikin_volatility.htm Enjoy
Kale
Added topic AMA SLOPE - New Stuff
New Stuff at holidays It shows when the market is began to trending, and with side it does. Just other look to AMA from P.Kauffman! Regards Kale
Kale
Added topic LBR + 1000 pips in one week!
Hi! I made oscilator according to LBR rules from VT, and signal indicator to it. It looks proftable for first look, but mabye U will help to improve this idea. Regards Kale
Kale
Added topic IND Inverse Histogram
Check this out people! I made this indicator with histogram presentatnion When the price is above moving average it is green and when it is bellow it is red. Like on the example. And the size of histobar is counted from line 0. I hope U like it guys
Kale
Added topic Exit Bb %
My new invention ! :P Check this out
Kale
Added topic DevDestination
Hi all! I want to introduce my new invention Rules: We set price on open order price of bar where we take a trade, then we read juice for previus bar and set it as dev param. And I think it can be traded like that: 1) enter on signal 2) count dest
Kale
Added topic Price Distribution Function
Well, I think I made a PDF indicator with was described in Jurik, Mark. Computerized Trading book. That should show support and resistance lvls - but when I added it into a chart it looks strange - and i dont know how to make use of it. Mabye i done
Kale
Added topic Money managment function
What do u think about that kind of money managment ? double MoneyManagment(double BidPrice, double StopLvl) { double capital = AccountFreeMargin()*0.03;//three % of capital to use double lotsize = 0.1; double pip;//one pip price - that u have to
Kale
Added topic Share Your SL
One of SL i'm using is like this: SHORT : NormalizeDouble( High - 3*iATR(Symbol(),0,10,1)),4); LONG: NormalizeDouble( Low[Lowest(Symbol(),0,MODE_LOW,10,1)] + (3*iATR(Symbol(),0,10,1)),4); For now it looks good but mabye someone have a better -
Kale
Added topic Testing Problem
Hi, I've tested my latest strategy and get nice result, but I wonder why equity is growing up, and just for the end balance is grovng up also. The most proftables trades are on the end of raport. Is that normal? Or is it just an issue of MQ strategy
Kale
Added topic MT4 restart problem
Hello, I have a problem with MT4. I'm trading 28 expert advisors in the same time on the same one platform. Everything was good since build 600. The problem that I have is this: I attached 28 expert advisors with my settings to the chart. They
12