- Search Metals Mine
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Dec 30, 2015
Hello, This is not an EA, it is 2 scripts. The first will copy any trend or horizontal lines from the chart. The second will paste those lines onto another chart. If you move the lines on one of the charts, using the 2 scripts will move the lines on ...
I will code your EAs and Indicators for no charge
- Gumrai replied Dec 28, 2015
I've just made basic modifications
I will code your EAs and Indicators for no charge
- Gumrai replied Dec 27, 2015
If executing a print every tick, not all will show in the journal tab. However, if you open the actual log file, they will all be in there.
Test in Strategy Tester: Start-Method is not calling every tick
- Gumrai replied Dec 11, 2015
Look in the "Tester" folder
MQL4 - FileWrite not working in strategy tester
- Gumrai replied Dec 5, 2015
You are getting the index of the highest, not the price High[ iHighest (Symbol(), Period (), MODE_HIGH, 6, 1)]; or if it is from another timeframe or symbol, use iHigh
MQL4 code: iHighest
- Gumrai replied Nov 22, 2015
The vertical lines are time scale. Any horizontal lines are price scale. You cannot place horizontal lines at time levels.
timelines indicator
- Gumrai replied Nov 22, 2015
สวัสดี I'm sorry but I don't understand what you mean about the horizontal line. I got your PM, but your settings do not allow people to PM you.
timelines indicator
- Gumrai replied Nov 20, 2015
You are probably using model set to open prices only, change it to every tick
I will code your EAs and Indicators for no charge
- Gumrai replied Nov 2, 2015
To find the shift of the first bar of the day int midnight_shift=iBarShift(Symbol(),0,TimeCurrent()-(TimeCurrent()%(PERIOD_D1*60)),true); if(midnight_shift==-1) ...
Easiest way to count bars from X to Current Time?
- Gumrai replied Oct 10, 2015
I wrote the EA 2 years ago and no longer have the mq4 file
Hi Lo Break EA
- Gumrai replied Oct 10, 2015
//+------------------------------------------------------------------+ //| SuperTrendTest.mq4 | //| BroStats | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "BroStats"; ...
Coders, Little Help with my EA Please :)
- Gumrai replied Sep 28, 2015
When you attach the EA to the chart and get the input window, click on the common tab. If you have "Only Long" enabled for positions, change it to "Long & Short"
HELP: Expert Advisor doesn't work on my computer
- Gumrai replied Sep 28, 2015
You can just move the mq4 file into the Indicator folder, in which case you will have to right click on the indicators in the navigator window and click refresh, or shut down and restart the terminal. Otherwise... I assume that as you are seeing the ...
I will code your EAs and Indicators for no charge
- Gumrai replied Sep 15, 2015
Check that you have the Wingdings font installed on your computer
Strange font in custom indicator
- Gumrai replied Aug 30, 2015
Some brokers, with oil etc only allow lot sizes as multiples of eg. 0.25 Check whether this is the case or not
SOS! EA cannot trade Oil (order send error 131)
- Gumrai replied Aug 24, 2015
Sorry, I don't often release the source code.
EA/Script for automatic stop loss on open orders