Agent86 / Profile
Agent86
Added topic iTime question
Hi if(val1 > 0 && faster > slower) { Print (val1, " val1"); Print (iTime(NULL, 0, 3), " iTime val1"); int a = iTime(NULL, 0, 3); } if(val2 > 0 && faster > slower) { Print (val2, " val2"); Print (iTime(NULL, 0, 3), " iTime
Agent86
Added topic Indicator Question
Hi all, I was learning some general topics about arrays from a code base indicator which has iFractals with some big help from guru's in the forums. So Anyhow I was unable to add add conditional operators or logic operations to add addition function
Agent86
Added topic How and where can I learn more ?
I have read the book, the documentation and now reading some of the code base to learn more. I am coding lightly, but feel I'm just not getting it all fast enough. I understand I'm a new programmer, and know little with little experience, however I
Agent86
Added topic Do I have to NormalizeDouble Everything ?
double faster = iMACD ( NULL , 0 , 12 , 26 , 9 , PRICE_CLOSE ,MODE_MAIN, 1 ), //MODE_MAIN slower = iMACD ( NULL , 0 , 12 , 26 , 9 , PRICE_CLOSE ,MODE_SIGNAL, 1 )
Agent86
Added topic method and design help for marking candle formations
Hi I'm not sure how to word this question because there are broad topics. But lets say you want to mark a high and low. Not a high a low as in High[0] etc but as in marking them for drawing trendlines etc. Or perhaps engulfing candles, or tweezertops
Agent86
Added topic static array ?
Hi all, First thanks to everyone for all the answers this has been great learning MQL4 I'm moving on to understand how to build array's Subject: How to store signals into a static array for example: Highs, and Lows of a series of candles etc, I will
Agent86
Added topic All EA's tp and sl are stuck on stoploss 10 and takeprofit 60, no matter what I set in the EA or the properties
All EA's tp and sl are stuck on stoploss 10 and takeprofit 60, no matter what I set in the EA or the properties I can changed the Expert properties via properties button and it's off by 10 pips every time ? Seems like this occured when I downloaded
Agent86
Added topic what to do with if(total
Hi I recall I need to change this so the EA will work on other time frames and other symbols along side of other EA's Ok so I know about the MagicNumber slightly and need to learn more about this before I can input this into my code for (pos =
Agent86
Added topic CloseOrder error 4108 unknown ticket
Hi all I am not sure but seems like the code is trying to OrderSelect an already closed order. I am struggling with creating codes I started this simplest code from here so I can understand whats going on a little better. Getting 4108 unknown ticket
Agent86
Added topic General confusion
I seem to be missing something in my understanding of code I read the lessons and documents and feel I have a sort of basic knowledge of coding an EA, yet I seem to be lacking some major understanding. This is very hard for me to describe the
Agent86
Added topic OP_BUY Ask with TP and SL Bid or TP and SL Ask ?
Hi coders OP_BUY Ask should TP and SL be Bid or TP and SL Ask ? Normally when trading manually I would say simply you are Buying at the Ask price and Selling at the Bid Price no problem there. But never really considered what is typical for an EA
Agent86
Added topic Array question about High[],Low[],Close[],Open[] etc.
Hi coders, I am now learning about building arrays and using some of the built in functions for some of these So here is what I would like to find out. (Is High[] closed candle or current open candle)? I guess I'm asking this in anticipation of
Agent86
Added topic trade when indicator from separate timeframe agree
Noob, here I'm having a heck of a time trying to make an EA trade an indicator on 1 timeframe - while the indicator from another timeframe is in the same direction Seems that no matter what I do it either trades in one direction only, or NO trades Or
Agent86
Added topic EA is trading fractional pips NOT full pips
Hi Noob here, From lesson 13 of the forex.tsd site I toyed with this just to learn to code and make it do different things for practice Also changed if from EMA cross to MACD cross Here is what I have simple macd cross and attempting to make a 5min
Agent86
Added topic Noob EA question
Hi, In lesson 13, there is (My First EA) - based on dual moving average crosses with trailing stop. as shown here: http://paste.pound-python.org/show/10966/ I'm Noob coder just learning and want to experiment some now that I've read the lesssons and
Agent86
Added topic Newbie question about the Bars variable
Hi, I'm reading the Book/Documents and the articles on this site. I'm not completely understanding the built in Bars variable Also I'm super new to programming so much of what I'm learning I have to constantly reference C++ sites to learn those topic
Agent86
Added topic Where to start programming language
Hi I have started reading the mql book It would appear that some of the language in the book requires me to understand other computer language, as I'm not fully understanding what I"m reading So the question is: Since there does not appear to be
: