Richard Dale
Norgate Data
- Joined
- 22 February 2005
- Posts
- 276
- Reactions
- 206
Several dozen pages ago there were a few questions regarding Premium Data and AmiBroker. We have just released a new service called Norgate Data, which is intended to replace our Premium Data service, and has might tighter integration with AmiBroker.
Key features include the backtesting capabilities on current and past index constituents, ability to create dynamic watchlists with configurable filters, overhauled security classifications, fundamental data, configurable price adjustments for different types of corporate actions including cash dividends, configurable data padding and a range of new economic and commodity data.
I now have errors when compiling as variables are defined out of sequence.
… the easy fix is to move the Buy signal code before this line of code above, but then we have a knock on effect with different conditions that I have defined.
Thanks @HabakkukInclude this at the start of code
Buy = Sell = Short = Cover = 0;
Actually you got me going in the right direction again as your line of code enabled me restructure / tidy up other areas and then compilation was successful.Include this at the start of code
Buy = Sell = Short = Cover = 0;
Thanks NewtGlad you got it working in the end though.
Hello, Please help with this loop.
If condition 4 is satisfied, then I want the next condition to be satisfied should be 1 i.e. if condition 2 or 3 occurs after 4 then avoid them and take only 1 when it comes. I have written this loop for this but it is not plotting the desired buy signals. So in a nutshell, I only want condition 1 to take place after condition 4 and ignore 2 and 3 if they come. Please help.
Also kindly tell me how to use trace function so that I can debug my codes in the future.
Thanks
Condition1 = Close > MA(Close,10);
Condition2 = Close > MA(Close,15);
Condition3 = Close > MA(Close,20);
Condition4 = Close > MA(Close,25);
Buy = 0;
I'm not a coder but would appreciate any help in being able to integrate a breakout to turn on my index filter
IndexFilterup = Index > MA(Index,MAPeriod);
BOut = Close > Ref(HHV(C,BP),-1);
I'm not a coder but would appreciate any help in being able to integrate a breakout to turn on my index filter
IndexFilterup = Index > MA(Index,MAPeriod);
BOut = Close > Ref(HHV(C,BP),-1);
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?