- Search Metals Mine
- 114 Results (1 Threads, 113 Replies)
-
emiliolopez replied Mar 29, 2011im also bullish on gold an silver, like almost everyone, but this divergences tell me there is likelly to be a correction soon. i see closes below the lower band as a strong sell signal, wich gold is reaching soon, maybe. And the divergences tell me ...
My Silver Log
-
emiliolopez replied Mar 16, 2011hi i want to update that january engulfing bar: i was feeling a bit desapointed with the retracement at first, but now is reaching to the target area. image image
james16 Chart Thread
-
emiliolopez replied Feb 1, 2011tools/History Center (F2), expand the pair that you want to export by doubleclicking it, doubleclick the timeframe that you want, then click the download button, wait for download, then click export button, and choose *.CSV file, save it and open it ...
james16 Chart Thread
-
emiliolopez replied Feb 1, 2011CHFZAR — image Hi again, i have been learning some breakout techniques, but im back again to demo from the begining. that SL is too far, but im planning to trail that unwinding carry, this is demo, lol.
james16 Chart Thread
-
emiliolopez replied Jan 22, 2011i got it, what would i need to do if i want to show the percentages from the daily open instead of the month open?
Percentage change from price lines
-
emiliolopez replied Jan 22, 2011no i couldnt download it, i wnt to url but didnt see it right away but i see that you can put the percentages that you want, above one are positive percentages? and below one are negative percentages?
Percentage change from price lines
-
emiliolopez replied Jan 21, 2011and what does "i++" means here?: for(int i=0;i<4;i++) { ObjectDelete("up"+i); ObjectDelete("dn"+i); }
Percentage change from price lines
-
emiliolopez replied Jan 21, 2011what "||" means in the if functions?
Percentage change from price lines
-
emiliolopez replied Jan 21, 2011are the rectangles just to see the percentage difference between the opened position price and current price? or has any other function?
Percentage change from price lines
-
emiliolopez replied Jan 21, 2011and you paint your candles white for bearish and black for bullish, lol, it took me a while to figure it out.
Percentage change from price lines
-
emiliolopez replied Jan 21, 2011nice, is the about same but percentages are fibonacci
Percentage change from price lines
-
emiliolopez replied Jan 20, 2011can i ask you something? waht does "[5]" means here?: double up[5] = {1.0025,1.005,1.008,1.01};
Percentage change from price lines
-
emiliolopez replied Jan 20, 2011i did some minor changes: added +0.80% line added -0.80% line added a feature to clear the lines when you remove the indicator from the chart i guess that tomorrow ill know this but, will it refresh the lines at today's close?
Percentage change from price lines
-
emiliolopez replied Jan 20, 2011wow, thanks, thats just what i needed, i read the code, thanks.
Percentage change from price lines
-
emiliolopez replied Jan 20, 2011Please dont laugh: //+------------------------------------------------------------------+ //| Percentages.mq4 | //| Emilio López | //| | //+------------------------------------------------------------------+ #property copyright "Emilio López" ...
Percentage change from price lines
-
emiliolopez replied Jan 20, 2011because i need to draw the lines in the 1hTF or the 15mTF with the info of the previus day close (todays open). for example: EURUSD, if today opened at 1.3455 (GMT-5), i would need to draw a line at : 1.3455 = (today's open) 1.3489 = (today's open + ...
Percentage change from price lines