Jump to content
Medved Trader Forums

gidielle

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by gidielle

  1. the data are updated in portfolio but not in chart. ok the backfill and H-backfill. thx
  2. I believe is better to separate the fees in a different column, the same for the column "gain"
  3. I use a java IB api to create my custom indicators and export them in a file txt Would it be possible to create a custom datafeed to import data and indicators and display them?
  4. Howewer, the data feed of IB is snapshot and no tick by tick, so, as it is calulated, NoT is not the Number of Trades/Ticks but only the number of data shot by IB.
  5. I don't know, TWS has the total number of trades
  6. IB return 54 TRADE_COUNT tickGeneric() https://www.interactivebrokers.com/en/software/api/apiguide/tables/tick_types.htm
  7. Number of Trades run in the chart, but no in the portfolio
  8. MT doesn't update the symbols with delayed data, while tws updates them
  9. interesting! maybe is more simple than it looks, just change X scale in line tick: tick, volume, range instead of time. However I'm happy you have understood me.
  10. what I would like to see is what happens in every momement to the indicator while with a tipical candle chart is possible to see only il value of the close of candle how you can see in the image there aren't problem, the chart is plot tick by tick but the values are calculate using a tipical candle chart. when I say "chandle chart" I intend only the way to calculate the indicators, no a chart to transform in a tick by tick candle. for example if I want use a 3 minutes candle and 10 candles for the indicator, I calculate the open, high, low, and last for every interval of 3 minutes, use last 10 of these intervals to calculate the indicators but then plot tick by tick price and indicators if I want use a 100 ticks candle and 20 candles for the indicator, I calculate the open, high, low, and last for every interval of 100 ticks, use last 20 of these intervals to calculate the indicators but then plot tick by tick price and indicators
  11. yes, calculate on time-based, or tick-based, or volume-based, or renko/range/p&f based (invisible) candles, but plot tick by tick so to see what price and indicators have done in every tick
  12. this is an example of a chart plot tick by tick with the indicator calculated in a candle mode, with candles of 1000 tick and periods of 10 candles, so it is possible to see how the indicator change tick by tick while is calculated as candle chart. if the indicator is based on last value it would possible use tick chart and as period ( N_cancles * N_ticks), but if the indicator is based on min a max of the single candle this is non possible, and I'm working on this type of indicator do you believe would be interesing?
×
×
  • Create New...