Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
For “ClearMethod.mq4” perhaps you could do
bool isUpSwing,isUpSwing2;
double upSwingLine;
double downSwingLine;isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, 1) > 0); // 1 co…[Read more]
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
Perhaps
bool isUpSwing,isUpSwing2;
double upSwingLine;
double downSwingLine;isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, 1) > 0); // 1 confirms last bar. use 0 for re…[Read more]
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
the guy who wrote the first one calls it like
isUpSwing = (iCustom(NULL, 0, "ClearMethod", 0, i) > 0);[Read more]
if (isUpSwing) {
upSwingLine = iCustom(NULL, 0, "ClearMethod", 1, i)…Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
cmh is a self contained histo ver
the sd projects a line like support resistance.
this would be MT4 examples of Ron Black’s Mothod
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
cmh is a self contained histo ver
this would be MT4 examples of Ron Black’s Mothod
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier.
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
cmh is a self contained histo ver
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier. *looks at sim*
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
cmh is a self contained histo ver
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier. *looks at sim*
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
cmh is a histo ver
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier. *looks at sim*
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier. *looks at sim*
I made a multi time-frame version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
Lowphat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
if im not mistaken i posted this earlier. *looks at sim*
made a multi timeframe version out of the CMHx but i don’t think it would be applicable to what you guys are doing.
MTH2014 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 4 months ago
Then I will put both Buy-Stop and Buy-Limit..

and yes, you are right there’s no absolute ‘open or close’ in keep moving price value
have a nice weekend brother..
MTH
- Load More