- Search Metals Mine
- eess replied Dec 19, 2021
Oh I see, friend, tmr when market open, you run your OnTick code on actual chart, not in tester, during peak hour of forex when prices change rapidly, you just check whether there's any issues with the file I/O Operations. My worry is that when ...
Why I cannot see the file which should be created in mql5?
- eess replied Dec 19, 2021
What is the actual usage of this EA? Are you trying to get the history data by trying to run this EA in tester?
Why I cannot see the file which should be created in mql5?
- eess replied Dec 19, 2021
Sorry I don't have time to watch the video, but can you find the file when you run it in tester mode and inside OnTick? When I told you onTick doesn't run on market that is not open, I meant it to be when you put it on Chart, not in tester....
Why I cannot see the file which should be created in mql5?
- eess replied Dec 19, 2021
For tester mode, I don't know whether file can be generated, never try before. But the timer code I give, I put on any chart. not in tester, can see the file in \MQL5\Files folder.
Why I cannot see the file which should be created in mql5?
- eess replied Dec 19, 2021
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { //--- create timer EventSetTimer(1); //--- ...
Why I cannot see the file which should be created in mql5?
- eess replied Dec 18, 2021
The software to do this, I search before, looks like need to pay
Anyway very nice, everything dark color.My Room 5 - MT5 Indicator
- eess replied Dec 18, 2021
Looks quite different from what i imagine it to be, oh...and why your platform looks so nice
, even the popup window is gray. .Is this MT5 or other platform?My Room 5 - MT5 Indicator
- eess replied Dec 18, 2021
I was asking about your OHLC, what does it look like and any picture to show?
My Room 5 - MT5 Indicator
- eess replied Dec 18, 2021
Why you need to be so aggressive to someone who is trying to help you and obviously not able to read into your mind?
Anyway I'm hands off this issue, maybe someone else might be keen to help.Problem of Getting M1 1st Bar's Shift
- eess replied Dec 18, 2021
I thought you wanted to get first barshift as you said here "Why I need to ensure that the codes can get the M1 1st bar's shift info ? " If not, what is your objective?
Problem of Getting M1 1st Bar's Shift
- eess replied Dec 18, 2021
This set of C++ tutorials look pretty systematic to me and covers many topics, anyway there are plenty of such stuff on youtube, you can search and see what you like video
Problem of Getting M1 1st Bar's Shift
- eess replied Dec 18, 2021
looks like the place where you put the break statement is not where it should be and missing encapsulate brackets...., Example, should be like this: int BreakOutM1SfA=0; for(int i=b0M30Sf; i>=1; i--) { double cCs0=iClose(symbol,1,i); ...
Problem of Getting M1 1st Bar's Shift
- eess replied Dec 16, 2021
v1.00 Session Box (MT5) - Up to 3 sessions available - Able to show/hide the session boxes - Able to set the following types of alerts 1) Breakout Alert for Most Current Box (Price breakout of Current Session) 2) Breakout Alert for Previous Box ...
My Room 5 - MT5 Indicator
- eess replied Dec 14, 2021
v1.01 Bollinger Bands (MT5) (Replaces earlier version v1.00, use this instead, this will clear memory on removal of indicator) - Able to set alerts when Price crosses Lower/Upper band - Able to fill color for Upper and Lower bands - Able to ...
My Room 5 - MT5 Indicator
- eess replied Dec 10, 2021
v1.00 MT5 Multiple Moving Averages (Up to 4) - Able to display up to 4 moving averages - Able to toggle on/off for each moving average - Able to set alert when 2 MAs cross and choose which 2 MAs
My Room 5 - MT5 Indicator
- eess replied Dec 10, 2021
I see, what other filters you like?
I tried to code his "Profitable Trading System" in Chapter 12, but.. the Maths and calculations are hmm....very tough...to do it correctly
. After ...Experiments - while waiting for an order to get closed
- eess replied Dec 9, 2021
In his book "Rocket Science for Trader", there is a chapter on momentum which he has some explanation on it comparing the frequency response of a 1-bar momentum vs 2-bars and 3 bars, unfortunately the Maths and digital signal processing concepts ...
Experiments - while waiting for an order to get closed
- eess replied Dec 8, 2021
Update v1.20 Color Fibo - Improve responsiveness of dragging the fibo by considering X axis displacement without y-axis movement. - Add price levels in fibo text Note: - put esColorFibo.dat in \MQL5\Files folder - esColorFibo.ex5 in \MQL5\Indicators ...
My Room 5 - MT5 Indicator
- eess replied Dec 7, 2021
What's the meaning of "change the string"? Do you mean that you want to drag the fibo to different price levels?
My Room 5 - MT5 Indicator