Tell me how to reduce the lot
SCALPOSNIMATEL:
Can you tell me how to reduce the lot?
Can you tell me how to reduce the lot?
The lot is calculated here:
void CheckForOpen()
{
double L = iLowest(Symbol(),Period(),MODE_LOW,CountBars,0);
double H = iHighest(Symbol(),Period(),MODE_HIGH,CountBars,0);
double Lots=MathRound(m_account.Balance()/100)/1000;
{
double L = iLowest(Symbol(),Period(),MODE_LOW,CountBars,0);
double H = iHighest(Symbol(),Period(),MODE_HIGH,CountBars,0);
double Lots=MathRound(m_account.Balance()/100)/1000;
Play around with the "1000" factor.
Vladimir Karputov:
Thank you very much
The lot is calculated here:
void CheckForOpen()
{
double L = iLowest(Symbol(),Period(),MODE_LOW,CountBars,0);
double H = iHighest(Symbol(),Period(),MODE_HIGH,CountBars,0);
double Lots=MathRound(m_account.Balance()/100)/1000;
{
double L = iLowest(Symbol(),Period(),MODE_LOW,CountBars,0);
double H = iHighest(Symbol(),Period(),MODE_HIGH,CountBars,0);
double Lots=MathRound(m_account.Balance()/100)/1000;
Play around with the "1000" factor.
Testing ...
Hi, I was looking at the System and I was curious to know why there's always a fail of trades at the end, I also tested the EA and after making some good profit, it fails.
ghyamer:
Hi, I was looking at the System and I was curious to know why there's always a fail of trades at the end, I also tested the EA and after making some good profit, it fails.
В конце тестирования образовалась огромная просадка по средствам. Когда тестирование остановлено, то баланс == средствам - поэтому Мы видим провал.
Hi, I was looking at the System and I was curious to know why there's always a fail of trades at the end, I also tested the EA and after making some good profit, it fails.

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
Very Blonde System:
The Expert Advisor opens a reverse position, additionally placing a grid of orders for reinforcement.
Author: Vladimir Karputov