CONVERTION ELD TRADESTATION TO EA MQL4

 

Good aftenoon,

for cortesy help me convert file ELD TTRADESTATIO to EA MQL4

Thanks

Cordially

LORENZO

Files:
 
21052010: help me convert file ELD TTRADESTATIO to EA MQL4
You have only three choices: Search for it, learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
 
I am looking for someone to pay me to convert the strategy of Tradestation ELD an expert in Metatrader 4


vars:
    Var0( 0), Var1( 0), Var2( 0), Var3( 0), Var4( 0),
    Var5( 0), Var6( 0);


{ **** Code section **** }


Var0 = AvgTrueRange( 10);
Var1 = XAverage( CLOSE , 6);
Var2 = XAverage( CLOSE , 22);
Var3 = Var1 - Var2;
Var4 = XAverage( CLOSE , 7);
Var5 = XAverage( CLOSE , 24);
Var6 = Var4 - Var5;
If MARKETPOSITION = 0 and Var3 > 0 then
     BUY ("Empire_Long") NEXT  BAR (Highest( HIGH , 4)) STOP ;
If MARKETPOSITION = 0 and ADX( 14) > 20 and Var6 < 0 then
     SELL("Empire_Short") NEXT  BAR (Lowest( LOW , 3)) STOP ;
If BARSSINCEENTRY > 0 then
     begin
If Lowest( LOW , 15) + 8 * Var0 < Highest( HIGH , 2) then
     SELL ("Empire_L Exit") NEXT  BAR ( CLOSE  - 4 POINT ) STOP ;
end;
If BARSSINCEENTRY > 0 then
     begin
If Highest( HIGH , 15) - 7 * Var0 > Lowest( LOW , 2) then
     BUY("Empire_S Exit") NEXT  BAR ( CLOSE  + 4 POINT ) STOP ;
end;
If MARKETPOSITION = 1 then
     SELL ("Empire_L Trail") NEXT  BAR Lowest( LOW , 21) + 7 POINT  STOP ;
If MARKETPOSITION =  - 1 then
     BUY  ("Empire_S Trail") NEXT  BAR Highest( HIGH , 21) - 7 POINT  STOP ;

 
21052010: I am looking for someone to pay me to convert
We don't want it, we are NOT going to pay you anything. If we did want it, we would code it for free. If you want it, I previously posted a link for you to pay someone to convert it.