Have you posted the source code for the N candles EA for any version
Mwinnga Ngandu :
Have you posted the source code for the N candles EA for any version
Have you posted the source code for the N candles EA for any version
Each version has its own code:
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The EA checks if the account is netting or hedging. The CPositionInfo, CTrade, CSymbolInfo and CAccountInfo trade classes are used in the code.
- Version 1 N candles.
- Version 2 N Candles v2.
- Version 3 N Candles v3.
- Version 4 N Candles v4.
- Version 5 N Candles v5.
Documentation on MQL5: Standard Library / Trade Classes / CPositionInfo
- www.mql5.com
Standard Library / Trade Classes / CPositionInfo - Reference on algorithmic/automated trading language for MetaTrader 5
Thanks sir.
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
N-_Candles_v6:
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into account, i.e. whether it is netting or hedging.
Author: Vladimir Karputov