Fisher indicator to EA

MQL4 Indicateurs Experts

Tâche terminée

Temps d'exécution 14 jours

Spécifications

I am trying to create an EA with an indicator that I just download. It's name Fisher Indicator. 

I have the code for the fisher, what I need you to do is just to create an EA, and if the indicator window showing it's green light (or higher than a value) the EA will place a Buy order. 

If the indicator window showing it's red Light  (Candle) (Or lower than a set value), the EA will place a sell order. 

However, this indicator are working with repaint. So the EA need wait until the confirm signal which is the 2nd of the candle to place or close the order. TP will taken if there is an opposite signal pushing up. 


I will decide to add-on the SL and money management after testing this EA. The SL and MM work will be pay by extra cash. It's better if you can make it with 10 USD. Just let me know your price if you can do it. 


Attached is the indicator file and below if the code base : 


#property  copyright "Copyright ?2005, Yura Prokofiev"

#property  link      "Yura.prokofiev@gmail.com"


#property  indicator_separate_window

#property  indicator_buffers 3

#property  indicator_color1  Black

#property  indicator_color2  Lime

#property  indicator_color3  Red

 

extern int period=10;


double         ExtBuffer0[];

double         ExtBuffer1[];

double         ExtBuffer2[];



int init()

  {

   

   

   SetIndexStyle(0,DRAW_HISTOGRAM,STYLE_SOLID,2,Red);

   SetIndexStyle(1,DRAW_HISTOGRAM,STYLE_SOLID,2,Lime);

   SetIndexStyle(2,DRAW_HISTOGRAM);

   IndicatorDigits(Digits+1);


   SetIndexBuffer(0,ExtBuffer0);

   SetIndexBuffer(1,ExtBuffer1);

   SetIndexBuffer(2,ExtBuffer2);


   IndicatorShortName("Fisher");

   SetIndexLabel(1,NULL);

   SetIndexLabel(2,NULL);


   return(0);

  }



int start()

  {

   //int     period=10;

   int    limit;

   int    counted_bars=IndicatorCounted();

   double prev,current,old;

   double Value=0,Value1=0,Value2=0,Fish=0,Fish1=0,Fish2=0;

   double price;

   double MinL=0;

   double MaxH=0;  

   


   if(counted_bars>0) counted_bars--;

   limit=Bars-counted_bars;



   for(int i=0; i<limit; i++)

    {  MaxH = High[Highest(NULL,0,MODE_HIGH,period,i)];

       MinL = Low[Lowest(NULL,0,MODE_LOW,period,i)];

      price = (High[i]+Low[i])/2;

      Value = 0.33*2*((price-MinL)/(MaxH-MinL)-0.5) + 0.67*Value1;     

      Value=MathMin(MathMax(Value,-0.999),0.999); 

      ExtBuffer0[i]=0.5*MathLog((1+Value)/(1-Value))+0.5*Fish1;

      Value1=Value;

      Fish1=ExtBuffer0[i];

      

    }



   bool up=true;

   for(i=limit-2; i>=0; i--)

     {

      current=ExtBuffer0[i];

      prev=ExtBuffer0[i+1];

           

      if (((current<0)&&(prev>0))||(current<0))   up= false;    

      if (((current>0)&&(prev<0))||(current>0))   up= true;

      

      if(!up)

        {

         ExtBuffer2[i]=current;

         ExtBuffer1[i]=0.0;

        }

        

       else

         {

          ExtBuffer1[i]=current;

          ExtBuffer2[i]=0.0;

         }

     }


   return(0);

  }

Dossiers :

Répondu

