ТоrKit-Ukraine.
- #52,187
- Edited May 11, 2022 12:30am May 10, 2022 3:01pm | Edited May 11, 2022 12:30am
- Joined Mar 2013 | Status: Trader | 2,466 Posts
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Thanks for your reply I do have the indicators loaded on my charts and in the indicators section also . The EA don't open trades. Can u download and test it also? It would be great for community.Ignored
DislikedHello everyone! Can someone made in this indicator push info when crossing the line? Indicator give notifications but only sound. Thx all. {file}Ignored
#property library // indicator settings #property indicator_separate_window #property indicator_buffers 3 #property indicator_level1 50.0 #property indicator_color1 Blue #property indicator_color2 0xFFFFFFFF #property indicator_color3 Black #property indicator_width1 2 #property indicator_width2 1 #property indicator_width3 1 #property indicator_style2 2 #property indicator_style3 2 #property indicator_levelcolor Red #property indicator_levelstyle 0 double gd4C[]; double gd50[]; double gd54[]; double gd58[]; double gd5C[]; double gd60[]; double gd64[]; double gd68[]; extern int Smoothing = 5; extern int TimeFrame = 0; extern string ALERTS = "------------------------------------------------------"; extern bool CrossFiftyAlert = false; extern bool CrossFiftyEmail = false; extern bool CrossLineAlert = false; extern bool CrossLineEmail = false; extern bool BothAlert = false; extern bool BothEmail = false; extern string MESSAGES = "------------------------------------------------------"; extern string FiftyUpMessage = "QQE Crossed 50 Line UP !!!"; extern string FiftyDownMessage = "QQE Crossed 50 Line DOWN !!!"; extern string QQECrossUpMessage = "QQE Lines Crossed UP !!!"; extern string QQECrossDownMessage = "QQE Lines Crossed DOWN !!!"; extern string BothUpMessage = "QQE Lines Are Crossed and 50 Line Broken UP !!!"; extern string BothDownMessage = "QQE Lines Are Crossed and 50 Line Broken DOWN !!!"; extern string SOUNDS = "------------------------------------------------------"; extern string FiftyUpSound = "alert.wav"; extern string FiftyDownSound = "alert.wav"; extern string QQECrossUpSound = "alert.wav"; extern string QQECrossDownSound = "alert.wav"; extern string BothUpSound = "alert.wav"; extern string BothDownSound = "alert.wav"; extern string DOT_VISIBILITY = "------------------------------------------------------"; extern bool FiftyUpDot = false; extern bool FiftyDownDot = false;
Disliked{quote} I rewrite most of those line/text routine and moved some code to get refreshed. Update: I forgot to add "Move" when new data shows up. Here is latest. Please discard old and use this one. Also, I have added one indicator that will draw lines for 2 days. It is not Pivot - it is the one I use to identify what is possible max upside and low side based on ADR. ( white lines ) {file} {file} {image}Ignored
DislikedHi coders, I am looking for a simple indicator which shows tweezer top/bottom If you could do that I would be very grateful. Thank youIgnored
Disliked{quote} Double TopBottom PA Double TopBottom TT FXPT Double TopBottom TT old indicator.. i think, it needs repairhttps://www.forexfactory.com/thread/...4#post13906924 {image} {image} {file} {file} {file} {image} {image}
Ignored
DislikedTankk, thank you, but I need something like that https://iqtradingpro.com/how-to-iden...-in-iq-option/Ignored
Disliked{quote} 2-3 Candles E= HL [поручик] search in this archive: may be you find similar induk here?Price Action 4 scriptong [поручик] pattern 'Rails' by Russian
+ https://www.mql5.com/ru/code/16206 {image} {image} {image} {image} {file} {file}
Ignored
DislikedHey Guys, i want to learn and improve my MQL4 skills. I think the best way to do this is to practice. Unfortunately sometimes I don`t have any nice idea which i can implement in a Expert Advisor / Indicator. So if any of you is interested, please post in this forum your ideas and i will try to implement it into mql4. AndiIgnored
DislikedHey Guys, i want to learn and improve my MQL4 skills. I think the best way to do this is to practice. Unfortunately sometimes I don`t have any nice idea which i can implement in a Expert Advisor / Indicator. So if any of you is interested, please post in this forum your ideas and i will try to implement it into mql4. AndiIgnored