MTH2014 replied to the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 5 months ago
Hi Brother,
Actually that 2 losing trades is because my ‘old eyes’ that wrongly close this 2 positions instead of opposite positions that I want to close..lol, so blame the mouse not me… hahaha..
I believe that there’s no losing positions until you decide to close your floating minus positions, so as long as you have ‘strong margin’ (and…[Read more]MTH2014 started the topic MTH – My Noob Corner Journal in the forum Trading Journals 10 years, 5 months ago
Disclaimer and Warning.
==================================================================================
1. All of my share here is for educational purpose only.
2. All tools or systems share here ‘freely’ as is and with your own risk.
3. Past performance could not guarantee future result.
4. If sometimes in the future, someone cont…[Read more]
hannele replied to the topic MTH – Mod Nihilist Pair Strength Indicator in the forum Indicator discussion 10 years, 5 months ago
Brother Kiads, you are an inspiration

hannele
MTH2014 replied to the topic MTH – Mod Nihilist Pair Strength Indicator in the forum Indicator discussion 10 years, 5 months ago
Ok Guys, since I’m here in this thread, and one of our brother asking me by pm, what is my trading style.. ? because he following my threads and I share so many indicators and manual trading systems from candlestick chart to renko chart.. etc, lol.
So, I should explain that I don’t have permanent trading style, it’s always depend on current…[Read more]
MTH2014 replied to the topic MTH – Mod Nihilist Pair Strength Indicator in the forum Indicator discussion 10 years, 5 months ago
Thank You Brother @Shumway
Hopefully you could active here in our little home, please feel free to contact me if you want to discuss anything related to our hobby
Best Regards
MTH
MTH2014 replied to the topic MTH – Mod Nihilist Pair Strength Indicator in the forum Indicator discussion 10 years, 5 months ago
Hi Brother, Sorry for late reply
Yes, you can’t use this ‘look up’ higher multi currencies TF indicator in offline chart environment like renko chart, because in MT4 offline chart like renko use special TF file names to store their offline chart data and stupidly MT4 ‘think’ that this name associate with how to ‘framing’ the time.
And b…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
Maybe,
else V = EMPTY_VALUE;at first second of every candles in every TFs mostly, Open = Close = High = Low with Volume = 0, So, ‘V’ should be ‘Empty’ first, before the loop change ‘her’ value later.. if High-Low != 0.0.
Just my noob cent.. lol
MTH
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
Maybe,
else V = EMPTY_VALUE;
at first second of every candles in every TFs mostly, Open = Close = High = Low with Volume = 0, So, ‘V’ should be ‘Empty’ first, before the loop change ‘her’ value later.. if High-Low != 0.0.
Just my noob cent.. lol
MTH
Peter replied to the topic Deep Q Forex: Basic Discussion in the forum
Deep Q forex 10 years, 5 months agoHello
The network Deep Q which is based on re-enforcement learning , the algorithm would continue learn on-line until results cannot be improved,
The result of the network learning would be transferred to MT,
The idea using a Node.js app, is to use data from MT (OHLC and indicator data ) to feed Deep Q Nework as input
The deep Q network wo…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like;
if ( (High - Low) != 0.0 )to protect zero result condition
Hope it…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 5 months ago
Hi Brother, zero divide should involving division operation, while in your code example this is multiplication operation, so the result could be zero but not zero divide error.
From my noob perspective, before that line of code you could make sure by ‘if’ condition like ‘if ( (High – Low) != 0.0 )’ to protect zero result condition
Hope it h…[Read more]
Peter replied to the topic Deep Q Forex: Basic Discussion in the forum
Deep Q forex 10 years, 5 months agoI have chosen to implement version shown in http://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html
Although you research and write your own version by studying white paper at http://arxiv.org/pdf/1312.5602v1.pdf
The code is written in JavaScript so it can be ran in your browser, my suggestion if you want to run it locally then si…[Read more]
Peter replied to the topic Deep Q Forex: Basic Discussion in the forum
Deep Q forex 10 years, 5 months agoHello
If you would like further information on the source code and operation, theory you can check http://cs.stanford.edu/people/karpathy/convnetjs/demo/rldemo.html
1)The first step has already been taken into add raw Forex data to network
2) Add further inputs such as simply indicators
3) Build Node.js App to integrate to metatrader 4…[Read more]
Peter replied to the topic Deep Q Forex: Basic Discussion in the forum
Deep Q forex 10 years, 5 months agoHello Group
The bottom line is find an edge, in future I’ll add basic indicators such as moving average, bands or RSI as an input then monitor results
Also it possible to add close prices inter-market related data
The demo at https://youtu.be/QJHpaIZ7o_c is based on 5 minutes raw price data nothing else , and it attempting to place 1)Buy Exi…[Read more]
Peter replied to the topic Deep Q Forex: Basic Discussion in the forum
Deep Q forex 10 years, 5 months agoInteresting vid! The ‘Theory of Everything’, and physical Unified Field Theory being only a part of it ? Wow – this guy has really got a vision! And all this uncovered by AI algorithms. Forgive me if I’m a bit doubtful about this.
<b><i><u>Google brought his company for $400 Million, maybe the saw something of interest.</u></i></b>
Back to our…[Read more]Peter posted an update in the group
Deep Q forex 10 years, 5 months agoInteresting vid! The ‘Theory of Everything’, and physical Unified Field Theory being only a part of it ? Wow – this guy has really got a vision! And all this uncovered by AI algorithms. Forgive me if I’m a bit doubtful about this.
Google brought his company for $400 Million, maybe the saw something of interest.Back to our ‘simple’ FX business…[Read more]
Peter posted an update in the group
Deep Q forex 10 years, 5 months agoHello you can learn more here https://www.youtube.com/watch?v=rbsqaJwpu6A Do you trade forex?
Peter posted an update in the group
Deep Q forex 10 years, 5 months agoHi Simplex,
I have upload a demo at https://youtu.be/QJHpaIZ7o_c
Let me know what you think…Peter
Peter posted an update in the group
Deep Q forex 10 years, 5 months agoHello,
Has anyone tried the Demo at ai.marketcheck.co.uk/Forex the results look interesting …Peter created the group
Deep Q forex 10 years, 5 months ago- Load More