Hello dear Seetu friends!
We published a new Seetu release which works with intraday time frames.
You can use 1, 5, 15, 30-minutes bars and also one hour bars.
How?
Just use one of the following options:
SetOption("Periodicity",MINUTE1);
SetOption("Periodicity",MINUTE5);
SetOption("Periodicity",MINUTE15);
SetOption("Periodicity",MINUTE30);
SetOption("Periodicity",HOUR1);
Remarks:
-
We are using 9:30 - 16:00 market hours for stocks and options and whole days for forex and futures (for now).
-
Weekends are excluded.
-
Commissions mode 0 is implemented now. It uses the “default” Collective2 commissions cost structure.
-
Do not use too wide time ranges. Two or three months are fine, but several years od 1 minute bars (multiple it by number of used symbols!) would take very long. Number of bars is limited to 750,000 for now.
It means: [number of bars in the given periodicity] * [number of symbols] must be less than 750,000.
If you will be close to that number, you will need to wait several minutes for results.
This version is not yet available for use to power your trading strategies on C2 (i.e. not yet available for the “Run It” feature).
That part is coming soon - but first we need your feedback on this new version.
Please let us know if you find any error or have any questions or suggestions.
Happy Seetuing!