Marcos Silva
Marcos Silva
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Marcos Silva
Added topic Im in Need of Help with this Function
Hi, Im writing a function for an EA that upon change of trend it will sum all the opened trades and open an order in the opposit direction with a new magic number. This order will only close when the trend changes again. For some reason it is opening
Marcos Silva
Added topic Simple Question, No apparent solution. Any insights? Order Send Error 130
Hi,   Im Having trouble to figure out what is wrong with my function , could anyone take a look and give any insights... here is the function. And i get the following error:   2013.03.14 01:15:16 Test EA EURUSD.arm,M12: OP_BUY SL = 1.2946
Marcos Silva
Registered at MQL5.community
Marcos Silva
Added topic Simple Question. Please help.
Hi,   Lets suppose we have the double 1.2467 . I know i could grab only the last 2 digits of this number with: 67 = NormalizeDouble(number,2); How could i grab only the following 2 digits after the  "." rounding it to display only
Marcos Silva
Added topic Smoothing ATR. HELP!?
Hello,   I have been trying to smooth ATR like i did applying the EMA 128 on the ATR 480[1st indicator window]. Here is my code for the ATR indicator on the last window[2nd indicator window]. They should have the same results. What am i
Marcos Silva
Added topic Is it possible to reload another indicator with different setting
Hi,  I have been reading with no luck trying to find out if by any means is it possible for an Indicator or EA to reload another indicator on the chart with new/different settings automatically??    Thank You 
Marcos Silva
Added topic Measuring time in between bars. How to?
How would i be able to measure time in between past 2 bars, [1] and [2], in case of a renko or range bars chart? Where should i look for answers ?    Thank You 
Marcos Silva
Added topic Trying to make the EA make 1 set of calculations per bar. Why wouldn't this work??
int barcount;          bool closebuy = false;          bool closesell = false;         
Marcos Silva
Added topic Forex King STS + iCustom - Has anyone done it? Or know how to call it? [I have the indicator here]
Hi, Im building my first ea and would like some help figuring out how to call the Forex King STS Indicator from the EA i want to use the MA1, MA2 values and also their "trend-range" module. Attached i have posted the indicator i pretend to
Marcos Silva
Added topic What is Wrong with this code?
Hi, Im trying to write an ea and im having trouble opening orders, i also have this ea in multiple charts windows. Currently it only opens one order at a time. What i want to happen is that the ea will only open 1 order per symbol
Marcos Silva
Added topic Could someone take a quick look at this code ?
    Hi, What i'm trying to do here is to open or close an order if a signal is received where am i wrong? the ea wont place any orders, even when the signal is received. Thank you in advance for your time =]  TOrders= OrdersTotal
12