Daniel Lewis
Daniel Lewis
4.4 (83)
  • Information
10+ years
experience
2
products
0
demo versions
0
jobs
0
signals
0
subscribers
Self-employed
Friends

Add friends via their profile or user search and you will be able to see if they are online

Daniel Lewis
Added topic Create separate_window indicator that displays numbers
I've been trying to figure out a way to create an indicator that would be a separate_window at the bottom of chart that would simply display numbers on various bars.  I don't see a way to to do it with buffers and the only object that I can find
vern99
vern99 2019.12.10
may i have a td sequential count
Daniel Lewis
Added topic Finding an ObjectType on multiple charts without knowing object name
In MT4, is it possible to read through all open charts and count all the HLINE and TREND objects of a specific color?  I have the following code and know that the statements after the "for" loop will not work because the ObjectName function does
Huuly Tran
Huuly Tran 2018.11.27
La sao mình không hieu
phamxuantrinh
phamxuantrinh 2019.10.07
i want to buy an AE with my ideal. can you help me, my gmail: phamxuantrinh.qb@gmail.com, phone number +84888666725
Daniel Lewis
Added topic MT5 accounts.dat file deleted when installing Windows 10
When upgrading to Windows 10, after launching MT5 the first time, a message in the Journal tab says "Accounts: deleted due to security reason".  The old accounts.dat file exists in the \Program Files\Metatrader5\Config folder but when I copy it
mql4student
mql4student 2015.12.16
I noticed you are giving a way the 'Trend Pullback Trader' EA. Can you provide us the source code for it so we can tweak it to make it better?
TNap
TNap 2016.02.10
I noticed you have removed all demark indicators from the marketplace. I would be willing to pay if you could make them available to me.
TNap
TNap 2016.02.10
If you message me I could provide you with my personal email.

Thanks
Daniel Lewis Published product
Reviews: 73
FREE

MACD indicator in MetaTrader 4/5 looks different than MACD does in most other charting software. That is because the MetaTrader 4/5 version of MACD displays the MACD line as a histogram when it is traditionally displayed as a line. Additionally, the MetaTrader 4/5 version computes the Signal line using an SMA, while according to MACD definition it is supposed to be an EMA. The MetaTrader 4/5 version also does not compute a true MACD Histogram (the

Raghu Burukunte
Raghu Burukunte 2020.01.13
Can I get the MQ5 File for this? THanks
mattwebb100
mattwebb100 2020.06.03
Hi Daniel, I really love your macd and can't live without it but I have noticed my chart lags when high vol is happening. is there anything you can help me with to handle this? thanks again for the nice product. matt
rafatura
rafatura 2022.01.31
Hello Daniel
Thank you very much for making available this indicator that is excellent in trading. Since the last update of mt5 build 3180 the traditional macd is not working anymore, could you please send me the mq5. My e-mail rafael.tura@gmail.com
Regards,
Daniel Lewis Published product
Reviews: 11
FREE

This indicator displays a Line Break chart in the main chart window. To view the line break chart on its own, change the main chart window to display a Line Chart and then change the "Line chart" color to "None" in the F8 properties dialog. When scrolling, zooming in/out or changing the chart pair/timeframe, the indicator will resize the blocks on the next tick to fit the main chart viewing area. Line Break charts were invented in Japan and are similar to Point &

Daniel Lewis
Added topic Simple indicator locking MT4
This indicator is supposed to simply display two horizontal lines at high/low of the bar designated by StartHH and StartMM each day.  As soon as I load it on a chart, it locks MT4.  I took an existing indi I wrote that displays
Daniel Lewis
Added topic GlobalVariablesDeleteAll() bug
When I specify a name prefix, it's deleting all Global Variables , not just the GVs with the prefix. There's a message in the forum back in 2006 that suggests this would be fixed, it's broken again.    MT4GV_TS_Prefix = "TSv2_" + Symbol ()+
đoàn bá
đoàn bá 2018.12.27
Hi Daniel

could you share me the latest mq4 file of your traditional MACD MT4.

email: tungdoanba@gmail.com

thanks
Daniel Lewis
Added topic Cannot modify fibo description in indicator that created fibo object
In an indicator, I'm trying to modify the fibo description of a fibo object I created. The code to create the object works fine: ObjectCreate (objFibID, OBJ_FIBO , 0 ,Time[HighestBar],High[HighestBar],Time[LowestBar],Low[LowestBar]);
Daniel Lewis
Added topic Manually closing deals when running multiple EAs on same account
In MT4's ticket-based system, it was fairly easy to manually close one EA's position if I had multiple EA's trading the same pair on the same account. e.g. EA #1 places EURUSD SELL order for 0.1 lots @ 1.30000, EA #2 places EURUSD SELL order for 0.1
Daniel Lewis
Added topic Drawing rectancle around text object to change background color
There's no way to set the background color of a text object (OBJ_LABEL or OBJ_TEXT) that I can find. A workaround would be to draw an OBJ_RECTANGLE with background property set true. This is all well and good when these objects are in a fixed
Daniel Lewis
Added topic Anchoring Text on X-axis that can move up/down Y-axis
I have a grid indicator I wrote, I want to see the prices of each line on the chart itself, not on the right with the other prices. Is there a way to anchor it to the X-axis so it's in a fixed position on the right side of the chart that allows the
Daniel Lewis
Registered at MQL5.community
yun du
yun du 2020.07.14
很好
Daniel Lewis
Added topic Code works on personal PC, does not on VPS
I've got a little snippet of code that works fine on my home PC at multiple brokers but fails on my forex.com VPS. External variables are defined as follows: extern int GMT_StartHH = 11; // GMT Hour to start trading extern int GMT_StartMM = 00; //