Hi i have a afl and would like2 convert i to mt4

Spezifikation

_SECTION_BEGIN("007");
 n= Param("WMA", 0, 0, 100);
Var1=HHV(High,9)-LLV(Low,9);
Var2=HHV(High,9)-Close;
Var3=Close-LLV(Low,9);
Var4=Var2/Var1*100-70;
Var5=(Close-LLV(Low,60))/(HHV(High,60)-LLV(Low,60))*100;
Var6=(2*Close+High+Low)/4;
Var7=WMA(Var3/Var1*100,3);
Var8=LLV(Low,34);
Var9=WMA(Var7,3)-WMA(Var4,9);
VarA=IIf(Var9>100,Var9-100,0);
VarB=HHV(High,34);
AA= VarA*2;
BB= EMA((Var6-Var8)/(VarB-Var8)*100,13);
VarC=EMA(0.667*Ref(BB,-1)+0.333*BB,2);
VAR1a=(HHV(High,9)-Close)/(HHV(High,9)-LLV(Low,9))*100-70;
VAR2a=WMA(VAR1a,9)+100;
VAR3a=(Close-LLV(Low,9))/(HHV(High,9)-LLV(Low,9))*100;
VAR4a=WMA(VAR3a,3);
VAR5a=WMA(VAR4a,3)+100;
VAR6a=VAR5a-VAR2a;

S = IIf(VAR6a>n,VAR6a-n,Var6a);

barcolor=IIf(Ref(S,-1)<S, colorBrightGreen, colorRed);

Oo=IIf(Ref(S,-1)<s,Ref(s,-1),s);
Hh=Oo;
Ll=IIf(Ref(S,-1)>s,Ref(s,-1),s);
Hor=Ll;

_SECTION_END();






_SECTION_BEGIN("007");

a0=MA(Close,3);
a1=(H+L+C)/3;
a2=HHV(a1,15);
a3=LLV(a1,15);
a4=a2-a3;
Orion=MA((a1-a3)/a4,2)*148;
a6=HHV(a1,4*15);
a7=LLV(a1,4*15);
a8=a6-a7;
Aries=MA((a1-a7)/a8,2)*148;
aA=HHV(a1,16*15);
aB=LLV(a1,16*15);
aC=aA-aB;
Cru=MA((a1-aB)/aC,2)*148;
bot=1;
top=5;

W= Param("Sell1_adj", 98, 70, 120);//adjust sell signal
X= Param("Sell1_A_adj", 80, 70, 120);//adjust sell signal
Y= Param("Sell2_adj", 120, 70, 140);//adjust sell signal
Buy1 = Orion>Ref(Orion,-1) AND Orion<5 AND Aries>Ref(Aries,-1) AND Aries<5 AND Cru>Ref(Cru,-1) AND Cru<5 OR Cross (Orion,Cru) AND Cru < 12;
Buy2=(Cross(Orion,bot) AND a0>Ref(a0,-1)) OR (Cross(Orion,Aries) AND Orion<Cru AND Aries<Cru );
Buy = Buy1 OR Buy2;
Sell1 = Cross(Hor,Orion) AND Hor > W OR Cross(Aries,Orion) AND Aries>X;
Sell2 = Cross(Orion,Hor) AND Hor > Y;
Sell = Sell1 OR Sell2;

PlotShapes( IIf( Buy, shapeHollowUpArrow, shapeNone ), colorDarkGrey, layer = 0, yposition = -45  ); 
PlotShapes( IIf( Sell, shapeHollowDownArrow, shapeNone ), colorGrey40, layer = 0, yposition = 45 );
_N(Title =EncodeColor(colorWhite)   + " " +EncodeColor(colorLavender)+"Open " + O + "  " + "High " +  H + "  " + "Low " + L + "  " + EncodeColor( colorGold ) +
                "Close " + C + " ( " + WriteVal( ( C - Ref( C, -1 ) ) * 100 / Ref( C, -1 ), 1.1 ) + " %)" + EncodeColor( colorTurquoise ) + " Volume = " + WriteVal( V, 1.0 ) +  EncodeColor( colorLavender )  + Interval ( 2 ) +
                  "  "  +  Date( ) + EncodeColor( colorOrange )
 +" 
 O =" + EncodeColor( colorOrange ) + WriteVal( Orion )
                 + EncodeColor( colorTan ) + "  A =" + EncodeColor( colorTan ) + WriteVal( Aries)
                 + EncodeColor( colorTurquoise ) + " C =" + EncodeColor( colorTurquoise ) + WriteVal( Cru) 
                 + EncodeColor( colorRed) + "  H =" + EncodeColor( colorRed ) + WriteVal( Hor)
);

