
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
Yes in the deposit currency. So that when profit is reached, all orders are closed and the cycle starts again.
That is, either closing on the lousy sheep, or if the specified monetary profit is reached, whichever comes first.
Okay, I will add such a parameter.
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.