Daniel Lewis
Daniel Lewis
4.4 (113)
  • Information
12+ years
experience
3
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 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; //
12