- Search Metals Mine
-
aicccia replied Nov 29, 2009Fine. so maybe the icustom is calculating all bars in the chart, but here's my next problem: I've got my indicator and an EA that simply pulls the indicator values through icustom and then creates little "dashes" of these values and plots the ...
Another icustom question
-
aicccia replied Nov 29, 2009its cool. wait for the candle to close. that's how to know that the cross is real. and you always want to read the first post, especially after a new version comes out because I may change wording to reflect tweaks in the system's rules.
The CARMEN System Indicator
-
Another icustom question
Started Nov 28, 2009|Platform Tech|7 replies
When an indicator is attached to the chart, it calculates from the first bar, but when it gets ...
-
aicccia replied Nov 27, 2009if you're left-clicking I have no idea, ask a mod.
The CARMEN System Indicator
-
aicccia replied Nov 27, 2009On the 1M you got into the trade quicker, so you reached a higher level of profitability than on the 15M, and the higher the profit, the closer the channels follow the price. At least thats what the default setting do.
The CARMEN System Indicator
-
aicccia replied Nov 27, 2009Sure thats easy. Just download the indicator again(I didn't change the name). There's a new extern variable, Display_TakeProfit, just set it to false.
The CARMEN System Indicator
-
aicccia replied Nov 27, 2009yes, always. that is one of the most fundamental rules of the system. the EA might give the option to resume TP when the price retraces through a single yellow or blue line. look at the try_again variable in the indicator for an example of what I'm ...
The CARMEN System Indicator
-
aicccia replied Nov 27, 2009man what are you talking about?? ain't making millions worth staying up all night?? LOL jk. I'm working on it right now.
The CARMEN System Indicator
-
aicccia replied Nov 27, 2009They disappear once they've been crossed, e.i. when the partial profit would be taken. Look at the left of your chart, once the white lines dipped below them, they were removed.
The CARMEN System Indicator
-
aicccia replied Nov 27, 2009Hey, I know I've been pretty quiet recently but its only because I've been working really hard on the indicator and EA. I'm releasing a new version of the indicator now so I can get more feedback and you guys can see what I've been working on. After ...
The CARMEN System Indicator
-
aicccia replied Nov 24, 2009I've created work-arounds for each bug so I'm getting the results I've been expecting now.
The CARMEN System Indicator
-
aicccia replied Nov 23, 2009A TP with customizable TP and customizable lot % will be added to the EA.
The CARMEN System Indicator
-
aicccia replied Nov 23, 2009lol "2.5" was a typo. The lastest and best is 2.8.
The CARMEN System Indicator
-
aicccia replied Nov 23, 2009The greater the width between the price and the base line, i.e the greater the run, the closer the channel will follow the price.
The CARMEN System Indicator
-
aicccia replied Nov 23, 2009The EA for the CARMEN indicator v2.8 is almost done. I have only two bugs left to figure out: Large Period Bug Indicator Loading Bug I've been making EAs for the last 4 years but for some reason this last build has been confounding me. If anyone has ...
The CARMEN System Indicator
-
aicccia replied Nov 22, 2009thank you for the code, I tried it and this is what I got with a period of 600 and 1200. The difference with 600 is almost negligible, 3 to 5 pips. With 1200 the difference is more substantial, about 25 pips. I suppose the moral of the story is to ...
Major problem with metatrader
-
aicccia replied Nov 22, 2009Okay so why do I get something different? I believe this only occurs during a backtest, and the closer to the beginning of the backtest that you check the price, the bigger the discrepancy.
Major problem with metatrader
-
aicccia replied Nov 22, 2009As you can see, my logic is only 3 or 4 lines long, not much room for error there. If you're so sure the error is in my logic, please point it out. As for arrows, that would involve getting the values from Print() but keeping it in the EA, and I'm ...
Major problem with metatrader