- Search Energy EXCH
- 126 Results (10 Threads, 116 Replies)
-
Is it possible to create a new symbol in MT4
Started Nov 27, 2009|Platform Tech|39 repliesFor example, I want to create JPY index by some formula. I dont want it to be displayed in ...
- xecret replied Nov 17, 2009
I think it supports H8. You need to have H1 open, put the period converter on it with the parameter 8, so that you will have the H8 offline data. You also need to open an H8 chart, just an H8 chart with no indicators on. Then, you will have MTF Trix ...
Eaglets Flight Training School
- xecret replied Oct 19, 2009
I tested it for a while and checked the code. It left muitiple dots while it is changing direction in real time. This is a small bug, not repainting. I see no recalculation in the code, so according to the algorithm there is no repainting.
One of the best indicators I've seen
- xecret replied Oct 6, 2009
Pivot points are calculated from yesterday's High, Low and Close prices, so they are related to how you define the starting time of a day. From your charts I can see you are using MBT which is using EDT time as the chart time. EDT is in fact GMT-4, ...
MTF Trix system
- xecret replied Sep 20, 2009
I think you dont need the indy at all if you want to code something from it. You may directly refer to smSuper TRIX_v1.ex4 which the indy is based on.
MTF Trix system
- xecret replied Sep 15, 2009
About MTF_Trix_Meter indicators — If you would like to use the multi-timeframe trix meter indicator, you are suggested to use one of the versions listed: (1) Trix MTF meter roy 05 showing confirmed signals (2) MTF_Trix_Meter_1.0d or ...
MTF Trix system
- xecret replied Sep 10, 2009
It's now running with no problem on my computer. Could you describe more detailed or post a pic of what problem you are encountering? Thanks.
MTF Trix system
- xecret replied Sep 9, 2009
xecet's MTF_Trix_Meter update — This time two versions released: 0.91d and 1.0d. 0.91d is a bug-fixed version of 0.62d. It looks the same as 0.62d. 1.0d is to adapt the x-block line-up method. The attached pic shows the comparison of the two ...
MTF Trix system
- xecret replied Sep 7, 2009
Thanks Ken for your time answering the quetions. I will go studying those documents.
How to get the total number of pixels of a window?
- xecret replied Sep 6, 2009
Anyway, there are still two problems not solved: 1. How to detect the window index of the indicator subwindow. The text labels are created by ObjectCreate(), so the window index is needed. I use WindowOnDropped() to get the window index. But there ...
How to get the total number of pixels of a window?
- xecret replied Sep 6, 2009
Thanks — Irtron and Kenz987, with your help I managed to make the indicator as desired. Lots of thanks to you two.
How to get the total number of pixels of a window?
- xecret replied Sep 6, 2009
Ah, it's showing the right things. I did not notice I was looking in a wrong tab. Sorry.
How to get the total number of pixels of a window?
- xecret replied Sep 5, 2009
Hi Irtron, the script stopped working from late last night (here GMT+8). It seemed to quit directly without execution, there's even no comfirmation of the input parameters (X and Y). I tried restarting MT4 and Windows, it kept the same. Strange, it ...
How to get the total number of pixels of a window?
- xecret replied Sep 5, 2009
Yes, wingdings are applied to buffers. Multiple buffers are used, each buffer corresponds to a wingding. If you want to output a wingding, just give that buffer a value and give other buffers EMPTY_VALUE's.
How to get the total number of pixels of a window?
- xecret replied Sep 5, 2009
Very smart and concise coding. Much appreciated.
How to get the total number of pixels of a window?
- xecret replied Sep 5, 2009
There are some pixels on the left to the beggining of the yellow line. So 6 is correcrect position of the first yellow pixel.
How to get the total number of pixels of a window?