- Search Metals Mine
- CockeyedCowboy replied Mar 21, 2012
hayseed I posted here a template file for creating script files. Here I am not talking about the templates that are saved of chart windows. If you look at the main MT directory >> expert >> templates directory. in it you will find a file called ...
Crayon Trend Lines
- CockeyedCowboy replied Mar 19, 2012
in the Expert >> Library directory make sure you have built 2 of the program the file name has v100 b02 at the end if it has b01 and the end it has a few bugs. I would suggest you read the documentation at the end of the MQ4 file. you would of known ...
Crayon Trend Lines
- CockeyedCowboy replied Mar 19, 2012
hay seed you may want to down load the new copy in post 1 currected a bug in the divorce court routine. the SR lines were not working right in the built 1 try built 2. The euro was just not moving this morning so I though I would post the trend ...
Crayon Trend Lines
-
Crayon Trend Lines
Started Mar 19, 2012|Platform Tech|14 repliesI still remember Mom saying. "Now Keit, let your friends play with your crayons". I would ...
- CockeyedCowboy replied Mar 6, 2012
eronyx Now thats the way to answer a post if you want to learn. If your using it to just make your indicators run by time instead of tick wise it will work just fine, It will NOT how ever save data in milliseconds MT dosnot automaticlly do that even ...
EA to collect data each millisecond , not just when Ticks occur
- CockeyedCowboy replied Mar 5, 2012
That quote at the bottom of above post is from MT, I used that same script and had a minor problem with it that you should correct, but you'll learn. Keit
EA to collect data each millisecond , not just when Ticks occur
- CockeyedCowboy replied Mar 4, 2012
That script has a flaw it only makes the ea think theres a new tick if the ea does not stop it will not see new data. It will make the MT platform run and look and feel like its working "Experts and scripts operate with their own copy of history ...
EA to collect data each millisecond , not just when Ticks occur
- CockeyedCowboy replied Mar 4, 2012
not sure what the supply and demand thing is... just gave it a quick check with the market just opened, the trend line appear to work well, the SR lines need some more work... This does not very the color it has two colors holding and broken it also ...
Trendline higher TF auto drawn on lower TF
- CockeyedCowboy replied Mar 4, 2012
Robert Give me a week I am current writing a program that you may be interested in that manages trend lines and S/R lines. I have a few more things to do but cant do it till the market opens. the screen shot was taken this week end, market close. ...
Trendline higher TF auto drawn on lower TF
- CockeyedCowboy replied Mar 4, 2012
this should work equally as well then. for( cnt = 2; cnt < stopcandle; cnt ++ ) { if( iClose( pair, chart, cnt ) > iOpen( pair, chart, cnt )) bull = bull + 1; else if( iClose( pair, chart, cnt) < iOpen( pair, chart, cnt )) bear = bear + 1; }
Really stupid question about conditional operators in 'for' cycle
- CockeyedCowboy replied Feb 7, 2012
In case any one is interested this is my newest code, it works with mouse clicks and the arrow keys on your keyboard. Keit
icustom for this simple indicator
- CockeyedCowboy replied Feb 3, 2012
hayseed what most people dont know is if they call the iCostom() function it loads a second copy of the indicator (that is assuming that it is visible on the chart) the second copy is attached to the EA or script and runs within the trading thread ...
icustom for this simple indicator
- CockeyedCowboy replied Jan 18, 2012
Went back and re read the article and Your right, my mistake, IBFX Holdings was sold to TradeStation Group. Keit
I am not able to create virtual accounts anymore
- CockeyedCowboy replied Jan 17, 2012
IBFX was sold to Ineractive Brokers (IB) and you need to get an account from them its not their regular account but a sepperate account from their regular accounts. Is MigTrader MIG Bank? there demos still work but you have to get the down load link ...
I am not able to create virtual accounts anymore
- CockeyedCowboy replied Jan 17, 2012
The broker can slow down your trade platform if they what, check out FXCM they were sued for doing it. but it still happens especally around news events the broker makes it look as though your platform is working but it seem slow, I wrote a script ...
Does MT4 get clogged after a while?
- CockeyedCowboy replied Jan 10, 2012
Time shifting with projections — I made a simple indicator a while back that used shifting with a projection to current bar, was good for stops, did not finish it as it was similar results as my trend line system. see first screen shot the top ...
mt4 question
- CockeyedCowboy replied Jan 6, 2012
The hard part is to learn how to Two Step to Andrea Bocelli's, Concerto' in Central Park.
Please help with Trend Magic indicator!
- CockeyedCowboy replied Oct 19, 2011
You are coming arround. Each one of us is different and each must find his own method, motivation to do what is not easy. You found pills to quit smoking I looked at the dollars others will DIE to quit. You must find your own PILL to break your ...
Limitations - to prevent blowing up accounts
- CockeyedCowboy replied Oct 19, 2011
The best way to not over trade or not to trade with to large a size is easy, have your wife site at your side while you trade.
That fear would be much greater then your trade size. Habbits can be broken but only if one is determine to ...Limitations - to prevent blowing up accounts
- CockeyedCowboy replied Oct 18, 2011
bool ObjectSetText(string name, string text, int font_size, string font=NULL, color text_color=CLR_NONE) Changes the object description. For objects of OBJ_TEXT and OBJ_LABEL, this description is shown as a text line in the chart. If the function ...
Line Labels in MT4?