How to run a different symbol and a different timeframe? Thank you.
Dmitriy Ermolaev:
How to run a different symbol and a different timeframe? Thank you.
How to run a different symbol and a different timeframe? Thank you.
- Open a new chart with a different symbol and set the chart to the required timeframe
- Attach this Expert Advisor to the chart (throw it on the chart).
Good afternoon
Where do you put the lot size?
dcmtrade:
Good afternoon
Where do I set the lot size?
In this code the lot is not set rigidly - it is calculated each time in the function
//+------------------------------------------------------------------+
//||
//+------------------------------------------------------------------+
double LotsOptimized()
{
//--- select ExtLot size
ExtLot=NormalizeDouble(m_account.FreeMargin()*Risk/100,1);
ExtLot=LotCheck(ExtLot);
//--- return ExtLot size
return(ExtLot);
}
//||
//+------------------------------------------------------------------+
double LotsOptimized()
{
//--- select ExtLot size
ExtLot=NormalizeDouble(m_account.FreeMargin()*Risk/100,1);
ExtLot=LotCheck(ExtLot);
//--- return ExtLot size
return(ExtLot);
}
I trade futures on Forts. A lot of money in the account. Of course, he used almost all the money.
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
Expert MACD EURUSD 1 Hour:
Works based on the iMACD (MACD) indicators
Author: Vladimir Karputov