@simplex
Active 1 year, 7 months agogg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
The above is the main reason why I want to use iCustom with visual indicatorinstead of MQH lib.
The MQH can come later, when everything is stable.
G.
Anti replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Anti replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Anti replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Thank you, @simplex! Will try it next night …
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
@smallcat yes. on dropping sx_ClearMethod on the history tester with the “visual” option and running forward the bars are not colored correctly but the history is perfect when you first drop the indicator on the visual mode.
in real-time (not history tester) it runs perfect so far.
could be a problem on my end though
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
@Lowphat : May i know what do you mean with “anomalies” ? Could you please explain it ? Did you test the indicator via strategy tester, and check the “visual” option to see how the indicator works on history data (and in realtime too) ? Thanks
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
nice. historic looks really good. when i run it forward in the history tester your indy gets some anomalies but i don’t know if that is on my end. going to let it run forward on a chart
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
nice. historic looks really good. when i run it forward in the history tester i get some anomalies but i don’t know if that is on my end. going to let it run forward on a chart
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
I edited my prev post with how i might call the first indy externally.
I just skim the threads so i have no idea if it conforms exactly to what ya need it to do.
perhaps @simplex or someone can verify it and post how they would call it.
I have a lot of fun with the clear method on demo’s but i use it in a different way :)
VlanFx replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanks @simplex
I couldn’t reupload plain source files without the server changing the name all the time. I think it’s because there are files with the same name on the server already. So I zipped them. Hope it works.
V.
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Great @simplex, this is a good idea, so the main thread will be clean … i will post here for asking or discussing codes or idea …
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Thanks a lot, this is really helpful

smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
@simplex, yes i have read it. Thanks, it is nice information like :
i = Bars – IndicatorCounted() – 1;
Or limiting bars with :
if (i > LookBackBars – 1)
i = LookBackBars – 1;
But i mean the iMAonArray. The source must be an array, and the results are store in array (sorry not wrote it clearly). The source content will be bigger/more if a neq…[Read more]
VlanFx replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
@GG53 Great, looking forward to building this EA

@simplex yes, as I understand it, the EA will need volume data, so it will be very helpful if you can provide some volume functions. We’ll see later on what exactly they should do. Also, running the EA on H4 may make it a little harder to get those volume data as H4 bars don’t ne…[Read more]
tankhang replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 4 months ago
Lowphat replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 4 months ago
if (prev_calculated == 0) ?
or is that meant to run every tick
oh maxbars isnt used in the loop. also i like to do this in case they dont have enough history for the maxbars set
if (maxBars>limit-1)maxBars=limit-1;
tankhang replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Thanks for pointing out the issue.. I will read it later..
I re-coded the algorithm few times and it seem like the ‘problem’ is come from my understanding toward ‘how metatrader works’..
* I think I found the solution.. let met test on real market on Monday..
tankhang
tankhang replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Thanks for pointing out the issue.. I will read it later..
I re-coded the algorithm few times and it seem like the ‘problem’ is come from my understanding toward ‘how metatrader works’..
tankhang
smallcat replied to the topic Use R in trading in the forum Development 10 years, 4 months ago
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Yes.
BTW: The “quote” issue thing here is driving me crazy…
G.
- Load More