MTH2014 started the topic MTH – MTF Histo Tick Volume Indicator in the forum Indicator discussion 10 years, 4 months ago
Hi Guys.., One of our brother here asking me to renew my Tick Volume Indicator version to match with MT4 build 940 and also need explanation on how to use ‘her’ as your trading tool..
My TVI histo version base on TVI created by Mladen several years ago. I just add some formula to make ‘her’ look more ‘fancy’.. hehehe..
How to use ‘her’ in…[Read more]
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
On this one I changed 0 code aside from commenting out the include and I just moved the functions that call icus from mqh to the EA
im wondering if it tests differently than the mqh version for anyone else.
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
On this one I changed 0 code aside from commenting out the include and I just moved the functions from mqh to the EA
im wondering if it tests differently than the mqh version for anyone else.
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
quick test
original is peaktroughEA
1.2 is 1.2 with .mqh that calls icustom
1.2 test is with an ugly hack calling the same icustom directly in the EA
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
quick test
original is peaktroughEA
1.2 is 1.2 with .mqh that calls icustom
1.2 test is with an ugly hack calling the same icustom directly in the EA
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
quick test
original is peaktroughEA
1.2 is 1.2 with .mqh that calls icustom
1.2 test is with an ugly hack calling the same icustom directly in the EA
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
quick test
original is peaktroughEA
1.2 is 1.2 with .mqh that calls icustom
1.2 test is with an ugly hack calling the same icustom directly in the EA
Lowphat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
1.2 is still using the .mqh which is why its not back-testing right for me.
i patched in icustom directly and it looks about the same as the initial version.
Lowphat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
1.2 is still using the .mqh which is why its not back-testing right for me.
i patched in icustom to the 1.2 and it looks about the same as the initial version.
Lowphat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
1.2 is still using the .mqh which is why its not back-testing right for me.
i patched in icustom to the 1,2 and it looks about the same as the initial version.
Lowphat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
1.2 is still using the .mqh which is why its not backtesting right for me.
i patched in icustom and it looks about the same as the inital version.
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
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
MTH2014 replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi Brother, forgive me for my noob idea..
1. You could use MA for this averaging , and you could use
double MathAbs(
double value // numeric value
);to make all the calculation in positive value.
for example ;
[Read more]
//for your 1st question
AverageRange{i} = MathAbs ( iMA(Symbol(),NULL,InpAveragePeriod,0,0,PRICE_CLOSE,i)
-…MTH2014 replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi Brother, forgive me for my noob idea..
1. You could use MA for this averaging , and you could use
double MathAbs(
double value // numeric value
);to make all the calculation in positive value.
for example ;
[Read more]
//for your 1st question
AverageRange = MathAbs ( iMA(Symbol(),NULL,InpAveragePeriod,0,0,PRICE_CLOSE,i)
-…MTH2014 replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi Brother, forgive me for my noob idea..
1. You could use MA for this averaging , and you could use
double MathAbs(
double value // numeric value
);to make all the calculation in positive value.
for example ;
[Read more]
//for your 1st question
AverageRange = MathAbs ( iMA(Symbol(),NULL,InpAveragePeriod,0,0,PRICE_CLOSE,i)
-…MTH2014 replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 4 months ago
Hi Brother, forgive me for my noob idea..
1. You could use MA for this averaging , and you could use
double MathAbs(
double value // numeric value
);to make all the calculation in positive value.
for example ;
[Read more]
//for your 1st question
AverageRange = MathAbs ( iMA(Symbol(),NULL,InpAveragePeriod,0,0,PRICE_CLOSE,i)
-…Bartleby replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
it didn´t compile , because of a mistyping (one _ too much) of the mqh file
I changed it, if you don´t mind simplex ;)
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 :)
- Load More