NexusFi: Find Your Edge


Home Menu

 





And what about SierraChart


Discussion in Sierra Chart

Updated
      Top Posters
    1. looks_one Big Mike with 56 posts (20 thanks)
    2. looks_two lolu with 51 posts (5 thanks)
    3. looks_3 LukeGeniol with 45 posts (26 thanks)
    4. looks_4 cory with 40 posts (26 thanks)
      Best Posters
    1. looks_one aslan with 0.9 thanks per post
    2. looks_two cory with 0.7 thanks per post
    3. looks_3 chrislb with 0.7 thanks per post
    4. looks_4 LukeGeniol with 0.6 thanks per post
    1. trending_up 133,111 views
    2. thumb_up 259 thanks given
    3. group 37 followers
    1. forum 466 posts
    2. attach_file 83 attachments




Closed Thread
 
Search this Thread

And what about SierraChart

  #221 (permalink)
 
gulabv's Avatar
 gulabv 
Dallas, TX
 
Experience: Beginner
Platform: Ninjatrader
Broker: Zen-Fire
Trading: ZN, 6E
Posts: 286 since May 2010
Thanks Given: 161
Thanks Received: 169


David View Post

Programming learning curve:

Pretty steep even though I have 20+ years as a programmer. To begin with I struggled to understand how to program it. I had no C++ experience and I found the online manuals very difficult to follow. It made developing NinjaScript seem like a walk in the park.


Hi David,

Like you I am struggling to find good documentation to learn the how to code ATS for SC. Can you recommend any website that might enhance my learning curve?

Thanks,
gulabv


Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
GFIs1 1 DAX trade per day journal
16 thanks
Vinny E-Mini & Algobox Review TRADE ROOM
13 thanks
My NQ Trading Journal
12 thanks
  #222 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985


gulabv View Post
Hi David,

Like you I am struggling to find good documentation to learn the how to code ATS for SC. Can you recommend any website that might enhance my learning curve?

Thanks,
gulabv

Take a look Learning ACSIL - Recommendation - Sierra Chart

Take your Pips, go out and Live.
Luke.
Thanked by:
  #223 (permalink)
 David 
UK
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 88 since Jun 2009
Thanks Given: 35
Thanks Received: 84



Quoting 
Hi David,

Like you I am struggling to find good documentation to learn the how to code ATS for SC. Can you recommend any website that might enhance my learning curve?

I'm afraid not. Its just a matter of looking at examples in tradingsystem.cpp and other indicator code and then finding your way around the online documentation as best you can. Use the search at the top right hand side of their documentation pages.

At first ACSIL seems very unfriendly, particularly if you have been developing in NinjaScript for three years as I have, however I kept at it and now it makes sense.

Mind you I am still puzzling how to do a few things in ACSIL that were simple to program in NinjaScript. For example, stuff like DrawText, DrawRegion etc are simple in NT 7 , but seem much more complex in ACSIL.

  #224 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127


LukeGeniol View Post
@aslan, could you make some 'better' renko studies, obviously if u are interested in.

If I switch over to SC, I will take a look. I am using the Sock Renko referenced by @cory, but I suspect it may need some tweaks, but it has been pretty good. The way bars are created is not trivial, so will require some time investment.

Thanked by:
  #225 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127

Looking for some help. I have been able to get SC up and running under wine on OS X, and it works perfectly until I try to connect to IQFeed. IQFeed client seems to install and run fine under wine, but when SC tries to connect via IQ it hangs. I suspect I may be missing a wine package or something, but have not been able to find any help on the net.

Anyone out there running SC and IQ together under wine?

  #226 (permalink)
 MetalTrade 
 
Posts: 1,055 since May 2010

Hello Aslan, please try CrossOver: Windows emulator for Mac and Linux computers - CodeWeavers

It's a much better implementation than wine.

  #227 (permalink)
 
lolu's Avatar
 lolu 
Lagos, Nigeria
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader, SierraChart
Trading: Euro Currency & Oil
Frequency: Daily
Duration: Hours
Posts: 2,552 since Jun 2009
Thanks Given: 1,049
Thanks Received: 1,678


aslan View Post
Looking for some help. I have been able to get SC up and running under wine on OS X, and it works perfectly until I try to connect to IQFeed. IQFeed client seems to install and run fine under wine, but when SC tries to connect via IQ it hangs. I suspect I may be missing a wine package or something, but have not been able to find any help on the net.

Anyone out there running SC and IQ together under wine?

I'd successfully installed NT6.5 on Linux/Wine some years back now; I got it working to NT launching and "Loading Custom Assemblies ......" and it just hangs.

CrossOver for SC or the like will not work; Wine is preferred 'cos you can tweak Wine. I installed Darwine (a Wine variant) on my Mac whilst trying to install NT natively on my Mac sometime ago, but I did not succeed in running NT on it. I have IQFeed and an expired SC account, so I'll give it a try on my Mac and post my experience.

Lolu



Lolu

Visit my NexusFi Trade Journal Started this thread
  #228 (permalink)
 David 
UK
 
Experience: Intermediate
Platform: NinjaTrader
Trading: Futures
Posts: 88 since Jun 2009
Thanks Given: 35
Thanks Received: 84

I don't know why I was worrying about contract rollovers with Sierra Charts. It's a breeze.

You just copy the existing data file for your contract and then rename it to the new contract name and update your charts with the name of the new data file.

Having the tick data in a file rather than a database is a real bonus, though it does seem a bit outdated.

From a programming point of view, I also like the way that you can build up script files with your own indicators and strategies. It keeps them all in one place making them easy to backup and manage.

The more familiar I become with SC, the more I'm liking it.

Thanked by:
  #229 (permalink)
 
aslan's Avatar
 aslan 
Madison, WI
 
Experience: Advanced
Platform: ALT
Trading: ES
Posts: 625 since Jan 2010
Thanks Given: 356
Thanks Received: 1,127


MetalTrade View Post
Hello Aslan, please try CrossOver: Windows emulator for Mac and Linux computers - CodeWeavers

It's a much better implementation than wine.

Same behavior under crossover. SC works fine with built in data feed, IQ works fine by itself, but when SC tries to connect to IQ it hangs waiting. I suspect the sockets are not connecting for some reason, not sure how to debug or tweak, going to move on for now.

  #230 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985


I have started trying SC with rithmic today, it's really fast and has the historical data, but the dom depth doesn't work and there's not backfilling for bid ask data.
I will post this on SC forum to see if they will fix it.

Take your Pips, go out and Live.
Luke.
Thanked by:

Closed Thread



Last Updated on July 24, 2011


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts