@melmdoost
You are welcome
Posts made by sktsec
-
RE: my indicator doesn't show in indicator listposted in Questions & Answers
-
RE: How can i calculate PIP VALUE for each pair?posted in Questions & Answers
You may need to set it yourself. Because the same instrument can have different pip values with different brokers
-
RE: Unable to get another ChartID's Object price levelposted in Questions & Answers
@kelly-morgan
The big number is EMTPY_VALUE. That means you get no value at all. In other words, the object has no value at all, or you haven't got it .This happens very often if you use customize indicator. That's also why there are a lot of questions regarding customize indicator
In many cases, you need to get the value again and again until you get what you want
-
RE: How to choose arrowsposted in Questions & Answers
If it is a repaint indicator and the arrows are objects, you are wasting your time. In some cases, the indicator keep erasing and re-creating the previous arrows, so there is no way an EA can follow what the indicator is doing. Some indicator would also deliberately hide the most important output buffer by not showing its data in Data Window.
-
RE: BUG. Block " Position Closed "posted in Bug Reports
Tested. Very strange. The position closed Block was triggered whenever a new trade opened
See updated solution: http://fxdreema.com/forum/post/88615
-
RE: Problem to see the code in fxdreemaposted in Bug Reports
@trading4life
If the EA author made a simple modification on the encrypted code, or simply removed it, you cannot import it. -
RE: my indicator doesn't show in indicator listposted in Questions & Answers
You need to put your indicator in MT4 indicator folder as well
-
RE: Problem to see the code in fxdreemaposted in Bug Reports
@trading4life
I don't think you can do it if the seller don't want you to reverse engineering it. -
RE: Update Download Extensionposted in Bug Reports
Current version 0.3. No problem. Use it every day
-
RE: Block execution orderposted in Questions & Answers
Have you tried normalizing the IDs (Options -> Project Options -> Project Blocks: Normalize IDs)
-
RE: DLL Importsposted in Questions & Answers
@dgoodwin418
The custom indicator itself will load it. No need to worry about it. -
RE: Problems on loading MACDposted in Questions & Answers
I think the problem is due to other parts of your code
-
RE: MY SLOW BACKTEST PROBLEM SOLVED.posted in General Discussions
@jstap
Good idea. Thanks for your sharing -
RE: MY SLOW BACKTEST PROBLEM SOLVED.posted in General Discussions
@jstap
Thank you for your sharing. Sure the Block IDs affect the order of execution on those blocks of the same level. But how come the speed would be affected by the IDs and normalizing it can help? I must miss something. -
RE: problems in Importing TDI Indicatorposted in Questions & Answers
@pezhman491
Repaint indicator won't work as expected -
RE: Use an indicator from tradingviewposted in Questions & Answers
There is commercial EA(s) that can copy TV signal to MT4/5. You can google it.
For DIY, you need
- Python to set a server (like flask) to receive the TV webhook signal
- Send the signal from python to MT4
Both cases require TV pro version that would provide webhook function.
DIY is free but cost in (a lot of) effort required
Commercial is easy but cost in money requiredBTW, VWAP is one of my favourites but use in ETF is something new to me
-
RE: Implementing an indicator in a formulaposted in Questions & Answers
@rezazadeh_mr
So, for 45 degree, how much has the price increased?