Reply

Discuss the new EA Wizard 4 Beta version

73 replies

Mark Fric

Administrator, sq-ultimate, 2 replies.

Visit profile

8 years ago #114402

The Beta version of new EA Wizard 4 is finally released – see more here

 

Discuss new EAW 4 Beta version in this thread – post your suggestions, bugs found, etc. here 

Mark
StrategyQuant architect

0

nitroz

Customer, bbp_participant, community, 30 replies.

Visit profile

7 years ago #142671

hi again,

 

ea wizard can translate language from .sqw to pseudo code (.txt) and to mq4. can you make it reverse so ea wizard can read mq4 or ex4 and translate it to sqw?? if can we can rewrite or make some changes of  many ea (mq4 or ex4)  thanks

0

Conmariin

Subscriber, bbp_participant, community, customer, 54 replies.

Visit profile

7 years ago #142675

hi mark,

 

is it possible for ea wizard4 to export to mt5? because mt5 have multicore function which we can save alot of time when we optimize?  so we can create ea for both mt 4 dan mt5 but use mt5 for optimise. thanks

 

Yes, that would be nice. The backtesting in mt4 is a really time consuming factor!

Automatisches Handeln mit Expert Advisor
https://www.rabenesche.de

0

Conmariin

Subscriber, bbp_participant, community, customer, 54 replies.

Visit profile

7 years ago #142676

Is there a language file, so that we can help to translate in other languages?

Automatisches Handeln mit Expert Advisor
https://www.rabenesche.de

0

Mark Fric

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #142677

we are currently working on MT5 support.

 

 

As for languages, Wizard is still in Beta version and we plan some bigger changes in the near future, so we’ll wait with final language files until then.

Mark
StrategyQuant architect

0

Conmariin

Subscriber, bbp_participant, community, customer, 54 replies.

Visit profile

6 years ago #142879

hi mark,

 

is it possible for ea wizard4 to export to mt5? because mt5 have multicore function which we can save alot of time when we optimize?  so we can create ea for both mt 4 dan mt5 but use mt5 for optimise. thanks

It’s possible, but manually. You can use the tools and manuals in the zip to convert mq4 to mq5.

Automatisches Handeln mit Expert Advisor
https://www.rabenesche.de

0

nitroz

Customer, bbp_participant, community, 30 replies.

Visit profile

6 years ago #142880

It’s possible, but manually. You can use the tools and manuals in the zip to convert mq4 to mq5.

hi, conmariin, where is the zip? thanks

0

Conmariin

Subscriber, bbp_participant, community, customer, 54 replies.

Visit profile

6 years ago #142945

I thought I added it…okay. NOW it’s in the post. 😉

Automatisches Handeln mit Expert Advisor
https://www.rabenesche.de

0

nitroz

Customer, bbp_participant, community, 30 replies.

Visit profile

6 years ago #143089

thanks conmariin. got your zip now 🙂

0

guyadam

Subscriber, bbp_participant, community, 2 replies.

Visit profile

6 years ago #144414

Hey, I like the idea of the cloud-based version. I have been playing with it for the last day or so, but have run into a snag while trying to compile the source code in MT4 editor.

 

I keep getting a syntax error, parameter missed when compiling the code in Meta editor.

 

 {

      // Action #1
      _ticket = sqOpenOrder(OP_SELL, “Current”, 0.1, 0, MagicNumber, “short”, 0, false, CLR_NONE);
 
      if(_ticket > 0) {
         // set or initialize all order exit methods (SL, PT, Trailing Stop, Exit After Bars, etc.)
         // StopLoss & ProfitTarget
         sqSetSLandPT(_ticket, , );
 
 
      }
 
  }

 

I am just trying to figure out how the new system works and this is a really basic EA.

 

When I take out the THEN condition it compiles just fine.

 

Can anybody help?

 

Thanks.

 

After a little playing, I am finding this more intuitive than the desktop version. Keep up the great work. 🙂

0

Sonric.Rich

Subscriber, bbp_participant, community, 9 replies.

Visit profile

6 years ago #145008

Hey, I like the idea of the cloud-based version. I have been playing with it for the last day or so, but have run into a snag while trying to compile the source code in MT4 editor.

 

I keep getting a syntax error, parameter missed when compiling the code in Meta editor.

 

I am just trying to figure out how the new system works and this is a really basic EA.

 

When I take out the THEN condition it compiles just fine.

 

Can anybody help?

 

Thanks.

 

After a little playing, I am finding this more intuitive than the desktop version. Keep up the great work. 🙂

 

sqSetSLandPT takes parameters “int ticket, double sl, double tp” so this would indicate that you haven’t set the sl & tp to a value, they should be 0 if not wanting them to start with.

0

Sunny

Subscriber, bbp_participant, community, 20 replies.

Visit profile

6 years ago #196949

Will the EA wizard 4 be part of the SQ4 only? Will it be a standalone product?

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 years ago #197037

Hello,

we plan this to be a standalone product too. It can be released once it is also completed for StrategyQuant 4

0

stearno

Customer, bbp_participant, community, 379 replies.

Visit profile

6 years ago #197914

I loaded some custom indicators.  Where can I find them to use in my strategy?   I try conditions, but it lists just standard indis’.

 

0

Viewing 13 replies - 61 through 73 (of 73 total)

1 2 3 4 5