Jump to content
Medved Trader Forums

Eldorado57

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Eldorado57

  1. An idea came to me. As I often use different indicators together, example EMA(5) with EMA(10) with EMA(20) and then I uncheck each of them and use the PriceChannel(20) with the PriceChannel(10) and then I uncheck them and I use Ichimoku alone, I was wondering if it was possible to make groups in the indicators. Example: I would only have to uncheck the group EMA(5)(10)(20) and all three would be unchecked. An idea like that.
  2. Why can't we put an alarm on volume ? intraday and daily.
  3. TraderB can you explain me how to do that or if i need a specific program to do that ?
  4. Small suggestion for improvement. Since I only transact in Canada, I always have to indicate :ca when typing a code on a chart. If we could have a method to indicate the default extension if we don't indicate one when writing the code in a graphic. It could be a list of countries or a list of extensions or a list of markets in the ribbon of the graph that would be reflect on every graph. Just a suggestion.
  5. OK i see the problem. I have 2 screens different size. That what causing the problem. I have an another system with 2 screens with the same size and i see the X beside the pin. But with 2 screens different size we can't see the X and we can't extend the zone to see the X at the right of the pin.
  6. With the new version we lost the possibility of deleting in the recent layout. How can we do that now ?
  7. I think i don't have the good method. I try to put <break time="3s" /> into the text but it read it instead of waiting 3 sec.
  8. When you hit Set as Default in the parameter for the line and the Alert Line, the software save the same color for both but i would like different color for each. Every time i put an Alert Line i have to change the color cause it is not save in the parameter.
  9. I would like to have the Guppy indicator.
  10. It would be very nice to have a price range in the tools. It would be much rapid to calculate instead of doing it manually.
  11. OK i found the way to do it. If it can help someone. var NumOfDay = 1; var NumOfVolume = 1; DefinePaintbarParameter("NumOfDay", "Numbers of day needed", true, 1, 1000,1,364); DefinePaintbarParameter("NumOfVolume", "Maximum volume wanted", true, 1000, 1000000,1000,100000); NumOfDay = (int)GetPaintbarParameter("NumOfDay"); NumOfVolume = (int)GetPaintbarParameter("NumOfVolume"); if (Max(0,NumOfDay,BarVolume) < NumOfVolume) { SetColor(Color.Green); TriggerAlert("TheAlert","SearchMaximumVolume"); SetScanResult(@"SearchMaximumVolume"); }
  12. I would like to clean my database. I want a scan that will give me all the company that do not have a minimum of 50K in the volume since one year. How do i program it? Thanks
  13. For number 2 just hold the shift key while drawing and it will be zero degree
  14. Is it possible to add a Price range in the drawing tools
  15. I have to had more. I dont' want to open an account with them, i just want to get quote like yahoo even if i have to paid a fees. Registration goes without saying.
  16. Witch one of all the data sources list in medved can deliver only quote for canadian stock. I don't want to trade with the company cause i already have one but only get quote cause yahoo not always been reliable. Thanks for your time and if new possibility (new company) is about to appear it will be fun to know cause this software is awsome!
  17. Of course you have to press shift. I press shift to view the temporary line to set it where i want to and then click to draw automatically the line
  18. Why the note does not follow from one portfolio to another portfolio for the same company (quote) ?
  19. It would be nice to have Sector and Industry in the portfolio column chooser.
  20. It would be nice to be able to sort the news by symbols, source and date/time in the all news window
  21. I know what you mean and i was aware of it but i found my solution. In the setting, charts, general, Miscellaneous, Default Annotation must be set to Horiz. Line.
  22. Sometimes when i want to draw a line, just cliking on the chart draw an horizontal line extend left and extend right at the position where i clicked. If i clik on line on the drawing tools it will no longer do that, it will draw a normal line. How can i reproduce the draw horizontal line automatic when i click somewhere on the chart ?
  23. What do you use to download all company symbol from TSX and TSXV and transfer it in MT ?
  24. I would prefer an hotkey. More convenient and rapid.
×
×
  • Create New...