Jump to content
Medved Trader Forums

Eldorado57

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Eldorado57

  1. image.jpeg.2f18303f831d99b3abe524799ba61630.jpeg

    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. 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.
     

    image.jpeg.f83e565d84874c1e8747a5b77d0fa09a.jpeg

  3. 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.

    794737444_2screens.thumb.jpg.a0b304a2ce58072b86a41364f7f5f36e.jpg794737444_2screens.thumb.jpg.a0b304a2ce58072b86a41364f7f5f36e.jpg

  4. On 4/30/2022 at 12:28 AM, Mike Medved said:

    I added the ability to process SSML markup to the current text-to-speech code.

    So if you put a <break time="3s" /> into your text it will pause for 3 seconds.

    Of course any other SSML markup is also ok.

    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.

  5. 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");
        }
     

  6. 3 hours ago, dubcanada said:

    Hello!

    First of all I must say Medved Trader is an absolutely amazing program, I love how I can customize everything. Rather than write a individual post for everything I wanted to just make one with a bunch of stuff I'd love after using it for almost a year now.

    1. Combine historical and intraday charts somehow, it's rather difficult at the moment to look at a daily chart, map out some levels/trends and then have those same drawings on your intraday chart. Now I don't know if combining them or what not makes sense, but some way for them to be a single entity in regards to drawings.
    2. Add a new drawing tool, simple horizontal line, exactly like the line tool but without the ability to change degrees. This is purely an ease of use feature.
    3. Spike filtering fixes, right now spike filtering is super annoying, watching SPY/IWM/QQQ/TSLA or anything like that on a 5 min or premarket and you'll end up with tons of spikes that you need to manually filter, at the moment I zoom in, right click, delete lowest point, and that's rather annoying. I don't find I have this issue with other platforms of similar capability (DAS, Sterling, etc), I've tried a few different feeds and they all give me tons of spikes. I don't know if the answer is AI/MI or something, but I've played around with the spike filter settings and cannot find a perfect value to fix this issue.
    4. Collapse option chain by default, right now when you open up the option chain it takes forever, needs to get all the values for all the different dates. It would be better if they where collapsed by default just showing like maybe the next exp date or something similar to TOS. That would make it easier to load it up (IB takes like 30 seconds at least to load an entire option chain).
    5. Market replay, this is a larger feature, but it would be nice to be able to back test or market replay to practice trading.
    6. Alerts on CASH or BP, so you could set an alert if you are down $200 for the day or something as a way of helping with risk management.
    7. Ability to specific an account per type, say you have IB for options, WeBull for shares, and Binance for crypto. It would be nice to be able to say, all option orders go to IB, all equity trades go to WeBull, and all crypto goes to Binance.
    8. A warning if you have a open position upon closing, there has been a few times I've pressed my close key and for some reason my hotkey bugs out or something and I am left with a open position, it'd be nice to get a warning saying you have a open position upon closing.

    That is my list of feature requests, any questions let me know.

    Thanks again for the amazing software.

    For number 2 just hold the shift key while drawing and it will be zero degree

  7. 9 minutes ago, Eldorado57 said:

    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! 

    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.

  8. 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! 

  9. 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 ?

×
×
  • Create New...