here it is
Attached File(s)
I will code your scalping EAs for no charge 108 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
I will code your pivot EAs for no charge 20 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Hi cyber1, thanks for your reply. I know that thread but the function of this indicator isn't explained there........thats why I came here to the coders zone.........help with this is still very appreciated!Ignored
Disliked{quote} mattkirby- The code is heavily commented so you should be able to go through the code and get most of the information you need from it. I can tell you this much there is no RSI there is no MA. It is a cycle indicator. It repaints heavily. See the dim gray dots, those were the original positions before it repainted. It looks for extreme highs and extreme lows. Other than that I still think everything is in that first post of the thread if you'll go through it thoroughly I think you'll figure out everything you want to know.Ignored
Dislikedld_104 = High[iHighest(NULL, 0, MODE_HIGH, period, li_120)]; ld_96 = Low[iLowest(NULL, 0, MODE_LOW, period, li_120)]; ld_16 = (High[li_120] + Low[li_120]) / 2.0; ld_48 = 0.66 * ((ld_16 - ld_96) / (ld_104 - ld_96) - 0.5) + 0.67 * ld_56; ld_48 = MathMin(MathMax(ld_48, -0.999), 0.999); gda_80[li_120] = MathLog((ld_48 + 1.0) / (1 - ld_48)) / 2.0 + ld_80 / 2.0; ld_56 = ld_48; ld_80 = gda_80[li_120]; whenever CODE STARTS LOOKING FOR HIGHEST HIGHS AND LOWEST LOWS LIKE THIS, IT WILL BE A REPAINTERIgnored
Disliked{quote} This seems to be a kick-ass ea. All you do for continued trades is change "CLOSE_BY_TP_IN_MONEY" to false in the settings, and it will continue to trade.Ignored
DislikedHello. I know this si not a 'code and EA or indi@ question, but just wondering, is there a way to undock (detach) the terminal window from the MT4 main screen so it can be displayed on a page all on its own? ThanksIgnored
DislikedHello to All, I don't have experience in codding, I have been looking in he WWEB for an EA that a I need, but could not find anything. I'm giving an Example for the purpose of the EA, will be very grateful If someone could help me out: - Price is at 1.2500 > If bar closes above 1.2540, then open Long on next bar opening price (and opposite). - Also to have the possibility to change the number of bars that close above/bellow the certain price level (Lets say IF four(4) bars close above 1.2540, then Buy at opening price of next bar) Can someone guide...Ignored
DislikedHello everyone, hope somebody here is kind enough to share/point/code this where I could get this simple indicator. I'm looking for an alert when the body of the last bar (red or green candle) is the biggest after so many (x) 20 or so previous bar after it, will be very glad for a sound alert and a vertical line at the biggest bar. I think a lot of traders will be interested in this indicator. Please anybody, help....THANKS {image}Ignored
Disliked{quote} Thank you, I over looked that setting, now to find some safe but profitable settings.. as this goes bust in a flat marketIgnored
DislikedHi there, can anyone please make an EA of Stoch setting 14,3,3. OB is 90 and OS is 10. When price OB at 90 it must open Sell and set tp to 10 pips and when price is OS at 10 it must open Buy and set tp to 10 pips.. it will work just in US Session not every in Every session. can anyone do this please? please attach this EA for me Thanks...Ignored