Experts: Expert MACD EURUSD 1 Hour

 

Expert MACD EURUSD 1 Hour:

Works based on the iMACD (MACD) indicators

Expert MACD EURUSD 1 Hour buy

Author: Vladimir Karputov

 
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.
  1. Open a new chart with a different symbol and set the chart to the required timeframe
  2. 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);
  }
 
I trade futures on Forts. A lot of money in the account. Of course, he used almost all the money.