
Mike Medved
Administrators-
Content Count
970 -
Joined
-
Last visited
-
Days Won
83
Mike Medved last won the day on February 19
Mike Medved had the most liked content!
Community Reputation
100 ExcellentAbout Mike Medved

-
Rank
Founder
Contact Methods
-
Website URL
http://www.medvedtrader.com
Profile Information
-
Gender
Male
Recent Profile Visitors
8,249 profile views
-
You know you can drag it...
-
Higher precision for order capsule - I need 0.01% precision
Mike Medved replied to Lucas's question in Feature Requests
How are trading increments decided for crypto pairs? Is there a doc somewhere? -
You can, with some restrictions. The paintbar allows you, instead of painting a color on the chart, to draw a line instead. See the SetYValue function. So you can code your own logic for your indicator, possibly using other indicators as well, and generate the line.
-
Ok sell half of current position is easy - Pos / 2 The other - the DefaultQty should work
-
No, seriously. C# doesn't include in its libraries the "AlmostEquals" kind of function for floats. So I had to write it myself. It is a non trivial problem. The most precise method would be of course to decode the IEEE float into its exponent/fraction components and then compare them. I settled for a different method that unfortunately involves calling log functions etc. It is a little slower but I think more clear. But I of course screwed it up. Fixed now. Will be in next ver.
-
Those damn floats.
-
Did you start the scan?
-
How to get the max number of bars on a chart?
Mike Medved replied to Oliver's topic in Scan and Paintbar Help/Discussion
.fctbNone{ color:#000000; }CurrentCandle.candlenum is the sequence # of the current candle, 0 based. You can use that for MaxBars. -
The problem with that is that in order to create such lists you have to have internal access to the whole universe of stocks' wide pipe. Brokerages do. We don't.
-
Add keyboard shortcut for trace panel
Mike Medved replied to makincash's question in Feature Requests
Have you looked at Shift and Ctrl-Shift while moving the mouse? -
High/Low of day showing wrong values on high timeframes
Mike Medved replied to 3acor's topic in Bug Reporting - Public
Repeated. Will look. -
This is very weird. I can't get this to repeat. If/when happens again, please send us your settings including data (export everything, including data, then use WeTransfer to send it to us) and send us the screenshot of what is happening. Also tell us what brokerage you're using to place the order (although really shouldn't matter).
-
Paintbar indicator values when backtesting
Mike Medved replied to 3acor's topic in Scan and Paintbar Help/Discussion
Instead of PM_Low - just use Low.