Absolutely! The "Method for Calculation" being "MA Single Line" has nothing to do with the Trade Parameters ( TradingTimeFrame, TradingSlowMAPeriod, TradingSlowMAMethod, TradingFastMAPeriod and TradingFastMAMethod).traderduke » Fri Mar 11, 2016 2:05 am wrote:919
yes, the TTF Fastperiod needs a number, even though the MaCalcMethod is MA Single Line ??
Brokers-ATC Fastperiod needs a number
It is is four step process:
1. In the first step, MAD-EA fills out the dashboard with arrows. These arrows are formed by looking back LookingBackMinutes, for either a MA-cross (if the "Method for Calculation" was "MA Cross" ) or a change of direction on the Slow MA. This is done for each of the selected timeframes.
2. At the end of step one, we have a filled dashboard of arrows. Now we are going to check which currency groups are strong, and which are weak. This is done by counting arrows on the timeframes where the setting for RequiredSignals specifies how many we are looking for. A currency group is deemed strong if we have found at the least the required number of UP-arrows, for all the timeframes that we have specified to be part of the strength test. Similar for weak.
3. At the end of step two, we know which currency groups are strong and which ones are weak. The dashboard would have coloured the symbol names in the strong group GREEN and the symbol names in the weak group RED. With this knowledge, we can trade the strong currencies against the weak currencies, in the hope that this would give us an edge on the short-medium term.
4. The TradingTimeFrame, TradingSlowMAPeriod, TradingSlowMAMethod, TradingFastMAPeriod and TradingFastMAMethod parameters are only coming into play at this step. Let's say we have found strong currency XXX and a weak currency YYY at the end of step 3. We are looking to buy XXXYYY (if such currency pair exists) otherwise we are looking to sell YYYXXX. This trade will only proceed if the Trading MA's are stacked in the correct order, i.e for a BUY of XXXYYY we need the Fast MA above the Slow MA, and we need the bid of XXXYYY above the Fast MA. This is all evaluated on the given TradingTimeFrame.
Hopefully this resolves the confusion.