- Search Metals Mine
-
a_trader replied Dec 3, 2010all the indy is doing, is counting the diference in pips from current bar, to previouse bar if strength period is 1 so if the ma is flat, level, youl get 0
14.2 Inverse
-
a_trader replied Dec 3, 2010he used mathabs which makes the value always positive i removed that and added a 0 line is this what u meant?
14.2 Inverse
-
a_trader replied Dec 2, 2010if you need any help coding il help here is the cci code you can ad to your entry rules &&iCCI(NULL,0,55,PRICE_CLOSE,1)<100 &&iCCI(NULL,0,55,PRICE_CLOSE,1)>-100 change the 1 to 0 to use the current bar i assume your waiting on bar close though so ...
14.2 Inverse
-
a_trader replied Dec 2, 2010i put ur rules in a candle indy so i could easily look back n see where a ea would trade thought id share it
14.2 Inverse
-
a_trader replied Oct 22, 2010when a ea is reset, the settings in the properties are used, it doesnt mean the settings you changed in the properties are reset lets say you have a boolean set to false by default when a indy cross or whatever, it changes to true suddenly ur screen ...
What should be noted when going live with MT4?
-
a_trader replied Oct 21, 2010iv set my global tolerance level, i cannot handle any more than that, iv set a sl there, im done for the day, il check later to see if it hit or not
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010i think i made some bad choices today, i need to learn from them when price went up earlier, i shoulda thought as all 3 trades individually i should have exited the third trade at 30 pips when ha changed colors i should have exited the 2nd trade ...
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010today will probable be a losing day for me, soon iml likely take the loss, and il be done for today, play the game again tomorow hopefully i can bring some type of gained knowledge with me tomorow from my experience today
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010h1 candle closes in a few minutes, its above the tl iml remain long for now im watching for something to change my mind edit; the trades on my candle charts if a diferent account, they have nothing to do with the strategy im using in this thread
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010other than the fact that my trades are negative, and price moved down on a small tf i see no reason to change my direction, if anything this looks like a good areah to start buying we are at the h1 trendline
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010it doesnt matter about the digits, it works on both this is what the lots code looks like int start() { lots= ((AccountEquity()/100)*risk)/risk_pips; if (lots<MarketInfo( Symbol(), MODE_MINLOT) )lots=MarketInfo( Symbol(), MODE_MINLOT); if ...
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010maybe i should have taken that profit earlier im tired of small profits, iml try n stick to that its looking like a downward channel is forming which isnt good, maybe? about the only thing im thinking about, is where should i concider these trades ...
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010its probably not going to work, what if it trades 0.25 lots, is that valid on your broker? if not, it wont work
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010that will not change anything you can try changing risk to 0.1, or 10 the problem is likely in the math, its a digit off somewhere maybe changing risk_pips will fill it, try 10 or 1000 or 10000
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010if ha didnt change color, it was likely trying to trade you may find errors in the journal i created this ea for my broker, its coded to trade 0.01 minimal lot size you can mess with the risk option to make it work
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010thats correct the ea's only enter, they do not close trades
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010sound files go in metatrader 4/sounds scripts go in metatrader 4/experts/scripts
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010im using it on m5, itl use the chart tf
EURUSD Semi-Automated Journal by a_trader
-
a_trader replied Oct 21, 2010the ea uses these sounds for alerts, it will alert when ha changes colors, and when it enters also theres a sound when u close trades heres the close_all script with matching sounds
EURUSD Semi-Automated Journal by a_trader