1
Développeur 1
Évaluation
(636)
Projets
1007
47%
Arbitrage
33
36% / 36%
En retard
99
10%
Travail
Publié : 6 codes
2
Développeur 2
Évaluation
(34)
Projets
80
34%
Arbitrage
13
31% / 54%
En retard
19
24%
Gratuit
3
Développeur 3
Évaluation
(27)
Projets
28
54%
Arbitrage
4
0% / 50%
En retard
5
18%
Gratuit
Publié : 7 articles, 63 codes
4
Développeur 4
Évaluation
(414)
Projets
670
33%
Arbitrage
60
17% / 32%
En retard
113
17%
Travail
5
Développeur 5
Évaluation
(53)
Projets
79
18%
Arbitrage
13
15% / 54%
En retard
5
6%
Gratuit
6
Développeur 6
Évaluation
(772)
Projets
1039
44%
Arbitrage
50
8% / 50%
En retard
116
11%
Gratuit
Commandes similaires
Account size 50$ to 100$ or 5000USC to 10000USC ( Account $ Size may not matter ) Max Leverage 1000-2000 Min Lot 0.01 [ if averaging possible ] Averaging + Shift TP Faster Required if Trend Direction is Clear Account Protection Maxx Profit Max Loss Key Based Activation News Filter Need Expert to handle this to avoid false entry [ Developer can suggest extra additional filters inputs here ] as i mentioned I have no
Build a Forex Multi-Basket Trading Bot for OANDA (Python v20 REST API Only) MANDATORY DEVELOPER REQUIREMENTS (PLEASE READ BEFORE APPLYING): Do not apply for this project unless you meet the following strict professional criteria: 1. Deep Mathematical & Quantitative Background: You must thoroughly understand statistical distributions, rolling standard deviations (σ), calculating matrix medians, and dynamic Z-score
I need a complete MetaTrader 5 Expert Advisor built for XAUUSD. The EA will trade a multi-timeframe trend-pullback strategy using the Daily, H4, and M15 timeframes. It must generate signals, manage trades, send alerts, and come with a full backtest on gold. This is a technical build. I am not asking for guaranteed profits or financial advice. Platform and Market Platform: MetaTrader 5 Language: MQL5 Symbol: XAUUSD
I need an AI based mt5 EA which self learns and improves on its previous mistakes. The EA must be able to utilize numerous trade set ups like; 1. CRT, 2. liquidity sweep reversal at selected higher timeframe where a candle sweeps previous candle high and closes lower or sweeps previous candle low and closes higher, 3. SMC where it trades on OB, CHoCH, BOS. 4. Support and resistance. It should trade any currency pair
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
I am looking for someone with real experience developing strategies, indicators, or trading tools for Quantower . The strategy itself is relatively simple. The main issue is that I need to use some of Quantower's functions and API capabilities to program the strategy, but there is limited documentation available for some of the functionality, and I do not have enough time to fully understand the API and implement
I am looking for an experienced MQL5 developer who can BOTH research trading strategies and develop a commercial-quality MetaTrader 5 Expert Advisor. This is NOT simply a coding job. The developer is free to choose the trading logic, indicators, entry method, exit method, timeframe architecture and strategy type. I do not require the EA to copy or resemble any existing commercial EA. My priority is: ROBUST LONG-TERM
A developer will create an AI assisted EA forex watch-list scanner (not an auto-trader) designed to surface PDL/PDH bounces on M15, with coding in Python/MQL5. This will strictly be a market intelligence and scanning tool (no automatic order placement) and EA primary function will be a delivery of visual dashboard UI, 2-phased alerts (warning vs. execution), and multi-channel notification. 1. Project Overview &
Hello, please make me a simple MT5 Expert Advisor for XAUUSD on M15 timeframe. TRADING LOGIC: - BUY when EMA(10) crosses UP EMA(30) - SELL when EMA(10) crosses DOWN EMA(30) TRADING HOURS: - Only trade between 19:00 - 22:00 WIB / Jakarta time RISK SETTINGS: - Lot size: 0.01 - Stop Loss: 70 points - Take Profit: 150 - 300 points - Max 1 open position Please deliver .ex5 file ready to use. Thank you

Informations sur le projet

Budget
20 USD
Délais
1 jour(s)