Experts: EA SmartAssTrade. - page 15

 
mo1341:

Hello there

 

Im using the Smartasstrade update 2 version is this ok?.... i mean this is the latest updated version yes? :)

 

Btw great EA im using it on Demo and its good, i do close some trade manually when its in profit. I will be going live soon and see.

Dear mo1341,

Code update 2 is not version 2, code update 2 is irrelevant since MT4 Build 625.
Now I am still trying to update the code and formula,  I will soon share in the code base with the new name SmartAssTrade-V2.

Regards.


 
Hello, what do you recommend SAT3 on H1 or SmartAssTrade_update2 on m15. Thanks
 

Hi,


Thank you for your work. hope the new version will be available soon.

i'm still using the older version on a demo, with some nice results.

 
How do I get a copy of the new version....?
 
erised:
How do I get a copy of the new version....?

Hi erised,

You just be patient a little longer, SmartAssTrade Version 2 EA is finished I do, and it is still testing in the Strategy Tester.

When testing has been completed, this EA code will soon I share in the Code Base.

Regards.
 
mnamarian:
Hello, what do you recommend SAT3 on H1 or SmartAssTrade_update2 on m15. Thanks

For SmartAssTrade version 2 I use TF M15.

Regards.

 
3rjfx:

For SmartAssTrade version 2 I use TF M15.

Regards.

But which recommend you, SAT3 or SmartAssTrade_update2 ? Thanks
 
mnamarian:
But which recommend you, SAT3 or SmartAssTrade_update2 ? Thanks

SAT3 still better than SmartAssTrade_update2.

Regards.

 
willgart:

I think the initial strategy is good... I'm working on it to see what can I do to improve it.

I also have found minor code issues.

1 cause a lot of ordermodify error if the SL is fixed but not the TP (set to auto), which cause an error when the broker required that both the TP and SL to be set.

there is no magicnumber used, so I'll add one.

the other is on the trade logic...

if (osb==3 && upm>=2) {Upward=true;}

if (oss==3 && dnm>=2) {Upward=false;}
so if the combination of the indicators is not a up trend this is a down trend... which is false.

I add a dwward variable and set it to true if its a down trend

if (osb==3 && upm>=2) {Upward=true;}

if (oss==3 && dnm>=2) {Dwward=true;}

and

if (Upward==true && wprmb) {SignalBuy=true;}
//---
if (Dwward==true && wprms) {SignalSell=true;}


finally... what's the purpose of the code in the deinit() function? why the SL has to be modified when you close the EA?

Willgart, can you send me mq4 file with your modification please?


regards, borut

 
hi, thanks for sharing us the beautiful EA. But when i try change lot to 0.01 with bal $100 leverage 1:200 the expert give error uninit reason 6 at the expert journal. i want the expert accept 0.01 lot, how. thanks so much.
Reason: