- Search Metals Mine
- CockeyedCowboy replied Mar 12, 2011
I am not really understanding why the chart scale itself would be more important then the actual price that created the chart scale. Also the price scale can be altered by dragging it with your mouse or setting to a fixed scale from the dialop box. ...
Returning price at the top of the Y axis
- CockeyedCowboy replied Mar 12, 2011
Normally, most people code the alerts and email etc.. right after the order is open/closed right at the time the order ticket number is received from the server. within the code that placed the order. Unless you are creating exteam performance ...
Trade event monitor
- CockeyedCowboy replied Mar 12, 2011
most alerts are generally triggered by the code that places, modified, closed, or deleted orders and not from a second ea. What would be the purpose of having another ea to trigger alerts ? Keit EDIT[or are you look to do something like this in the ...
Trade event monitor
- CockeyedCowboy replied Mar 12, 2011
yes but in a different way. you have to get the highest high in the past x bars. or the lowest low in the past x bars. int iHighest(string symbol, int timeframe, int type, int count=WHOLE_ARRAY, int start=0) double iHigh(string symbol, int ...
Returning price at the top of the Y axis
- CockeyedCowboy replied Mar 10, 2011
At the time you posted this I added more screen shots to the post above; Theres is an indicator I posted some time back called price cloneing I cant fine that code on my computor I may have sent it to the dungeon ! The code in the first screen shot ...
Plot only last couple of Chandles MainChart
- CockeyedCowboy replied Mar 10, 2011
It can be done a couple of ways, but with some tricks; It depends on why your wanting to do it to which way is best. In the screen shot the top chart is the actual data bars that is delivered by MT but the the ending (the left side) is just covered ...
Plot only last couple of Chandles MainChart
- CockeyedCowboy replied Mar 10, 2011
double WindowPriceMax(int index=0)
Returning price at the top of the Y axis
- CockeyedCowboy replied Mar 9, 2011
I not sure but it appears that windows is forcing MT to use equal spacing with referance to the black space after each word. I am not sure what its called but MT doesnot use equal spacing for charaters that is 'I' will use less space then 'W', ...
Meta-editor messed up
- CockeyedCowboy replied Mar 5, 2011
This is good Will be looking at your code closer tonight may be can see something else that will help. I not sure what you mean by HEAVY profile however. I forgot to mentions you have to also watch what you do in the init() function because some of ...
How to get the total number of pixels of a window?
- CockeyedCowboy replied Mar 3, 2011
Ipndasno Do you have any wav or mp3 creation programs or are you going to try doing it directly MT? I have posted some wav files I made a few months ago, but twee-ie removed them, some one did not like them and twee-ty would not say why. If your in ...
Discipline Trader and Voice Trader EA/IND
- CockeyedCowboy replied Mar 3, 2011
Roger Yes Iam french too, I have a brother name Roger that is why I made the comment. I hardly ever see that name here in the US. I dont know how you coded your indicator that would lock up MT. What I have on my terminal is a dozen code blocks most ...
How to get the total number of pixels of a window?
- CockeyedCowboy replied Mar 2, 2011
Hay nondisclosure if you turn around it may not feel good but it'll be better.
looping ordermodify code
- CockeyedCowboy replied Mar 2, 2011
I toyed with Gann a few years back but found nothing useful in it. You can elimiate the need for symmetrical charts by taking the square root of the sum of your time squared and price squared. If you view your time unit as one then the return if 1 ...
Angle Indicator
- CockeyedCowboy replied Mar 1, 2011
dont know how your code works but you can try to short cycle the code till you get the a nor zero return. at the begining of the start function... You should put the code for retreving the window size in a routine that is called on each tick as it ...
How to get the total number of pixels of a window?
- CockeyedCowboy replied Feb 28, 2011
Roger I bet your running this code in an indicator and not a EA or script. Indicators work differently then EAs and scripts, they dont wate for a return from a dll call. That is why MT tells you, you can't use messageBox() function in an indicator ...
How to get the total number of pixels of a window?
- CockeyedCowboy replied Feb 27, 2011
Yes I know, just having some fun its sunday
MT4 navigational tips and techniques
- CockeyedCowboy replied Feb 27, 2011
How does MT check to see if you changed it? Or are MT globals nothing more then DOS Environmental Variable? How is the port changed by useing an MT global I see no connection here. Keit
MT4 navigational tips and techniques
- CockeyedCowboy replied Feb 27, 2011
Theres only one way to do it easily, well may be not so easy, You have to create an indicator that, say, places a trend line at the top (or bottom side) of your price chart say in a horizontal or vertical position. when you want to draw a line grab ...
MT4 navigational tips and techniques
- CockeyedCowboy replied Feb 27, 2011
that tool tip can be turned off only on custom indicator but not on the builtin ones or price charts. you have to add the statement 'SetIndexLabel( buffer name, "" );' and give the buffer index an empty string, this will remove the tooltip when you ...
MT4 navigational tips and techniques