joshatt
joshatt
Friends

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

joshatt
Added topic GLOBALVARIABLESET VS STATIC?
What's the difference ? I guess G lasts 4 weeks if not visited, while S lasts forever. Both are stored on harddisk. G can be deleted with MQL, what about S
joshatt
Added topic EA: what if MT4 re-connect ?
Hi, I'm planning an EA, which will send a series of orders if trend develops well. The latter orders depend on former orders. And orders's sizes are not the same. The very first order's size, especially, is quite different. So, I'm thinking: what if
joshatt
Added topic parameters in ZigZag?
Hi, Looking into ZigZag code, there're 3 parameters: extern int ExtDepth=12; extern int ExtDeviation=5; extern int ExtBackstep=3; What do they mean? Apparently it's not what I'm thinking ---- for example, when price moves more than 30 pips, it begins
joshatt
Added topic price gap ?
Hi, I'm planning to write a code that could change current chart's every order's SL to a new level IF current currency reaches a specific price. (my purpose is: if some price reached, I'll add some position and have to adjust all SL.) What will this
joshatt
Added topic SMOOTHED MOVING AVERAGE in a different timeframe chart?
Hi, I want to put SMMA(8) of H4 chart to M15 chart.  Simply use SMMA(128) (8*16) is not correct. Is it possible to code this? The problem is: I don't want to use "iMA" function , because this code will be used in Stratedgy Tester Visual Mode
joshatt
Added topic indicator don't draw after modify&compile
Hi, I'm working on this indicator, no line, no object, it just draws some HISTOGRAMs. But when I modify the code then re-compile, the histograms disappear. With "data window" I can see data is OK, but just doesn't show on chart. So I have to delete
joshatt
Added topic iHigh in Visual Mode?
Hi, I'm writing a code which is used in Visual Mode(F12), it's to simply draw candles of different timeframe.  Say I'm in M15 chart, and I want to draw H1 candles in separate window. I did a test : draw a line with "iHigh", time is in year 2009
joshatt
Added topic demo account leverage with strategy tester
Hi, I opened a demo account, set it $5000 and 1:50. Then I opened some position in realtime, it turned out $5000 and 1:50 are true. But in strategy tester mode(I want to use Visual Mode), how can I control? I find in "expert properties" I
joshatt
Added topic why use loop in this code?
https://www.mql5.com/en/code/10633 this is a script in codebase. A easy one to send market order with mouse drag&drop. But I don't know why it uses a 10 times loop ... ? Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian
joshatt
Added topic "Encountered an improper argument" when Metaeditor find & replace
Hi, Recently metaeditor doen't work well: when I find & replace in some codes, it pops up error: Encountered an improper argument. When I see this, sometimes it has finished replacing all keyword. But sometimes it could just replaced half of
joshatt
Added topic extern parameter and globalvariable ?
Hi, Is there any way I could keep the change of an extern parameter, WITHOUT changing its source code? Say, if original value is 10, then if some day I change it to 20 (NOT in source code), 20 will be remembered. And importantly: still give me chance
joshatt
Added topic easy question
In MT4, lower right corner , status bar, there's a "89/1 kb", what does each of these 2 number mean
joshatt
Added topic Yet another Manually Trading tool,pls help consummate it
What's this: I wrote this script a long time ago, to help exercise and test my trading system, not with EA, but with manual trade.....Recently I find an EA (vhandstrade) out there, called Manually Trading, I say: it's just what I've done. And why use
12