
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I read the all. The only potential is GalacticExplosion. but it need to improve. I convert to mq4 test on MT4 next week.
Read the name of the branch: the old terminal is prohibited! Only MQL5!
Hello I have a simple idea and I think it can be very effective
Use the bollinger band 20 period, 2 stdev to define entry and exit.
Also use 2 WMA(s) say 5 and 50 period.
When the price crosses the lower band and the WMAs are increasing then buy. Close the buy when the price crosses the upper band
When the price crosses the upper band and the WMA's are decreasing then sell. Close when the price crosses the lower band
Important! I have a code that does this on candle close and openings. This would be more effective if it happened on ticks which is closer to the actual event happening. Also, I am trading with S&P futures.
What is a "wma"?
Hello Vladimir, and everyone, I searched the forum but no, I want to trade under ichimoku, the idea is very simple. There are 2 terms of purchase.
1: open positions when tekan exceeds kijun on kumo and the closing price is larger than kijun (candles near> kijun). Close position when cross price kijun. sell when tekan cross kijun under kumo and price <kijun. close position when cross price> kijun. stoploss on or below depending on buy or sell.
2: positions open to buy when breakout kumo and chikou must be on kumo, close buy when kijun cross price, stoplos under kumo. Open the selling position when breaking down kumo and chikou below kumo, closing the sale when the price cross kijun, stoploss on kumo. (sorry for my bad English) thank Vladimir and the others
Hello Vladimir,
Could you develop an EA of the type developed here https://www.mql5.com/en/code/23589 , but to trade stocks or ETFs?
Not CFDs but shares or ETFs, as shown here:
https://www.metatrader5.com/en/news/1890
Thanks in advance,
Pierre
Hello Vladimir,
Could you develop an EA of the type developed here https://www.mql5.com/en/code/23589 , but to trade stocks or ETFs?
Not CFDs but shares or ETFs, as shown here:
https://www.metatrader5.com/en/news/1890
Thanks in advance,
Pierre
I do not have a connection to the Exchange. So I can not write code for stock symbols.
I do not have a connection to the Exchange. So I can not write code for stock symbols.
Don't you want to open a demo account?
Don't you want to open a demo account ?
On the exchange you need only a real account. Exchange is not Forex.
Forum on trading, automated trading systems and testing trading strategies
Requests & Ideas (MQL5 only!)
Vladimir Karputov, 2019.07.05 15:34
On the exchange you need only a real account. Exchange is not Forex.
EA Breakout using breakout indicator,
ea can have stoploss and take profits parameters
can have martingale and exponential factor to recovery losses
can have limit of orders to limit martingale use
can have multiple sessions, this way we can analyse and use the ea into multiple sessions of indicator breakout
this is my idea, if is possible.
important: code breakout will shared here into mql5, so, is a free code of scriptor programmer.