Recent content by toyogo00

  1. T

    Programming help - turn indication into function

    Hi, I've writen an indicator with (init(), start() etc coding done). I would like to turn this indicator into a callable function by other module. How to do so? The problem I have is few global variables are used in both init() and start(). If I change it as below: int gval=8; int init()...
  2. T

    Trading Strategy - Simulated testing

    Hi Traders, As Brett Steenbarger pointed out that elite performance traders require a lot of practices - Marc, a million dollars traders do about 100 trades a day for years to become an expert trader. Thus it is very important to build a proper simulated platform and datafeed to conduct...
  3. T

    Help in programing - Highest() function

    Hi, I'm trying to write a program to highlight the high and low of the portion of chart within certain period of time of the day using "highest() and lowest()" functions as below: Time Frame: 1hr Starting bar: 0000hr Ending bar: 0900hr highligh the high-low range with range value within...
  4. T

    Help to do coding for Range Bar Chart

    Hi Timm, Thanks for you reply, I know there is no historical tick data (only 1, 5, 15min...) and using 1min as a data feed for range bar will not be enough for accuracy. However, I am hoping that there is a command to get the tick datafeed, ie, read every tick data feed and create the range...
  5. T

    Help to do coding for Range Bar Chart

    Hi MT4 programmers, I'm currently trading Woodie CCI system - it provides a TOTALLY free consultation live in order to help traders, Relocate. It uses range bar chart with Woodie CCI indicator. The system is available for a lot of platform including Tradestation, TradeNavigator, NinjaTrader...
Top