Experts: RectangleTest

 

RectangleTest:

The EA trades using the Rectangle, EMA and SMA indicators.

RectangleTest

Author: Igor Widiger

 
dear i didnot see sell in the options just buy i see it 
 
Automated-Trading:

RectangleTest:

Author: Igor Widiger

I do not understand your question. The EA buys and sells when the signal comes. And the settings don't say buy or sell, just close the order by time.

 
Great job, Igor! The backtest looks amazing. I like the idea behind it. Thanks for sharing!
 
fintrad0 #:
Great job, Igor! The backtest looks amazing. I like the idea behind it. Thanks for sharing!

Thank you

 
not sure
 
How can I add a EA on my MT4 n 5 with my iPhone to help me out with trading ? 
 
joshlife77 #:
How can I add a EA on my MT4 n 5 with my iPhone to help me out with trading ? 

Hello,

You can read through this article about Android and iOS.

https://www.mql5.com/en/articles/476

MetaQuotes ID in MetaTrader Mobile Terminal
MetaQuotes ID in MetaTrader Mobile Terminal
  • www.mql5.com
Android and iOS powered devices offer us many features we do not even know about. One of these features is push notifications allowing us to receive personal messages, regardless of our phone number or mobile network operator. MetaTrader mobile terminal already can receive such messages right from your trading robot. You should only know MetaQuotes ID of your device. More than 9 000 000 mobile terminals have already received it.
 
armeniofernandes #:
not sure

Not sure of what? You can also minimize risk.

 

Hi. I noticed that all Sell orders are failing.  This is because

" m_trade.Sell(volume,NULL,Ask,SL,TK,comentar);"  is incorrect.  Should be Bid not Ask.

Thanks for the EA.

 
Richard Poster #:

Hi. I noticed that all Sell orders are failing.  This is because

" m_trade.Sell(volume,NULL,Ask,SL,TK,comentar);"  is incorrect.  Should be Bid not Ask.

Thanks for the EA.

Oops. Have corrected.

Reason: