stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

10.2 for Dummies
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=545
Page 18 of 26
Author:  garyfritz [ Thu Aug 30, 2012 7:00 pm ]
Post subject:  Re: 10.2 for Dummies

I suspect 1) your crim is at GMT+3, so you have no "Sunday" bars, and 2) you're using an old version of the histo indicators that depended on Sunday bars.

I posted a fix for this here, and I think they got uploaded to post 1 in the NB10.2 thread
Author:  gaheitman [ Thu Aug 30, 2012 7:25 pm ]
Post subject:  Re: 10.2 for Dummies

garyfritz wrote:Now, if someone could explain to me why recompiling those indicators (before changing ANYthing) makes the histograms have a thickness of 1, and it ignores the Width parameter in the SetIndexStyle() calls, I'd appreciate it... I set it back to a width of 4 in the indicator Properties but I expected the SetIndexStyle() width to work.
It's a bit inconsistent, isn't it? I've also seen that if you add a new buffer, it won't appear on the chart after a recompile. I usually remove the indicator and add it back to see the new buffer. I suspect that the code to initialize buffers is only run when the buffer is first allocated and plastered on the screen for us to see. Now this may just be code that is in init(), I've never put it anywhere else. (If I think of it when I am next writing an indicator I'll do some tests.) When you do a recompile, it falls back to using whatever is in the properties section, which is usually blank so you get defaults.

I generally fall back to just specifying everything in the properties section, but then you can't have user customization of colors. Luckily, everyone uses the white background like I do. ;)

George
Author:  NeoTrader [ Thu Aug 30, 2012 8:08 pm ]
Post subject:  Re: 10.2 for Dummies

Hi George, hi Gary,
gaheitman wrote:It's a bit inconsistent, isn't it? I've also seen that if you add a new buffer, it won't appear on the chart after a recompile. I usually remove the indicator and add it back to see the new buffer. I suspect that the code to initialize buffers is only run when the buffer is first allocated and plastered on the screen for us to see. Now this may just be code that is in init(), I've never put it anywhere else. (If I think of it when I am next writing an indicator I'll do some tests.) When you do a recompile, it falls back to using whatever is in the properties section, which is usually blank so you get defaults.

I generally fall back to just specifying everything in the properties section, but then you can't have user customization of colors. Luckily, everyone uses the white background like I do.
I made the same observations and it cost me some hairs (and I have not that much left) till I realized that this Empty4 Platform does what it likes if you recompile a source...the safest way to do is to delete the indicator from the chart and reattach it after you did anything with the buffers...otherwise it is a gamble (sometimes you win...but most times you loose).

happy trading,

NeoTrader

-
Author:  NeoTrader [ Wed Sep 05, 2012 11:39 am ]
Post subject:  Re: 10.2 for Dummies

Hi Jubal,
JUBAL wrote:Hi guys. recently joined this forum with the idea of learning 10.2. Havent had the time until now to get started so now ready to face the challenge. Like most new starts I am perplexed by the amount of info available and where to start from the ground up. And I mean from the ground up. For me to learn I need to follow stuff in a logical order or else I just give up. Really want to learn this so would appreciate if someone could give me a list or something. Thank you
Start here

happy trading,

NeoTrader

-
Author:  MurphyMan [ Thu Sep 06, 2012 3:18 pm ]
Post subject:  Load History script question

Hello Brain Trusters.

I have a question about the Load History script. Once it is loaded, must it be reloaded every time we close then re-open Empty4? Or, does it store the data on my confuser somewhere?

Thanks.

Sam
Author:  gaheitman [ Thu Sep 06, 2012 4:01 pm ]
Post subject:  Re: Load History script question

MurphyMan wrote:Hello Brain Trusters.

I have a question about the Load History script. Once it is loaded, must it be reloaded every time we close then re-open Empty4? Or, does it store the data on my confuser somewhere?

Thanks.

Sam
The LoadHistory script forces Empty4 to download the history. It only needs to be run once, as the history will be stored locally from that point forward.
Author:  MurphyMan [ Thu Sep 06, 2012 4:04 pm ]
Post subject:  Re: 10.2 for Dummies

Very good. That is what I was hoping.

Sam
Author:  thelearner [ Wed Sep 12, 2012 8:58 am ]
Post subject:  Re: 10.2 for Dummies

done reading the booklet...the TMASlope indicator is the modified true TMA number so it still have repainting issue thus it is not dependable on lowerTF such as m15 or h1 (the example is always h4 and d1)? Do I understand this correctly? I read the booklet and still have doubt with my understanding... CMIIW thanks.
Author:  NeoTrader [ Wed Sep 12, 2012 3:14 pm ]
Post subject:  Re: 10.2 for Dummies

hi learner,
thelearner wrote:done reading the booklet...the TMASlope indicator is the modified true TMA number so it still have repainting issue thus it is not dependable on lowerTF such as m15 or h1 (the example is always h4 and d1)? Do I understand this correctly? I read the booklet and still have doubt with my understanding... CMIIW thanks.
There are a couple of alternatives which use the TMAtrue calculation or at least the option to switch this mode on. look at some indicators of baludas or mine.

For Backtesting purposes you would need one of these. For real time trading it is not important since the standard and the TMAtrue mode show the same value on the current bar.

happy trading,

NeoTrader

-
Author:  thelearner [ Thu Sep 13, 2012 6:48 am ]
Post subject:  Re: 10.2 for Dummies

NeoTrader wrote:hi learner,

There are a couple of alternatives which use the TMAtrue calculation or at least the option to switch this mode on. look at some indicators of baludas or mine.

For Backtesting purposes you would need one of these. For real time trading it is not important since the standard and the TMAtrue mode show the same value on the current bar.

happy trading,

NeoTrader

-
thanks, I will run the normal one for forward trading and the no-repainting one for backtest purpose. That clears that out. Thanks NT.
All times are UTC Page 18 of 26