26 lines
No EOL
800 B
Text
26 lines
No EOL
800 B
Text
//+------------------------------------------------------------------+
|
|
//| ADA_USD_Otimizado.set |
|
|
//| Configuração Otimizada para ADA/USD |
|
|
//| Corretora: FXPro |
|
|
//| Timeframe: H1 |
|
|
//| Alavancagem: 50x |
|
|
//+------------------------------------------------------------------+
|
|
|
|
// === Configurações Gerais ===
|
|
InpLotSize=0.01
|
|
InpMagicNumber=123456
|
|
InpStopLoss=50.0
|
|
InpTakeProfit=100.0
|
|
InpMaxRisk=2.0
|
|
|
|
// === Indicadores ===
|
|
InpMAPeriod=21
|
|
InpMAFast=12
|
|
InpMASlow=26
|
|
InpRSIPeriod=14
|
|
InpRSIBuy=30.0
|
|
InpRSISell=70.0
|
|
|
|
// === Configurações de Horário ===
|
|
InpStartHour=8
|
|
InpEndHour=22 |