Jump to content

Post WallStreet Robot


Recommended Posts

  • Replies 178
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
I understand what you saying and I do only trade gbp and euro but I was simply mentioning that it is weird that all of a sudden that no trade allowed shows up in the expert log... Happy to be patient if it is simply denying trades because of market conditions :)
Link to comment
Share on other sites

I agree, this EA is overhyped. It didnt trade all week and so it decided to pull a trade on GU pair to get stopped for 126 pips. Awesome EA! Off to the bin where they all should be placed. Ill stick to manual trading which is far more superior to robots! Dont waste your time with it.
Link to comment
Share on other sites

Is there a way that we can get an indicator that tell us when WS is ready to take a trade, or the ws conditions are met. The reason for this is because I notice that the signal is good, but if it goes in DD for certain time the expert will close the trade at a loss even though it would end up in profit giving it more time.

Every time WS opened a trade in my demo and went in dd for let say 10 - 20 pips, I opened the same trade in Live with great success!

I think the robot has great potential but it need some tune-ups.

I will like to have those indicators for manual trading rather than the robot.

Can someone help me with this?

Link to comment
Share on other sites

Sure, they are quite normal indicators; SMA, WPR, ATR, CCI. That's it. Looks like it was created with an EA Generator or so.

 

Anyway anyone with good mql4 knowledge could adapt EA to an indicator.

 

l_iclose_72 = iClose(NULL, PERIOD_M15, 1);

double l_ima_80 = iMA(NULL, PERIOD_M15, g_period_200, 0, MODE_SMMA, PRICE_CLO

SE, 1);

double l_iwpr_88 = iWPR(NULL, PERIOD_M15, g_period_228, 1);

double l_iatr_96 = iATR(NULL, PERIOD_M15, g_period_252, 1);

double l_icci_104 = iCCI(NULL, PERIOD_M15, g_period_260, PRICE_TYPICAL, 1);

 

 

pair sl tp ma cci atr wpr

eurusd 120 26 75 18 14 11

gbpusd 120 50 75 12 14 12

usdchf 160 20 70 12 14 9

usdjpy 130 27 85 12 14 12

Link to comment
Share on other sites

Sure, they are quite normal indicators; SMA, WPR, ATR, CCI. That's it. Looks like it was created with an EA Generator or so.

 

Anyway anyone with good mql4 knowledge could adapt EA to an indicator.

 

l_iclose_72 = iClose(NULL, PERIOD_M15, 1);

double l_ima_80 = iMA(NULL, PERIOD_M15, g_period_200, 0, MODE_SMMA, PRICE_CLO

SE, 1);

double l_iwpr_88 = iWPR(NULL, PERIOD_M15, g_period_228, 1);

double l_iatr_96 = iATR(NULL, PERIOD_M15, g_period_252, 1);

double l_icci_104 = iCCI(NULL, PERIOD_M15, g_period_260, PRICE_TYPICAL, 1);

 

 

pair sl tp ma cci atr wpr

eurusd 120 26 75 18 14 11

gbpusd 120 50 75 12 14 12

usdchf 160 20 70 12 14 9

usdjpy 130 27 85 12 14 12

 

The trading logic settings for the USDCHF currency pair are improved. Please, restart your MT4 terminal and WallStreet Forex Robot will update the settings automatically!

usdchf 120 17

Link to comment
Share on other sites

Pro are you sure? I read on eareview that someone speculate on it but there are too many differences between wall street and combo!

 

Got a second identical Euro trade... I'm sure it uses one of the FCS strategies, probably the scalper one, for its entries...

 

SL and TP are different.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...