InpHardCapLot | bool | false | V8: false lets you change lot size freely from Inputs/global variable |
|---|
InpMaxLotPerTrade | double | 0.30 | optional safety cap only applies when InpHardCapLot=true |
|---|
InpUseGlobalLotOverride | bool | true | V8: change lot anytime via MT5 Tools > Global Variables |
|---|
InpGlobalLotVariableName | string | FXV80_V13_LotSize | set this global variable to the desired lot, e.g. 0.03 or 0.05 |
|---|
InpRiskPercent | double | 0.50 | risk per trade if InpUseRiskPercent=true |
|---|
InpMaxDailyLossPercent | double | 2.00 | stops new entries when reached |
|---|
InpClosePositionsOnDD | bool | false | close positions if daily DD is hit |
|---|
InpUseDailyProfitLock | bool | true | stop new entries once the daily profit bank is protected |
|---|
InpDailyProfitTargetPercent | double | 2.00 | close/pause once daily equity profit reaches this percent |
|---|
InpDailyProfitLockStartPercent | double | 0.80 | start protecting the day after this peak equity gain |
|---|
InpDailyProfitGivebackPercent | double | 38.0 | lock the day if peak daily profit gives back this much |
|---|
InpClosePositionsOnDailyProfitLock | bool | true | close open positions when daily profit lock triggers |
|---|
InpMinEntryScore | int | 6 | V11: more responsive; burst entries have their own quality threshold // V9: quality first; reduce only after t |
|---|
InpSignalGap | int | 1 | buy score must beat sell score by this gap |
|---|
InpOppositeExitScore | int | 8 | V9: avoid closing winners too early on weak opposite noise |
|---|
InpUseCandlestickPatterns | bool | true | |
|---|
InpUseTrendContinuation | bool | true | |
|---|
InpUseStructureMomentum | bool | true | HH/HL, LL/LH, candle impulse and pullback continuation |
|---|
InpUseCurrentCandleTrigger | bool | true | V11: enables early entries during fast directional candles // V9 default false: closed-candle confirmation reduces |
|---|
InpUseADXModule | bool | true | ADX and DI confirmation, useful on FX Volume 80 |
|---|
InpUseIndicatorConfirm | bool | true | |
|---|
InpUseExhaustionBlock | bool | true | |
|---|
InpShowDashboard | bool | true | chart display with scores and filters |
|---|
InpUseSmartVReversal | bool | true | catch stronger buy recoveries after sharp drops |
|---|
InpVReversalLookback | int | 8 | bars used to detect sharp drop before V recovery |
|---|
InpVSharpDropATR | double | 1.80 | prior drop must be at least this many ATRs |
|---|
InpVRecoveryBodyATR | double | 0.28 | recovery candle body minimum |
|---|
InpVLowerWickATR | double | 0.35 | wick rejection minimum for V recovery |
|---|