Bewerbungen

1
Entwickler 1
Bewertung
(561)
Projekte
841
73%
Schlichtung
15
53% / 13%
Frist nicht eingehalten
193
23%
Arbeitet
2
Entwickler 2
Bewertung
(46)
Projekte
73
16%
Schlichtung
13
8% / 92%
Frist nicht eingehalten
37
51%
Frei
3
Entwickler 3
Bewertung
(14)
Projekte
22
59%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
2
9%
Frei
Veröffentlicht: 1 Beispiel
Ähnliche Aufträge
I need an Expert Advisor (EA) that can trade on Forex pairs, Metals (like XAUUSD), and Crypto coins . Key points: Fixed lot size (configurable). EA should work on multiple asset classes. A simple on-chart control panel to manage EA: Start/Stop trading Enable/Disable strategies Change lot size (buttons +/–) Payout button → closes all profitable trades and adds profit to balance ATR-based option for stop loss /
Mthizo trades 30 - 200 USD
- *Currency Pairs*: Major pairs such as EUR/USD, XAU/USD and GBP/USD - *Funding Currency*: South African Rand (ZAR) - *Initial Deposit*: R100 (may require additional deposit for live trading) - *Risk Management*: Basic risk management features, such as stop loss and take profit - *Strategy*: Pre-defined strategy based on Smart Money Concept principles - *Cost*: Approximately R100-R200 (one-time cost or
I need an Expert advisor based on AOX signal . it must have check and handing of trade operation..errors. The main criterin for opening and dosing a position : moving average direction the price is higher than the previous bar Trade lots is input parameter bar
Description: Gildepak is a purchasing cooperative for packaging materials. We need a program to calculate and fairly distribute the annual bonus (received from preferred suppliers) among our member companies (partners and members). The program should work with a set of predefined tables and data flows, and it must be able to import and export Excel files. Main Tables: Member Companies Company ID Company Name Partner
I'm looking to acquire a ready-made, consistently profitable Expert Advisor (EA) for MetaTrader 5 (MT5). The EA should be well-tested in both backtesting and live trading conditions and based on a clear, logical trading strategy (not a black box). I'm open to a variety of strategies as long as they are stable, explainable, and show consistent results
Hello, I am looking for an experienced QuantConnect/Lean developer for a trading strategy project on futures (Micro Nasdaq – MNQ) with Interactive Brokers integration (paper + live). The strategy includes several key features: • Multi-timeframe analysis (signal validation across multiple horizons) • Integration of economic news/events into the trading logic • Advanced risk management (daily stop, position sizing
Hello I need a professional developer to code my indicator with my strategy and settings for TradingView I have specific requirements, how i want my bot settings to be, i have a video explanation for all the requirements after programming. I'm going to connect it with a bridge and a webhook Contact me only if you can handle it, and you know about TradingView, it's a complex code with a little budget, but I will
update 06/09/2025 Detailed request is written in the word document project is detayed for execution till 05/10/2025, we need the time to review the analysis document Generating analysis based on ICT Concepts and Smort Money Concepts following detailed views i am requesting to any developer 3 EA's as proof that you understand ICT Concepts and SMC These should give a good view on what you can. Examples attached of
Telegram bot 100+ USD
Hell great developer I need a Telegram bot connected to my trading setup. Messages I receive (from MT5 into a bot channel): BareBull: OPEN TRADE - XAUUSD Buy Ticket: 1296584 Entry: 3388.1 SL: 3375 TP: 3395 BareBull: CLOSE TRADE - XAUUSD Buy Ticket 1296584 Bot must do: Read messages from bot channel. Link OPEN and CLOSE trades using ticket number. Forward to private channel (every trade, custom format). Forward to
Hi developer I want to have these charts created automatically based on the examples Based on SNR Method Based on RS break zone With as example this text on the screen 📉 Sell Zone 3399-3402 🔴Support Become Resistance 🔴Suply Zone 📈 Buy Zone 3384-3381 🔵Resistance Become Support 🔵Demand Zone The outcome generates automatically a pdf with the result like this image + text that is on the screen This project should

Projektdetails

Budget
30 USD
Für die Entwickler
27 - 27 USD
Ausführungsfristen
von 1 bis 10 Tag(e)