- Search Crypto Craft
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Sep 8, 2008Keyser, first you must create a new window by opening the Navigator (press Ctrl-N) and dragging a sub-window-type indicator, like Average True Range, onto your chart. Then change the color of that indicator to "None", which makes it invisible. Then ...
FFcal - Plot News indicator
-
hanover replied Sep 8, 2008Latest version of Plot_News — Attached is the latest version, for you all to try. Please report any bugs. If none are reported over the next 2-3 days, I'll add it to the ZIP file in post #1. All of the facilities outlined back in post #377 ...
FFcal - Plot News indicator
-
hanover replied Sep 8, 2008Time zones — Keyser, the latest version of Plot_News will have a facility to display the time zones for the major currencies: USD/CAD (GMT–4), GBP (GMT+1), EUR/CHF (GMT+0), JPY (GMT+9), AUD (GMT+10), NZD (GMT+12). Of course the time zone +/– ...
FFcal - Plot News indicator
-
hanover replied Sep 8, 2008RedRobin, IMHO the points you made are valid, and you might well have helped readers become better traders. I was just trying to add different perspectives in answering the question "why do 95% (or whatever the number is) fail?" Personally, I ...
Why 95% Of All Traders Fail
-
hanover replied Sep 7, 2008Hi Kent, I'd already picked up the fact that 'eCount' needed to be changed to 'i' in the check that sets 'FLAG_FutureFFEventFound' to TRUE. I don't think it's necessary to pass 'FLAG_FutureFFEventFound' by reference. All I did was simply make it ...
FFcal - Plot News indicator
-
hanover replied Sep 7, 2008Joko, Keyser, The answers to both of your questions are in the instructions in post #377, but I'll repeat it here: Joko: the number in the square brackets is the number of minutes until the news event occurs. It will count down toward zero, every ...
FFcal - Plot News indicator
-
hanover replied Sep 7, 2008Drbastem, In the screenshot below: -- upward arrows are support levels -- downward arrows are resistance levels Note how price occasionally reverses at these points, and also how support can become resistance, and vice versa. It's not easily ...
how support and resistance levels are calculater
-
hanover replied Sep 6, 2008Hi Joko, I think you're confusing 'Window' and 'Corner'. There is no Corner option. I tried to implement it, but it was too difficult getting all of the labels to align correctly. Use xStart and yStart to position the text anywhere you wish in the ...
FFcal - Plot News indicator
-
hanover replied Sep 6, 2008Hi Joko, Please make sure that you have the latest version installed as described in post #377, and also the DisplayPrior and DisplayNext parameters set to the number of news items you wish to have printed (these are initally set to 0). Use the ...
FFcal - Plot News indicator
-
hanover replied Sep 5, 2008Hi Kent, Many thanks once again for your efforts. My responses to your points above in blue typeface. With your permission, I will combine your enhancements into a single 'official' version. I apologize if I was being hasty previously; I just wanted ...
FFcal - Plot News indicator
-
hanover replied Sep 5, 2008Another angle...... — From an article by trading psychologist and author Dr Brett Steenbarger...... "The main cause of trading failure is a lack of an objective edge in the marketplace, trading random patterns that have never been tested out ...
Why 95% Of All Traders Fail
-
hanover replied Sep 5, 2008Why 95% of traders fail — I assume that the 95% figure (or whatever it is) is the result of studying broker's client account records. Well, obviously, nobody quits while they're ahead. Therefore broker records will inevitably show that ...
Why 95% Of All Traders Fail
-
hanover replied Sep 5, 2008Joko, I am a programmer, not a professional trader. LOL. Thanks for your comments.
DavidFFcal - Plot News indicator
-
hanover replied Sep 5, 2008MerlinBrasil and Entropy, thanks for the feedback. Joko, Yes, the programmer at TSD has obviously spent a massive amount of time developing his indicator. It not only displays news, but also international time clocks, spread & swap data, currency ...
FFcal - Plot News indicator
-
hanover replied Sep 4, 2008Keyser, the vertical lines could be added as an option. However, they will hide the upper and lower wicks of the candles (even if you set Chart Foreground on, the wicks are still difficult to see). The text alongside creates an additional problem. ...
FFcal - Plot News indicator
-
hanover replied Sep 3, 2008Latest Plot_News - version 1.31b — Version 1.31b allows Plot_News to print News Events as text instead of, or in addition to, the numbered symbols, on your MT4 charts. The text that's being displayed should be self-explanatory. The number ...
FFcal - Plot News indicator
-
hanover replied Sep 3, 2008Display news as text on LHS of chart window — Superseded by post #377 below. David
FFcal - Plot News indicator
-
hanover replied Sep 3, 2008Keyser: I assume that you're aware that when you hover the mouse cursor over the top of a "billiard ball", the description/details are displayed? Re additionally displaying the text as an on-screen comment, what you're asking is probably better ...
FFcal - Plot News indicator
-
hanover replied Sep 3, 2008double GetMaxLot(int type1, int type2) { double max_lot = 0.0; int cnt = OrdersTotal(); for (int i=0; i < cnt; i++) // loop will cycle thru each order in the trading pool (open/pending orders) { if (!OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) ...
AND vs OR
-
hanover replied Sep 3, 2008Sed, place the parent indicator in its own window, and set its color to None, so that it's invisble. Then open the Navigator, drag the MA indicator into the same window, and set "Apply to" to "Last indicator's data". David
How do you put two indicators in the same window. Metatrader