@javaai
Active 10 years, 3 months agosimplex and
Emonts are now friends 10 years, 4 months ago
simplex posted an update in the group
Deep Q forex 10 years, 4 months agoHi again!
Actually I would like to learn a bit more about Deep Q conceptually, not necessarily FX specific.
Looking at your video, an average profit of 3 or 4 pips and 52 % success rate after several thousand trades is not very far from tossing a coin, to be honest.
Anyway, I’m interested in the basic concept.
s.simplex posted an update in the group
Deep Q forex 10 years, 4 months agoPeter,
You got my attention!
After cancelling my appointment with some friends for New Years Eve because I caught a cold, and preparing for an evening with some Blue Ray Discs and tea on my sofa, you might have succeeded in chaining me up to my PC for the rest of the night!
I think I will do some web research about Q Learning now.
Can you…[Read more]armchemistro joined the group
Deep Q forex 10 years, 4 months agosimplex joined the group
Deep Q forex 10 years, 4 months agosimplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Thanks for contributing this:
Very simple output, but the code appears to be simply the best structured calendar lib so far – I like this!

Now I think this will be my last post here for 2015. Best wishes to all members and contributors – may 2016 be a great year for all of you!
simplex
simplex replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 4 months ago
I absolutely agree:
It’s not about finding ‘all’ possible entries, but a sufficient number of entries with a low quote of false entries.
When looking at the plan G. laid out in his REALLY simple thread, we should not follow the attempt to over-optimize a certain single-pair indicator like VZO. After integrating VZO, Clear Method (P&T), and…[Read more]
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Ok, let’s talk about News Calendar Integration a bit.
Since I haven’t seen the code Emonts mentioned in his latest post yet, I continued to work through Derk Wehlers FFCal solution to get a grip on that one.
I found one interesting comment in his code which I’d like to discuss here:
Set AllowWebUpdates to false when using in another EA or Chart,…
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Interesting:
Looking forward to test it. Has it been posted somewhere before?
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Ok:
BeforeTrade/AfterTrade (minutes) means number of minutes to next event and number of minutes after previous event?
A Function? Would be nice. The indicator has got some nice features, but the overall architecture appears to be more or less monolithic. Will take a while to convert this into a set of functions that make sense.
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Ok:
BeforeTrade/AfterTrade (minutes) means number of minutes to next event and number of minutes after previous event?
A Function? Would be nice. The indicator has got some nice features, but the overall architecture appears to be more or less monilithic. Will take a while to convert this into a set of functions that make sense.
s.
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
I just started to look at the topic of news calendar integration.
A lot of rubbish code seems to be underway in WWW regarding news … indicators that don’t display anything, or don’t even load, or jamming my screen with millions of alerts.

I found these to work reliably on my system: here and here, regarding FF calendar and DailyFX…[Read more]
simplex replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 4 months ago
To be honest: this is exactly the kind of mod I had in mind, but I didn’t have enough time to implement it yet:
Looking at your code, and letting G’s reply aside for now, I would suggest some minor modifications of your code. Your main routine is as follows:
int start() {[Read more]
double delta=2.0/(1.0+VZOPeriod);
double TV=0.0,VP=0.0;
for(int…simplex replied to the topic Volume Zone Oscillator: Discussion in the forum Indicator discussion 10 years, 4 months ago
I think what you’re marking as ‘inefficiencies’ or ‘false signals’ is the typical behaviour of an indicator that’s meant to be very reactive to fast changing short term conditions: works as designed

Taken as the only indicator defining your entries it will certainly empty your account in no time. But show me a single indicator this rule does…[Read more]
simplex replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Ok, hope that this is working now. At least I did not manage my new Clear Method or ‘Peak & Trough’ indicator to display anything unstable.
Main difference as compared to my previous approaches: I allowed for a certain amount of redundant calculation instead of shifting historic values around in static arrays. Makes life easier from time to time…[Read more]
simplex replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
This is not really true. You can calculate values for lower timeframes than shown on chart without any problem. You just can’t visualize those numbers in the way we are used to when looking at MT4 indicators.
Most simple case: the same timeframe on chart and on indicator (red volume histogram on my pic). We’re used to display a…[Read more]
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi Simplex, how can you define the Pre >> Code format, so we can see the bracket in the post ? This is a good idea. Using BlockQuote can not show the brackets of our source code in the post.
Thanks
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi,
Any body have idea about the logic of creating MTF indicator ? Normally i create a main indicator, and i call it using iCustom (so i need to create 2 indicators in this case). By this way, i can create a MTF indicator set the TF from M1 to MN1 , and i can call the main indicator from other TF (lets say on TF M1, M5, … MN1 chart). The result…[Read more]smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi,
Any body have idea about the logic of creating MTF indicator ? Normally i create a main indicator, and i call it using iCustom (so i need to create 2 indicators in this case). By this way, i can create a MTF indicator set the TF from M1 to MN1 , and i can call the main indicator from other TF (lets say on TF M1, M5, … MN1 chart). The result…[Read more]smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi,
Any body have idea about the logic of creating MTF indicator ? Normally i create a main indicator, and i call it using iCustom (so i need to create 2 indicators in this case). By this way, i can create a MTF indicator set the TF from M1 to MN1 , and i can call the main indicator from other TF (lets say on TF M1, M5, … MN1 chart). The result…[Read more]- Load More