SDK updates. Subscribe to be informed!!!

Moderator: admin

Re: SDK updates. Subscribe to be informed!!!

Postby dtb71fxcm » Fri Jun 26, 2015 11:32 am

IDE enhancement request: It would be really helpful to have a split panel view at the bottom with capability to select a tab for left side, and a different tab for the right.

SDK 3.0 IDE is pretty, and adds some nice functionality, but not much better for debugging...

When a User wants to step thru code and monitor variables as the chart is rendered, the User is forced to flip back-n-forth between the Chart view tab and Watches tab.

I suggest it is similar to the IDE top panels, where the right side is project/file, and left side shows code view. It would be extremely helpful to have a split panel view at the bottom and that would greatly assist in debugging.

Thanks!
Attachments
IDE_example.jpg
example screen shot of IDE enhancement
User avatar
dtb71fxcm
 
Posts: 44
Joined: Sat May 05, 2012 9:28 pm

Re: SDK updates. Subscribe to be informed!!!

Postby robocod » Sun Jun 28, 2015 2:40 pm

Hi,

I just read the release notes for SDK3, I see that "autoBuffer" is removed ! What is replacing it? This feature is currently vital for one of my indicator products, and I don't think there is another way to solution.

For example, I have an indicator that runs on multiple timeframes and multiple instruments, the only simple way to handle this is to use autoBuffer.

Is there a Beta version of Trading Station / MarketScope that I can run that uses this SDK? When will it be available? When will it be publicly released. If autoBuffer is totally removed, I need to plan how to re-implement my product.
User avatar
robocod
FXCodeBase: Graduate
 
Posts: 298
Joined: Thu May 10, 2012 4:25 pm

Re: SDK updates. Subscribe to be informed!!!

Postby Alexey.Pechurin » Mon Jun 29, 2015 1:55 am

Hi, robocod

Unfortunately autoBuffer support is totally removed. And you have to reimplement your indicator in another way. It was used rare by all publically available fxcodebase indicators/strategies. It was easy to reimplement them without using this feature that add it to Indicore3. I guess we can help you with migration to Indicore3 if you provide some additional information, may be in a private message.

You can find the Beta version of TS that uses Indicore3 here http://fxcodebase.com/code/viewtopic.php?f=30&t=62348.

Alexey
Alexey.Pechurin
 
Posts: 98
Joined: Sun Jul 22, 2012 11:26 pm

Re: SDK updates. Subscribe to be informed!!!

Postby robocod » Mon Jun 29, 2015 5:15 am

Alexey.Pechurin wrote:Hi, robocod

Unfortunately autoBuffer support is totally removed. And you have to reimplement your indicator in another way. It was used rare by all publically available fxcodebase indicators/strategies. It was easy to reimplement them without using this feature that add it to Indicore3. I guess we can help you with migration to Indicore3 if you provide some additional information, may be in a private message.

You can find the Beta version of TS that uses Indicore3 here http://fxcodebase.com/code/viewtopic.php?f=30&t=62348.

Alexey


Thanks. I think my solution will have to be to create a 2nd indicator which is used by the main indicator. I see from the SKD3 changes there is a feature to "hide" this 2nd indicator inside a "package" (or I just make the 2nd indicator visible anyway). Ok, think I understand what to do. I have a little bit of work to do, but it is not too bad. Thanks for your help.
User avatar
robocod
FXCodeBase: Graduate
 
Posts: 298
Joined: Thu May 10, 2012 4:25 pm

SDK 3 breaks IO to files?

Postby tllewell » Sun Sep 06, 2015 10:17 pm

I have several indicators that write to files. Standard Lua file IO syntax:

local c = io.open("[path to file]", "w+");
c:write(some_variable);
c:close();

When I run these indicators in the TS beta, I get an error that says the c variable is nil. Is something missing in the JIT, or is it just that the beta is incomplete, or has it been turned off for some reason?
tllewell
 
Posts: 76
Joined: Thu Mar 01, 2012 4:06 pm

Re: SDK updates. Subscribe to be informed!!!

Postby Julia CJ » Tue Sep 08, 2015 12:33 am

Hi Tllewell,

This is hard to guess why the issue occurs. It would be better if we had chance to look at the example of such an indicator.
If it is possible, please send it to me at ycherepanova(@)gehtsoft.com.
Julia CJ
 

Re: SDK updates. Subscribe to be informed!!!

Postby tllewell » Tue Sep 08, 2015 8:59 pm

I submitted it in another thread, an indicator called "BSKT_TEST1". I can email it to you, also.
tllewell
 
Posts: 76
Joined: Thu Mar 01, 2012 4:06 pm

Re: SDK updates. Subscribe to be informed!!!

Postby Julia CJ » Thu Sep 10, 2015 12:59 am

Hi Tllewell,

I have sent you a private message in your mailbox.
Julia CJ
 

Re: SDK updates. Subscribe to be informed!!!

Postby dtb71fxcm » Thu Sep 10, 2015 1:15 am

...bumping along the IDE enhancement I suggested:

http://fxcodebase.com/code/viewtopic.php?f=28&t=2178&start=47

dtb71fxcm wrote:IDE enhancement request: It would be really helpful to have a split panel view at the bottom with capability to select a tab for left side, and a different tab for the right.

SDK 3.0 IDE is pretty, and adds some nice functionality, but not much better for debugging...

When a User wants to step thru code and monitor variables as the chart is rendered, the User is forced to flip back-n-forth between the Chart view tab and Watches tab.

I suggest it is similar to the IDE top panels, where the right side is project/file, and left side shows code view. It would be extremely helpful to have a split panel view at the bottom -- it would greatly assist in debugging.

I've seen no response ... it'd be nice to know our suggestions are being considered :?

Thanks
User avatar
dtb71fxcm
 
Posts: 44
Joined: Sat May 05, 2012 9:28 pm

Re: SDK updates. Subscribe to be informed!!!

Postby Julia CJ » Thu Sep 17, 2015 6:19 am

Hi Dtb71fxcm,

We already have the same suggestion in our plans.
However, we are not certain when it will be implemented.
Julia CJ
 

PreviousNext

Return to Indicator Development

Who is online

Users browsing this forum: No registered users and 9 guests