- Search Metals Mine
- CockeyedCowboy replied Dec 24, 2010
yes ken I know how thats done, but I asked how can you have one script or EA fire another scipt from with in the code. HotKeys need the user to act. I asked this to start people into thinking. Keit
Calling Scripts from another file
- CockeyedCowboy replied Dec 23, 2010
madeinparis Here are your changes, if your not good with english have some one there translate it to you, all you need to know is in the code itself read it. Keit
Trendline alert for Metatrader
-
Calling Scripts from another file
Started Dec 22, 2010|Platform Tech|5 repliesCan one call a Script from an EA or another Script? Keit
- CockeyedCowboy replied Dec 20, 2010
its built around the Stochastic indicator what settings are you useing? This is using the typical 5,3,3 but on a Closing bases with Weighted smoothing just the signal line shows as its what is used to trigger. What settings do you want? and I'll set ...
Trendline alert for Metatrader
- CockeyedCowboy replied Dec 20, 2010
Here is a trend line on a stochastic signal line. Any one will a little experance with MQ will fine it easy to change the indicator to what ever any one wants. I explained it some in the documentation at the end of the code. You can not have a trend ...
Trendline alert for Metatrader
- CockeyedCowboy replied Dec 19, 2010
madeinparis and deanz I played with this today and came up with one that works but it has to have the indicator coded within and it is very difficualt to set the trend line with out setting it off before it is were you want it, will have to create ...
Trendline alert for Metatrader
- CockeyedCowboy replied Dec 19, 2010
hayseed most people dont like me, hell I can hardly look at myself in the mirror to shave in the moring. Thanks for letting me know, I didn't know I was messing up here. Will have to do something to change that.
KeitHelp with Visual Order Editor
- CockeyedCowboy replied Dec 18, 2010
hayseed you may find, if IBFX is like my broker, that when you close a partial order the broker changes the order number on you. You need to check the comment feild of the orders to find the new order number so it can close that part later. The ...
Help with Visual Order Editor
- CockeyedCowboy replied Dec 10, 2010
interesting; I am still having a time of it, I mean learning Cobol '64 and getting the termial to punch the holes in these dam cards in the right places. Would not mind getting a few c pointers or two.

Object Oriented Programming
- CockeyedCowboy replied Dec 6, 2010
the S&C story I Posted above is also an Inverse fisher transform applied to the RSI using a low lag rainbow smooth methed. The out come looks like sniper_a_fei oringinal chart view except for the indicator coloring. I have not seen it coded as of ...
Cycle indicator
- CockeyedCowboy replied Nov 24, 2010
I have not seen this indicator coded, but it looks like one that I've seen in S&C. If some one has the October 2010 edition look at the articale on page 38. The calculations for this indicator is shown in the traders tips section of that edition. I ...
Cycle indicator
- CockeyedCowboy replied Nov 21, 2010
I can do the same thing;
MT4 global variables: my new best friend
- CockeyedCowboy replied Nov 21, 2010
a hash would generate the same magic number; system name, symbol, and time frame, are mainly strings which are fine for globals and objects but will not work for magic numbers, and what about the different days you run the same system on the same ...
MT4 global variables: my new best friend
- CockeyedCowboy replied Nov 16, 2010
There is a lot more that can be done within MTs native code. Here is a sample of some drag and drop, interprogram communications, and trading right off the charts. You are not restricted to viewing the data that the chart window indicates, I mean ...
MT4 global variables: my new best friend
- CockeyedCowboy replied Aug 21, 2010
jpat I am not picking on you, although I have used two of your posts to make some points. Here what you say is very true and is a viable trade condition that can happen, but you must explain it a little better for others to better comprehend. But ...
What's the point of hedging?
- CockeyedCowboy replied Aug 21, 2010
jctp The no Direct hedging (hedging with like kind) rule has been a standard rule in all US markets along with; FIFO, Married Puts, and others. They were not put in place to protect the retail trader from himself but very much the operset. Forex ...
What's the point of hedging?
- CockeyedCowboy replied Aug 21, 2010
And I though this was going to be a boring subject... To say right out front, my opinion, on hedgeing as it is used (definded)here. That is, haveing a position long and short in the SAME currency pair ending with a NET zero position as a TRADING ...
What's the point of hedging?
- CockeyedCowboy replied Aug 20, 2010
remind me to change my nick
, I cant go anywere with out being recognized. Got tired of trying to polish my social skills, you know that politically correct thing... it just was't working, I must be the most socially dysfunctional person ...How is frontrunning bad?
- CockeyedCowboy replied Aug 20, 2010
Dont know what country your from but in most developed countries, theres such a thing as Fiduciary Laws. And brokers, bankers along with employees of such front running client orders would not be in the best interest of the client and covered as ...
How is frontrunning bad?