Bronze Warrior - MetaTrader 5 Expert | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources
The author of the idea - the screenwriter
mq5 code author - Bara Bashkakon
Expert Asvisor uses iCCI (Commodity Channel Index, CCI) and iWPR (Williams Percent Range, %R) indicators as well as a custom indicator, the Daytime Impulse Indicator. You can open opposite positions, so only hedging accounts are recommended.
All three indicators have a common average range - the average period of all indicators . For CCI, the level is set to positive CCI:positive,negative levels - in the code it is compared to + CCI:positive,negative levels , and as CCI:positive,negative levels:
if (sales quantity == 0 ) if (custom[ 0 ]>Inp_DayImpuls_Level && custom[ 1 ]<custom[ 0 ] && wpr[ 0 ]>Inp_WPR_Level_UP && cci[ 0 ]>Inp_CCI_LEVEL) { Position(InpLots, POSITION_TYPE_SELL ); return ; } if (purchase quantity == 0 ) if (custom[ 0 ]1 ]>custom[ 0 ] && wpr[ 0 ] 0 ]<-Inp_CCI_Level) { Position(InpLots, POSITION_TYPE_BUY ); return ; }
WPR has two levels: WPR: Upgrade and WPR: Downgrade .
The DayImpuls custom indicator has one level: DayImpuls: Level .
Attachment download
📎 bronze_warrioir.mq5 (43.51 KB)
📎 dayimpuls.mq5 (5.9 KB)
Source: MQL5 #23073
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •