- Search Energy EXCH
- 141 Results (135 Replies, 6 Comments)
-
Retlaw replied Sep 22, 2021Like I said, quick and dirty, without much thought. Go with Losja's solution.

Need Help: Array to get the Longest Green Bar Value of a Loop
-
Retlaw replied Sep 20, 2021Here is an update, quick and dirty script
//+------------------------------------------------------------------+ //| longestgreenbar.mq4 | //| Copyright 2021 WaltSoft | //| https://WaltSoft.be | ...Need Help: Array to get the Longest Green Bar Value of a Loop
-
Retlaw replied Aug 25, 2021Lots of interesting stuff in your first post Bilal
Success!1M Price Action System
-
Retlaw replied Jul 30, 2021You're welcome. That's the spirit! Looking up the presented functions (Highlight & F1) is a good way to learn! Basically this is how it goes: - we create an Array, GreenBars of 21 slots (0 to 20) - we fill the array with zeros - we loop through the ...
Need Help: Array to get the Longest Green Bar Value of a Loop
-
Retlaw replied Jul 30, 2021Or this simple code: //----------------------------------------------- int i; double grnBar = 0; double GreenBars[21]; ArrayFill(GreenBars,0,21,0); for(i = 0; i <= 20; i++) { grnBar = NormalizeDouble(iClose(Symbol(), 60, i) - iOpen(Symbol(), 60, ...
Need Help: Array to get the Longest Green Bar Value of a Loop
-
Retlaw commented Jan 9, 2021Freedom of speech - Wikipedia url Abusive behavior (twitter.com)
Twitter permanently suspends Trump's account, cites "incitement of violence" risk
-
Retlaw replied May 14, 2020I added a setting "ArrowSize" = "2" and I changed the X to an actual arrow.
I will code your EAs and Indicators for no charge
-
Retlaw replied May 14, 2020Simply set the line width bigger. image
I will code your EAs and Indicators for no charge
-
Retlaw replied Apr 1, 2020In your OnInit(), put --> ChartSetInteger(0,CHART_EVENT_MOUSE_MOVE,1);
MT4/MQL Custom Coded Buttons Must Be Pressed Twice to Work
-
Retlaw commented Feb 19, 2020It's not the USD getting stronger but the JPY getting weaker! image
Minutes of the Federal Open Market Committee
-
Retlaw replied Jan 15, 2020"I have developed this EA with Retlaw..." Let me correct this ghostbiker. "We" did not develop this EA! I developed it according to your strategy rules in your post #1. As I can remember correctly, we even never had a conversation. (I don't like ...
London close trading system for currencies
-
Retlaw replied Jan 15, 2020Ok, everybody keeps sending me PM to ask for the EA I coded for this strategy a long time ago, so I will post it again here so that it is available for anyone who wants it. This is the latest version. I will offer no support for it (it's straight ...
London close trading system for currencies
-
Retlaw replied Dec 12, 2019Here's one: url it's not for free though

MT4 Order Plugin: Trade by lines with risk based lot sizing
-
Retlaw replied Dec 12, 2019Here's another one, I use it on all my charts: url It draws an alternating color background (grid) with a scale you can choose. Not only that, but it can also draw horizontal lines, with or without price labels, on big round numbers. image
MT4 Utilities