- Search Metals Mine
-
nubcake replied Jun 9, 2011actually you could take that one small step further and just combine the symbol name into the declaration of the strings and be done with it. string nameTakeOver = "MyEA_TakeOver" + Symbol(); and then later when accessing globals just refer to ...
How to configure global variable according to currency pair?
-
nubcake replied Jun 9, 2011yeah, so in this case it's like hanover suggested. if you are only interested in the chart it is attached to then you don't care about any other symbol. all you need to do is something like string nameTakeOver = "MyEA_TakeOver"; string nameStopOther ...
How to configure global variable according to currency pair?
-
nubcake replied Jun 8, 2011i can sort of see what you are trying to accomplish... why do you need to specify each and every symbol you expect to encounter? why can't you simply refer to Symbol() to see if it is relevant to the chart the indicator or ea or script or whatever ...
How to configure global variable according to currency pair?
-
nubcake replied Jun 8, 2011wait what? you want the variable NAMES to contain the symbol names? what exactly are you trying to do because it sounds like you might be confusing different issues and making a mess of things? edit : i have a suspicion that you are simply trying to ...
How to configure global variable according to currency pair?
-
nubcake replied Jun 8, 2011re the globals : you know your problem is that the ea's are overwriting the same globals and therefore breaking each other, and you want globals that are unique to each instance of the ea running. so, how do you get around this? you want to have a ...
Trouble with Global Variables
-
nubcake replied Jun 8, 2011dude, martingale is not the same as pyramiding. martingale adds risk and removes reward. pyramiding adds reward and removes risk.
Finally I'm profitable - I need help coding the EA - Willing to share the strategy
-
nubcake replied Jun 8, 2011thx dude. the stuff i take a crack at are all "itch's i can't scratch". once i roll my own i usually have close enough to exactly what i was always wanting but couldn't find, or a base to further improve from (i'm already considering reworking this ...
nubcake's MTF Indicator
-
nubcake replied Jun 8, 2011hanover, like i explained elsewhere and mentioned above... the reason to bother doing any analysis instead of just randomly picking directions to trade is because of time at risk. when you have unlimited funds (real or imaginary) then money isn't ...
Finally I'm profitable - I need help coding the EA - Willing to share the strategy
-
nubcake replied Jun 8, 2011i agree. my summary of fti's method is that it itself is just another spin on martingaling. when you have unlimited funds then you have no money risk, only time risk.
Finally I'm profitable - I need help coding the EA - Willing to share the strategy
-
nubcake's MTF Indicator
Started Jun 8, 2011|Platform Tech|2 replies
gone. i'm no longer sharing my work. this thread can be binned.
-
nubcake replied Jun 7, 2011over time i kept finding bugs of my own (since metaeditor is about as helpful as a kick in the pants), along with the issues i found with the existing script... so it's up to you to ensure it does what you expect at all times. from my backtesting it ...
ticket number not working
-
nubcake replied Jun 7, 2011that's something else entirely... an mtf indicator is a hack to begin-with. i COULD write indicators that overlay onto my OWN mtf indi, but i have no desire to rewrite x number of other existing indicators just to make a version compatible with my ...
Backtest-how?
-
nubcake replied Jun 7, 2011not really. there's probably a way, but if so it'd be some hokey black-magic way of doing it. mt4 backtesting and using a multi-timeframe indicator to visualize a higher timeframe is one thing and do-able and has been done by many. mt4 backtesting ...
Backtest-how?
-
nubcake replied Jun 7, 2011i know no one seems to care about this ea anymore since it's all me talking nowadays, but i couldn't leave it alone and gave me something to do. after tinkering away with it i think it's basically how you wanted it. 1. the order cannons open an ...
ticket number not working
-
nubcake replied Jun 6, 2011ok. fixed another error of mine, and fixed the partial close so that it does now in fact close 70% at +0.5 Reward for every order opened and is no longer nerfed. now all you have to do is fix the money management part which should be simple enough ...
ticket number not working
-
nubcake replied Jun 6, 2011then go and do it instead of starting garbage threads

Fake demo account!
-
nubcake replied Jun 6, 2011eq = DoubleToStr(sum, 2); if (Equity[i] > 0) eq = "+ " + eq; why are you using 'sum' to start with, but checking the sign of equity[i] to set the sign of text output 'sum'? also, equity[i] doesn't make any sense to use since you are outside of the ...
Help with minor fix
-
nubcake replied Jun 6, 2011trading has been around for centuries... but you assume it's all for profit and not just to.... ... .. trade.
making things simple
-
nubcake replied Jun 6, 2011being able to open something in metaeditor doesn't mean anything. move the mt4 directory to your desktop and then start trying stuff from there. if you don't then there is no point asking for help because mt4 is not designed for vista onwards and ...
Collection: Indicators, scripts, ... by Pips4Life (P4L ...)
-
nubcake replied Jun 5, 2011i've changed a few more things around... but i'm pretty-much over this ea and ready to leave it to others capable hands. i've done some script that will track if an order can have a partial profit close done on it, or if it has already had this done ...
ticket number not working