I will code your EAs and Indiors for no charge -
... 36 44 45 46 47 48 56 ...

thread: I will code your EAs and Indiors for no charge

  1. #451
    quote Hello, I see what you mean. In a range bound market, I feel every egy will have it's challanges. However make an indior for this? Likely a histogram indi. EA would be problamatic. Thx. D.
    As I mentioned in my 1st post, I have been mostly successful with the same egy manually.
    Idea is to have an EA to operate on smaller TF's (I exchange only 1H n 4H) and while I am sleeping ....
    Just plant EMA 5 21 employed to close and observe on all TF's ... Amazing result ...
    Add TDI Oscillator and MBL, its a deadly Combo .... Buy if price is above 21 and oscillator is above MBL ...
    I have retained MBL and 21 EMA is exactly the same color for greater visibility ....

  2. #452
    Member Lee's Avatar
    68
    quote That ea only has open purpose, no goal close nonetheless. The opening is first tested by us. I will add.
    OK Can you explain more because there are 4 EAs ?

  3. #453
    quote Thx I Am Attempting your EA. I suggest a lock within this system's use. I got 30 pips in short before GBPJPY uptrend. Here is the lock Dashboard Fibo V3. picture
    That ea just has open purpose, no goal close yet. We test the opening. I will add.

  4. #454
    Junior Member dacbrunete's Avatar
    26
    Mladen, is it kind ot discuss your indi. When it's possible.

  5. #455
    quote Hi, I see what you mean. In a range bound market, I feel every egy will have the challanges of it. However make an indior for this? Probably a histogram indi. EA are problamatic. Thx. D.
    Maybe add some filters.

  6. #456
    Member Lee's Avatar
    68
    @ I updated the indior to show on the screen DeltaUp and DeltaDown. Tomorrow I will exhibit Delta 1/8 that's the delta between the 1^ and 8 currency. For the email I have decided to trigger an alert the first time and each 1 new update candle. i attach. file
    Outstanding Ezios.
    I have tried your indior now market close. . .the calculation is good.
    In the screen capture, we could see delta_up and delta_dn lt; 4....so no transaction.
    If at london session next monday I suppose delta_up gt; 4 , in this example, I sell CAD basket....or delta_dn gt; 4 I buy GBP basket (method 2)
    Of course you can pick the variable 4 based your trading style since more this factor is high greater the likelihood of winning is large but with fewer transactions.
    This indior is excellent for manual trading.
    Ezios you make now the indior together with the delta between upper currency versus reduced currency (method 1)
    In this case, if delta gt; 7 , you sell the top contrary to the reduced or buy the reduced against the top. . .in our illuion below if ( CAD strenght - GBP strenght) gt; 7 , I buy GBPCAD.
    Of course, amount 7 based your trading style. . .if this amount is too weak you can find a DD that is major before profit.
    Traders.... You have the selection . . .manual trading with Ezios'indior or automatic with lghr.
    @ lghr . . .could version is introduced in by you is Closed by the option . Thank you.

  7. #457
    Member Lee's Avatar
    68
    Many thx in lghr and Ezios for their participation
    I suggest tu use the procedure one hour prior to London open until two or three hours after.
    You need to get around the news....so beware of NY session
    To close the transactions, with egy 1 (upper pair versus reduced pair), you also can wait for a same strenght or utilize a lock platform.
    With egy 2 (lower or upper currency versus average. . .basket method) , I am waiting for a return of the top or lower currency until the average.
    If the start of commerce is for instance GBP = 0.9 and average 4.6, it is possible to wait for a recurrence of GBP until 4.6.
    A lock process is possible also.
    If you enjoy this system , I'm going to open a thread in trading platform with your permission.

  8. #458
    Senior Member okeinamixxiok's Avatar
    103
    1 Attachment(s)
    Hi Guys, I have a set of code but I don't understand how to paste into the origin of this codebase. . Rdgs timeLW
    Duplie direct to lt;/gt; or copy to text editor and paste out to lt;/gt;
    ThenResult Inserted Code int candleclose() double available = iOpen(_Symbol,PERIOD_CURRENT,1); double top = iHigh(_Symbol,PERIOD_CURRENT,1); double low = iLow(_Symbol,PERIOD_CURRENT,1); double close = iClose(_Symbol,PERIOD_CURRENT,1); int range = int ((high-low)/_Point); int closerange = 0; if(openlt;close) closerange = int ((close-low)/_Point); // Bullish else if(opengt;close) closerange = int ((high-close)/_Point); // Bearish return (closerange*100)/range;

  9. #459
    Senior Member okeinamixxiok's Avatar
    103
    Good Afternoon, Please would you Include an Alert to the Connected Indior- to Alert If Price Close Above or Below the 'Cloud' Borders. Many thanks. Chris file
    quote Recompiled and upgraded in compliance with new code. Only bullish alerts border Only bearish alerts lower border Bullish and bearish alarms when bounds overlaid. Some explanation From crossover code reviewed the egy is bullish crossover: bar lt;= KS bar close gt;= KS. The inverse for bearish crossover. In order to generate width the bar open to close must intercept border, MA, line or the KS. Bar open gt; or lt; is a state of always-in-alert and isn't a alternative that is viable. A Issue of missed...
    Additional indior for use with preceding alerts indior or 2 Kijun or 2 Tenkan or Tenkan Kijun (Tenkan Kijun same thing, different titles)The indior will set chart Mode to candles. (can be reset as required) The indior will set Chart Foreground = untrue. (can be reset as required but demanded for indior candles to be visible) Chart candles will be backdrop and indior candles overlaid. Chart candles utilized as candles in the colour fill/cloud - notice: set as required - image chart candle colour DarkSlateGray. https://www.cliqforex.com/attachment...1544208150.ex4
    https://www.cliqforex.com/general-fo...803-trade.html

  10. #460
    Senior Member M-apk's Avatar
    187
    @madscalp I updated the indior to show on the display DeltaUp and DeltaDown.
    Twist I will exhibit also Delta 1/8 that's the delta between both^ and 8^ currency.
    For the awake email I have opted to activate an alert the first time that the signal is discovered and
    each 1 new update candle. i attach.


    Ezios, create an allert along with a message on the screen. Advance thanks!

  •